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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/host.py b/ipalib/plugins/host.py
index a417ba0f..319bdf72 100644
--- a/ipalib/plugins/host.py
+++ b/ipalib/plugins/host.py
@@ -172,6 +172,9 @@ host_output_params = (
Str('revocation_reason?',
label=_('Revocation reason'),
),
+ Str('managedby',
+ label=_('Failed managedby'),
+ ),
)
def validate_ipaddr(ugettext, ipaddr):