diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-04-18 14:39:21 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-04-19 07:50:42 -0500 |
| commit | 530fe42589a2138278f100f791d8c6d3fbed8950 (patch) | |
| tree | 35ae1868125e9facb4ffd5b32262cfbd2882deff /doc/source | |
| parent | 3f2ed7d19f53b0950152e4f233797f13627f4986 (diff) | |
| download | python-openstackclient-530fe42589a2138278f100f791d8c6d3fbed8950.tar.gz | |
Rename --profile to --os-profile
* The --profile global option is deprecated but will be supported
through at least April 2017.
* Update man page
Closes-bug: #1571812
Change-Id: I2e623411a56096b4cc352f4eedbf770632ae2cc3
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/man/openstack.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index a4be351a..a2ecd8db 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -129,11 +129,11 @@ 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:`--os-profile` <hmac-key> + Performance profiling HMAC key for encrypting context data + + This key should be the value of one of the HMAC keys defined in the + configuration files of OpenStack services to be traced. :option:`--log-file` <LOGFILE> Specify a file to log output. Disabled by default. |
