diff options
| author | Zuul <zuul@review.opendev.org> | 2022-08-31 02:34:31 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2022-08-31 02:34:31 +0000 |
| commit | 5cf8f37a93ba60f8928e7bd9ca5572787e499898 (patch) | |
| tree | c4a76ad5d9b7df8282add3e67a408b46a797bb33 /doc/source/cli/authentication.rst | |
| parent | b36cd0f4c0416182ce69d71a4e99d89507d53e7f (diff) | |
| parent | 701dd67d6c303bd9199b3185ecbb3c9b3f55c79b (diff) | |
| download | python-openstackclient-5cf8f37a93ba60f8928e7bd9ca5572787e499898.tar.gz | |
Merge "Fix documents for replaced configuration name"
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 |
