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

View File

@@ -200,7 +200,7 @@ class OpenStackTroveShell(object):
'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 '
'in configuration files, typically in '
'/etc/trove). Without the key, '
'profiling will not be triggered even '
'if it is enabled on the server side. '