Skip to content

Commit a071ff9

Browse files
committed
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
1 parent 09286ad commit a071ff9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

doc/source/man/openstack.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ OPTIONS
167167

168168
Interface type. Valid options are `public`, `admin` and `internal`.
169169

170+
.. NOTE::
171+
If you switch to openstackclient from project specified clients, like:
172+
novaclient, neutronclient and so on, please use `--os-interface` instead of
173+
`--os-endpoint-type`.
174+
170175
.. option:: --os-profile <hmac-key>
171176

172177
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
462467

463468
Interface type. Valid options are `public`, `admin` and `internal`.
464469

470+
.. NOTE::
471+
If you switch to openstackclient from project specified clients, like:
472+
novaclient, neutronclient and so on, please use `OS_INTERFACE` instead of
473+
`OS_ENDPOINT_TYPE`.
465474

466475
BUGS
467476
====

0 commit comments

Comments
 (0)