sync README with "keystone help"
There are few new options and --no-cache was renamed to --os-cache in
commit d734821c99
Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2
This commit is contained in:
21
README.rst
21
README.rst
@@ -88,7 +88,8 @@ be used with caution.
|
|||||||
|
|
||||||
You'll find complete documentation on the shell by running ``keystone help``::
|
You'll find complete documentation on the shell by running ``keystone help``::
|
||||||
|
|
||||||
usage: keystone [--os-username <auth-user-name>]
|
usage: keystone [--version] [--timeout <seconds>]
|
||||||
|
[--os-username <auth-user-name>]
|
||||||
[--os-password <auth-password>]
|
[--os-password <auth-password>]
|
||||||
[--os-tenant-name <auth-tenant-name>]
|
[--os-tenant-name <auth-tenant-name>]
|
||||||
[--os-tenant-id <tenant-id>] [--os-auth-url <auth-url>]
|
[--os-tenant-id <tenant-id>] [--os-auth-url <auth-url>]
|
||||||
@@ -97,7 +98,8 @@ You'll find complete documentation on the shell by running ``keystone help``::
|
|||||||
[--os-token <service-token>]
|
[--os-token <service-token>]
|
||||||
[--os-endpoint <service-endpoint>]
|
[--os-endpoint <service-endpoint>]
|
||||||
[--os-cacert <ca-certificate>] [--insecure]
|
[--os-cacert <ca-certificate>] [--insecure]
|
||||||
[--os-cert <certificate>] [--os-key <key>] [--no-cache]
|
[--os-cert <certificate>] [--os-key <key>] [--os-cache]
|
||||||
|
[--force-new-token] [--stale-duration <seconds>]
|
||||||
<subcommand> ...
|
<subcommand> ...
|
||||||
|
|
||||||
Command-line interface to the OpenStack Identity API.
|
Command-line interface to the OpenStack Identity API.
|
||||||
@@ -117,6 +119,7 @@ You'll find complete documentation on the shell by running ``keystone help``::
|
|||||||
endpoint-delete Delete a service endpoint
|
endpoint-delete Delete a service endpoint
|
||||||
endpoint-get
|
endpoint-get
|
||||||
endpoint-list List configured service endpoints
|
endpoint-list List configured service endpoints
|
||||||
|
password-update Update own password
|
||||||
role-create Create new role
|
role-create Create new role
|
||||||
role-delete Delete role
|
role-delete Delete role
|
||||||
role-get Display role details
|
role-get Display role details
|
||||||
@@ -150,6 +153,8 @@ You'll find complete documentation on the shell by running ``keystone help``::
|
|||||||
subcommands.
|
subcommands.
|
||||||
|
|
||||||
Optional arguments:
|
Optional arguments:
|
||||||
|
--version show program's version number and exit
|
||||||
|
--timeout <seconds> Set request timeout (in seconds)
|
||||||
--os-username <auth-user-name>
|
--os-username <auth-user-name>
|
||||||
Name used for authentication with the OpenStack
|
Name used for authentication with the OpenStack
|
||||||
Identity service. Defaults to env[OS_USERNAME]
|
Identity service. Defaults to env[OS_USERNAME]
|
||||||
@@ -186,6 +191,16 @@ You'll find complete documentation on the shell by running ``keystone help``::
|
|||||||
This option should be used with caution.
|
This option should be used with caution.
|
||||||
--os-cert <certificate>
|
--os-cert <certificate>
|
||||||
Defaults to env[OS_CERT]
|
Defaults to env[OS_CERT]
|
||||||
--os-key <key> Defaults to env[OS_KEY]
|
--os-key <key> Defaults to env[OS_KEY]
|
||||||
|
--os-cache Use the auth token cache. Default to env[OS_CACHE]
|
||||||
|
--force-new-token If keyring is available and in used, token will always
|
||||||
|
be stored and fetched from the keyring, until the
|
||||||
|
token has expired. Use this option to request a new
|
||||||
|
token and replace the existing one in keyring.
|
||||||
|
--stale-duration <seconds>
|
||||||
|
Stale duration (in seconds) used to determine whether
|
||||||
|
a token has expired when retrieving it from keyring.
|
||||||
|
This is useful in mitigating process or network
|
||||||
|
delays. Default is 30 seconds.
|
||||||
|
|
||||||
See "keystone help COMMAND" for help on a specific command.
|
See "keystone help COMMAND" for help on a specific command.
|
||||||
|
Reference in New Issue
Block a user