summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-26 19:49:21 +0000
committerGerrit Code Review <review@openstack.org>2016-02-26 19:49:21 +0000
commit2819450be5d4fa57c6efdb4cd225f59bab894fba (patch)
tree2841300de1f8857dd32b9339f4eceaa7c0b79b2f /doc/source
parentb5b5fdd78ad0d191bdf07a56293fecaa43002e75 (diff)
parent16f00833a70893979ccdf7ffb7f6e1e7653cdc24 (diff)
downloadpython-openstackclient-2819450be5d4fa57c6efdb4cd225f59bab894fba.tar.gz
Merge "Add shell --profile option to trigger osprofiler from CLI"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/man/openstack.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst
index a33b1891..f02705d8 100644
--- a/doc/source/man/openstack.rst
+++ b/doc/source/man/openstack.rst
@@ -123,6 +123,12 @@ OPTIONS
:option:`--os-interface` <interface>
Interface type. Valid options are `public`, `admin` and `internal`.
+:option: `--profile` <hmac-key>
+ HMAC key to use for encrypting context data for performance profiling of
+ requested operation. This key should be the value of one of the HMAC keys
+ defined in the configuration files of OpenStack services, user would like
+ to trace through.
+
:option:`--log-file` <LOGFILE>
Specify a file to log output. Disabled by default.