Modify ceilometer client cmd line help info
The optional argument "--insufficient-data-action" is described as "... URL to invoke when state transitions to insufficient_data...", it was " URL to invoke when state transitions to unkown. " Closes-Bug: #1260343 Change-Id: I34db56bb22b693e752a971f81d7b8467bfc6c4c5
This commit is contained in:
@@ -285,8 +285,8 @@ def common_alarm_arguments(create=False):
|
||||
@utils.arg('--insufficient-data-action',
|
||||
dest='insufficient_data_actions',
|
||||
metavar='<Webhook URL>', action='append', default=None,
|
||||
help=('URL to invoke when state transitions to unknown. '
|
||||
'May be used multiple times.'))
|
||||
help=('URL to invoke when state transitions to '
|
||||
'insufficient_data. May be used multiple times.'))
|
||||
@functools.wraps(func)
|
||||
def _wrapped(*args, **kwargs):
|
||||
return func(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user