diff options
| author | Snow Kim <lilac94.kim@gmail.com> | 2022-07-31 19:10:10 +0900 |
|---|---|---|
| committer | Snow Kim <lilac94.kim@gmail.com> | 2022-08-05 19:51:32 +0900 |
| commit | 701dd67d6c303bd9199b3185ecbb3c9b3f55c79b (patch) | |
| tree | e63be494fc74c4734945e4105fae4b6f06600f45 /doc/source/cli/authentication.rst | |
| parent | 60dd6e62574d7e4812a07f853e37f1c1b2d61b50 (diff) | |
| download | python-openstackclient-701dd67d6c303bd9199b3185ecbb3c9b3f55c79b.tar.gz | |
Fix documents for replaced configuration name
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
Diffstat (limited to 'doc/source/cli/authentication.rst')
| -rw-r--r-- | doc/source/cli/authentication.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/authentication.rst b/doc/source/cli/authentication.rst index 2e9148c3..2b3ad5da 100644 --- a/doc/source/cli/authentication.rst +++ b/doc/source/cli/authentication.rst @@ -36,7 +36,7 @@ There are at least three authentication types that are always available: URL for the Identity service is also required. [Required: ``--os-auth-url``, ``--os-project-name``, ``--os-username``; Optional: ``--os-password``] * **Token**: This is slightly different from the usual token authentication - (described below as token/endpoint) in that a token and an authentication + in that a token and an authentication URL are supplied and the plugin retrieves a new token. [Required: ``--os-auth-url``, ``--os-token``] * **Others**: Other authentication plugins such as SAML, Kerberos, and OAuth1.0 |
