Skip to content

Commit 5cf8f37

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix documents for replaced configuration name"
2 parents b36cd0f + 701dd67 commit 5cf8f37

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/source/cli/authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ There are at least three authentication types that are always available:
3636
URL for the Identity service is also required. [Required: ``--os-auth-url``,
3737
``--os-project-name``, ``--os-username``; Optional: ``--os-password``]
3838
* **Token**: This is slightly different from the usual token authentication
39-
(described below as token/endpoint) in that a token and an authentication
39+
in that a token and an authentication
4040
URL are supplied and the plugin retrieves a new token.
4141
[Required: ``--os-auth-url``, ``--os-token``]
4242
* **Others**: Other authentication plugins such as SAML, Kerberos, and OAuth1.0

doc/source/cli/man/openstack.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ command line. The primary difference is the use of 'project' in the name of the
4949
Refer to the keystoneclient library documentation for more details about these plugins and their options, and for a complete list of available plugins.
5050
Please bear in mind that some plugins might not support all of the functionalities of :program:`openstack`; for example the v3unscopedsaml plugin can deliver only unscoped tokens, some commands might not be available through this authentication method.
5151

52-
Additionally, it is possible to use Keystone's service token to authenticate, by setting the options :option:`--os-token` and :option:`--os-url` (or the environment variables :envvar:`OS_TOKEN` and :envvar:`OS_URL` respectively). This method takes precedence over authentication plugins.
52+
Additionally, it is possible to use Keystone's service token to authenticate, by setting the options :option:`--os-token` and :option:`--os-endpoint` (or the environment variables :envvar:`OS_TOKEN` and :envvar:`OS_ENDPOINT` respectively). This method takes precedence over authentication plugins.
5353

5454
.. NOTE::
5555
To use the ``v3unscopedsaml`` method, the lxml package will need to be installed.
@@ -106,9 +106,9 @@ OPTIONS
106106

107107
Authentication URL
108108

109-
.. option:: --os-url <service-url>
109+
.. option:: --os-endpoint <service-url>
110110

111-
Service URL, when using a service token for authentication
111+
Service ENDPOINT, when using a service token for authentication
112112

113113
.. option:: --os-domain-name <auth-domain-name>
114114

@@ -349,7 +349,7 @@ file, but if those are incomplete it may be impossible to know which
349349
auth type is intended. The :option:`--os-auth-type` option can always be
350350
used to force a specific type.
351351

352-
When :option:`--os-token` and :option:`--os-url` are both present the
352+
When :option:`--os-token` and :option:`--os-endpoint` are both present the
353353
``token_endpoint`` auth type is selected automatically. If
354354
:option:`--os-auth-url` and :option:`--os-username` are present ``password``
355355
auth type is selected.
@@ -466,9 +466,9 @@ The following environment variables can be set to alter the behaviour of :progra
466466
- ``v3applicationcredential``
467467
- ``v3multifactor``
468468

469-
.. envvar:: OS_URL
469+
.. envvar:: OS_ENDPOINT
470470

471-
Service URL (when using the service token)
471+
Service ENDPOINT (when using the service token)
472472

473473
.. envvar:: OS_DOMAIN_NAME
474474

0 commit comments

Comments
 (0)