summaryrefslogtreecommitdiff
path: root/doc/source/man/openstack.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-07-17 13:55:47 +0000
committerGerrit Code Review <review@openstack.org>2015-07-17 13:55:47 +0000
commitbbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab (patch)
treef1b9d2d043f63b488d7c32aeb8d63930ee7ece71 /doc/source/man/openstack.rst
parent83edde0ec9070927320dac926a3a0b5d33c86009 (diff)
parent36391a81a3415d24c55d6bbc318157dc119da8a7 (diff)
downloadpython-openstackclient-bbe71eb9a310c67f6c8a1b8da1b2fb2ec37fd3ab.tar.gz
Merge "Rename endpoint type to interface"
Diffstat (limited to 'doc/source/man/openstack.rst')
-rw-r--r--doc/source/man/openstack.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst
index 9d711527..53bf3629 100644
--- a/doc/source/man/openstack.rst
+++ b/doc/source/man/openstack.rst
@@ -67,7 +67,7 @@ OPTIONS
The authentication plugin type to use when connecting to the Identity service.
If this option is not set, :program:`openstack` will attempt to guess the
authentication method to use based on the other options.
- If this option is set, its version must match :option:`--os-identity-api-version`
+ If this option is set, its version must match :option:`--os-identity-api-version`
:option:`--os-auth-url` <auth-url>
Authentication URL
@@ -120,8 +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`.
+:option:`--os-interface` <interface>
+ Interface type. Valid options are `public`, `admin` and `internal`.
COMMANDS
========
@@ -299,7 +299,7 @@ The following environment variables can be set to alter the behaviour of :progra
The name of a cloud configuration in ``clouds.yaml``.
:envvar:`OS_AUTH_PLUGIN`
- The authentication plugin to use when connecting to the Identity service, its version must match the Identity API version
+ The authentication plugin to use when connecting to the Identity service, its version must match the Identity API version
:envvar:`OS_AUTH_URL`
Authentication URL
@@ -346,8 +346,8 @@ 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`.
+:envvar:`OS_INTERFACE`
+ Interface type. Valid options are `public`, `admin` and `internal`.
BUGS