You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 4.0, '--os-url' global option is no longer supported.
And this option had been replaced to '--os-endpoint'
- Refer Change-Id: I1b9fbb96e447889a41b705324725a2ffc8ecfd9f
- Refer Docs: doc/source/cli/backwards-incompatible.rs
I fixed in documents as below
- OPTIONS: '--os-url' to '--os-endpoint'
- ENVIRONMENT VARIABLES: 'OS_URL' to 'OS_ENDPOINT'
- and relevant sentence
Change-Id: Ibb0cddf34375df941678ee07a005d81399ec7195
Copy file name to clipboardExpand all lines: doc/source/cli/man/openstack.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ command line. The primary difference is the use of 'project' in the name of the
49
49
Refer to the keystoneclient library documentation for more details about these plugins and their options, and for a complete list of available plugins.
50
50
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.
51
51
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.
53
53
54
54
.. NOTE::
55
55
To use the ``v3unscopedsaml`` method, the lxml package will need to be installed.
@@ -106,9 +106,9 @@ OPTIONS
106
106
107
107
Authentication URL
108
108
109
-
.. option:: --os-url <service-url>
109
+
.. option:: --os-endpoint <service-url>
110
110
111
-
Service URL, when using a service token for authentication
111
+
Service ENDPOINT, when using a service token for authentication
112
112
113
113
.. option:: --os-domain-name <auth-domain-name>
114
114
@@ -349,7 +349,7 @@ file, but if those are incomplete it may be impossible to know which
349
349
auth type is intended. The :option:`--os-auth-type` option can always be
350
350
used to force a specific type.
351
351
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
353
353
``token_endpoint`` auth type is selected automatically. If
354
354
:option:`--os-auth-url` and :option:`--os-username` are present ``password``
355
355
auth type is selected.
@@ -466,9 +466,9 @@ The following environment variables can be set to alter the behaviour of :progra
0 commit comments