diff options
author | Adam Young <ayoung@redhat.com> | 2011-06-20 12:04:02 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-06-20 20:53:15 -0400 |
commit | eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9 (patch) | |
tree | fa26923d14167f17c4c5e26c4298d532259d5f55 /ipalib/plugins | |
parent | d3bf7e42844e94d8247abb24c7a8cd5b7d207fe0 (diff) | |
download | freeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.tar.gz freeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.tar.xz freeipa-eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9.zip |
ipaddress for host add
updated label triggered an API change
Diffstat (limited to 'ipalib/plugins')
-rw-r--r-- | ipalib/plugins/host.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index e9fb943a6..ec58e1e40 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -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'), ), ) |