ipaddress for host add

updated label triggered an API change
This commit is contained in:
Adam Young
2011-06-20 12:04:02 -04:00
parent d3bf7e4284
commit eeed975bc6
4 changed files with 58 additions and 23 deletions

View File

@@ -361,6 +361,7 @@ class host_add(LDAPCreate):
),
Str('ip_address?', validate_ipaddr,
doc=_('Add the host to DNS with this IP address'),
label=_('IP Address'),
),
)