summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTovin Seven <vinhnt@vn.fujitsu.com>2017-06-19 11:03:38 +0700
committerTovin Seven <vinhnt@vn.fujitsu.com>2017-07-14 08:23:18 +0700
commita0fbb97d1f42184e7fa21f04fbb4f0f0995ce8f4 (patch)
tree46a799fd9e57ba70b00070a61267e40015b30ad0
parent8aaa4e81aa6d8f35038c6c736fb4ab0eb44a97f0 (diff)
downloadpython-troveclient-a0fbb97d1f42184e7fa21f04fbb4f0f0995ce8f4.tar.gz
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
-rw-r--r--troveclient/shell.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/troveclient/shell.py b/troveclient/shell.py
index 29c9228..14ffe8e 100644
--- a/troveclient/shell.py
+++ b/troveclient/shell.py
@@ -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].'