diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2017-04-10 19:00:24 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2017-04-11 15:01:49 +0800 |
| commit | a071ff91c39b7683e15f4e14a1efdd214e16ce4d (patch) | |
| tree | 0423900a7471f8cb37ff717d4cbc12ae2ffe5930 /doc/source/man/openstack.rst | |
| parent | 09286ad8583bb7771b2ca4e9bed23a90056687d6 (diff) | |
| download | python-openstackclient-a071ff91c39b7683e15f4e14a1efdd214e16ce4d.tar.gz | |
Add document about renaming OS_ENDPOINT_TYPE to OS_INTERFACE
The patch https://review.openstack.org/#/c/198506/ rename option
--os-endpoint-type to --os-interface a year ago, but lots of users
switch to osc from these project specified clients, like: novaclient
and neutronclient, they used OS_ENDPOINT_TYPE and --os-endpoint-type
for long time, we should add the notes into openstackclient manpage,
let them know the gap exists, and how to make it works.
Change-Id: Ic84a60744aa4e519994a18104deae0c2b5b8b0ed
Closes-Bug: #1678144
Diffstat (limited to 'doc/source/man/openstack.rst')
| -rw-r--r-- | doc/source/man/openstack.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index 3021ef87..66a99f32 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -167,6 +167,11 @@ OPTIONS Interface type. Valid options are `public`, `admin` and `internal`. +.. NOTE:: + If you switch to openstackclient from project specified clients, like: + novaclient, neutronclient and so on, please use `--os-interface` instead of + `--os-endpoint-type`. + .. option:: --os-profile <hmac-key> Performance profiling HMAC key for encrypting context data @@ -462,6 +467,10 @@ The following environment variables can be set to alter the behaviour of :progra Interface type. Valid options are `public`, `admin` and `internal`. +.. NOTE:: + If you switch to openstackclient from project specified clients, like: + novaclient, neutronclient and so on, please use `OS_INTERFACE` instead of + `OS_ENDPOINT_TYPE`. BUGS ==== |
