From 9bfa905e722767de1c075e281012a152e7abc190 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Fri, 3 Aug 2012 03:04:58 -0400 Subject: Add --{set,add,del}attr options to commands which are missing them. ticket 2963 --- ipalib/plugins/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/host.py') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 9680d7c0..e8967b8c 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -364,7 +364,7 @@ class host_add(LDAPCreate): has_output_params = LDAPCreate.has_output_params + host_output_params msg_summary = _('Added host "%(value)s"') member_attributes = ['managedby'] - takes_options = ( + takes_options = LDAPCreate.takes_options + ( Flag('force', label=_('Force'), doc=_('force host name even if not in DNS'), -- cgit