summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-02-18 00:02:51 -0600
committerAdam Young <ayoung@redhat.com>2011-02-18 10:10:35 -0500
commite245b6da9bc87c23df64edcc240d49358f558ef7 (patch)
tree073fcd721a78d92ea95c60fc0a91dbbcc60bd842 /ipalib/plugins/host.py
parentfa75959486ddbd0be00f3611457e940215635a3a (diff)
downloadfreeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.tar.gz
freeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.tar.xz
freeipa-e245b6da9bc87c23df64edcc240d49358f558ef7.zip
Updated json_metadata and i18n_messages.
The json_metadata() has been updated to return ipa.Objects and ipa.Methods. The i18n_messages() has been updated to include other messages that are not available from the metadata.
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 73bad5f88..b819688d0 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -293,6 +293,7 @@ class host_add(LDAPCreate):
member_attributes = ['managedby']
takes_options = (
Flag('force',
+ label=_('Force'),
doc=_('force host name even if not in DNS'),
),
Flag('no_reverse',