Correct help in --profile argument

HMAC key of OSprofiler can be configure in config files of Trove
not in api-paste.ini (configs in paste are deprecated).

Change-Id: I4904e5d0104e1cac12cc1f3e6dc38b6ef8372982
This commit is contained in:
Tovin Seven 2017-06-19 11:03:38 +07:00
parent 8aaa4e81aa
commit a0fbb97d1f
1 changed files with 3 additions and 3 deletions

View File

@ -197,11 +197,11 @@ class OpenStackTroveShell(object):
default=None),
help=_('HMAC key used to encrypt context '
'data when profiling the performance '
'of an operation. This key should be '
'of an operation. This key should be '
'set to one of the HMAC keys '
'configured in Trove (they are found '
'in api-paste.ini, typically in '
'/etc/trove). Without the key, '
'in configuration files, typically in '
'/etc/trove). Without the key, '
'profiling will not be triggered even '
'if it is enabled on the server side. '
'Defaults to env[OS_PROFILE_HMACKEY].'