Display error messages for failed manageby in service-add/remove-host.

Fix #830
This commit is contained in:
Pavel Zuna 2011-02-07 12:57:53 -05:00 committed by Rob Crittenden
parent d9eb19b0e8
commit bfe33760d1
2 changed files with 3 additions and 4 deletions

View File

@ -137,6 +137,9 @@ global_output_params = (
Str('memberuser',
label=_('Failed users/groups'),
),
Str('managedby',
label=_('Failed managedby'),
),
Str('failed',
label=_('Failed to remove'),
flags=['suppress_empty'],

View File

@ -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):