From eeed975bc6e0ee95bb6d06dd1397a3ca8c6f2bf9 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Mon, 20 Jun 2011 12:04:02 -0400 Subject: ipaddress for host add updated label triggered an API change --- ipalib/plugins/host.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/plugins') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index e9fb943a..ec58e1e4 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'), ), ) -- cgit