diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-19 23:37:52 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-19 23:37:52 +0000 |
| commit | 4639148b1dc059efab0d00a886e3f05f547a439f (patch) | |
| tree | b8142d0b2a5faeffae7af21b5296da5ec4361baa /doc/source/man/openstack.rst | |
| parent | 6cbbcfa3da20b5b87bdee5efd5a2bf043f846bf9 (diff) | |
| parent | 530fe42589a2138278f100f791d8c6d3fbed8950 (diff) | |
| download | python-openstackclient-2.4.0.tar.gz | |
Merge "Rename --profile to --os-profile"2.4.0
Diffstat (limited to 'doc/source/man/openstack.rst')
| -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. |
