From 91f4bb4ae5edcddf387ed450ee812d35c49fb010 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 3 Jan 2011 16:03:06 -0500 Subject: Remove unnecessary options from host-del. For some reason it was inheriting LDAPCreate.options... ticket 652 --- ipalib/plugins/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib') diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py index 701996b9a..283c2c165 100644 --- a/ipalib/plugins/host.py +++ b/ipalib/plugins/host.py @@ -375,7 +375,7 @@ class host_del(LDAPDelete): msg_summary = _('Deleted host "%(value)s"') member_attributes = ['managedby'] - takes_options = LDAPCreate.takes_options + ( + takes_options = ( Flag('updatedns?', doc=_('Remove entries from DNS'), default=False, -- cgit