From 1d3e5a907245f59871f11d8dcb344979ee4e1f4d Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: Mon, 11 Feb 2013 01:09:01 +0100 Subject: sync README with "keystone help" There are few new options and --no-cache was renamed to --os-cache in commit d734821c99aade7cd4285a5fd51736c475707dcd Change-Id: Ibbc7fab2033d8f037262b465b98d1713579adfc2 --- README.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c980102..6dbf9d0 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,8 @@ be used with caution. You'll find complete documentation on the shell by running ``keystone help``:: - usage: keystone [--os-username ] + usage: keystone [--version] [--timeout ] + [--os-username ] [--os-password ] [--os-tenant-name ] [--os-tenant-id ] [--os-auth-url ] @@ -97,7 +98,8 @@ You'll find complete documentation on the shell by running ``keystone help``:: [--os-token ] [--os-endpoint ] [--os-cacert ] [--insecure] - [--os-cert ] [--os-key ] [--no-cache] + [--os-cert ] [--os-key ] [--os-cache] + [--force-new-token] [--stale-duration ] ... 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-get endpoint-list List configured service endpoints + password-update Update own password role-create Create new role role-delete Delete role role-get Display role details @@ -150,6 +153,8 @@ You'll find complete documentation on the shell by running ``keystone help``:: subcommands. Optional arguments: + --version show program's version number and exit + --timeout Set request timeout (in seconds) --os-username Name used for authentication with the OpenStack 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. --os-cert Defaults to env[OS_CERT] - --os-key Defaults to env[OS_KEY] + --os-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 + 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. -- cgit v1.2.1