summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/host.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/plugins/host.py')
-rw-r--r--ipalib/plugins/host.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index 42ffe750c..49ab5ffe7 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -161,10 +161,6 @@ host_output_params = (
Str('revocation_reason?',
label=_('Revocation reason'),
),
- Str('managedby?',
- label=_('Failed managedby'),
- flags=['no_create', 'no_update'],
- )
)
def validate_ipaddr(ugettext, ipaddr):