diff options
| author | Roxana Gherle <roxana.gherle@hp.com> | 2015-05-22 16:22:35 -0700 |
|---|---|---|
| committer | Roxana Gherle <roxana.gherle@hp.com> | 2015-07-02 10:10:46 -0700 |
| commit | 5521e4c504c6a3a06f17a9e4f80444743aa293c7 (patch) | |
| tree | a07d4db3dae479087997bf60c3f1a434afdcdd8a /doc/source/man/openstack.rst | |
| parent | 7e067c6f4f2dddfd9ea4b4a3df90959a7d8f2f0f (diff) | |
| download | python-openstackclient-5521e4c504c6a3a06f17a9e4f80444743aa293c7.tar.gz | |
Add --os-endpoint-type cli optional argument
User should be able to specify the endpoint type through
a CLI optional argument/ENV variable setting. We will name this new
optional argument: --os-endpoint-type (Env: OS_ENDPOINT_TYPE) and
based on the value given, the service API will use that specific
endpoint type. Possible values: public, admin, internal.
DocImpact
Closes-Bug: #1454392
Change-Id: Ife3d4e46b44c0ddcd712b1130e27e362545a9a29
Diffstat (limited to 'doc/source/man/openstack.rst')
| -rw-r--r-- | doc/source/man/openstack.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index 6d6dce44..9d711527 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -120,6 +120,8 @@ OPTIONS :option:`--os-XXXX-api-version` <XXXX-api-version> Additional API version options will be available depending on the installed API libraries. +:option:`--os-endpoint-type` <endpoint-type> + Endpoint type. Valid options are `public`, `admin` and `internal`. COMMANDS ======== @@ -344,6 +346,9 @@ The following environment variables can be set to alter the behaviour of :progra :envvar:`OS_XXXX_API_VERSION` Additional API version options will be available depending on the installed API libraries. +:envvar:`OS_ENDPOINT_TYPE` + Endpoint type. Valid options are `public`, `admin` and `internal`. + BUGS ==== |
