From d3daadece18ec1f5246f7806fe4cb1148527a81d Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 23 Sep 2014 20:56:01 +0200 Subject: [PATCH] Update for python-keystoneclient 0.11.1 Regenerate ch_cli_keystone_commands.xml with python-keystoneclient 0.11.1 version release. Change-Id: I41e563ef7eef727a7c7f517df54ff615eecec066 --- .../generated/ch_cli_keystone_commands.xml | 152 ++++++++++-------- 1 file changed, 82 insertions(+), 70 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_keystone_commands.xml b/doc/cli-reference/generated/ch_cli_keystone_commands.xml index 73ae773d16..ee4827c42f 100644 --- a/doc/cli-reference/generated/ch_cli_keystone_commands.xml +++ b/doc/cli-reference/generated/ch_cli_keystone_commands.xml @@ -10,10 +10,14 @@ Identity service command-line client - The keystone client is the command-line interface - (CLI) for the OpenStack Identity API and its extensions. This chapter documents - keystone version 0.10.1. + + The keystone client is the command-line + interface (CLI) for the OpenStack Identity API and its extensions. + + This chapter documents keystone version + 0.11.1. + For help on a specific keystone command, enter: @@ -39,7 +43,8 @@ catalog - List service catalog, possibly filtered by service. + List service catalog, possibly filtered by + service. @@ -47,7 +52,8 @@ ec2-credentials-create - Create EC2-compatible credentials for user per tenant. + Create EC2-compatible credentials for user per + tenant. @@ -55,7 +61,7 @@ ec2-credentials-delete - Delete EC2-compatible credentials. + Delete EC2-compatible credentials. @@ -63,7 +69,7 @@ ec2-credentials-get - Display EC2-compatible credentials. + Display EC2-compatible credentials. @@ -71,7 +77,7 @@ ec2-credentials-list - List EC2-compatible credentials for a user. + List EC2-compatible credentials for a user. @@ -264,7 +270,7 @@ user-password-update - Update user password. + Update user password. @@ -304,8 +310,8 @@ discover - Discover Keystone servers, supported API versions and - extensions. + Discover Keystone servers, supported API versions + and extensions. @@ -313,8 +319,8 @@ bootstrap - Grants a new role to a new user on a new tenant, after - creating each. + Grants a new role to a new user on a new tenant, + after creating each. @@ -353,8 +359,9 @@ Prints debugging output onto the console, this - includes the curl request and response calls. Helpful - for debugging and understanding the API calls. + includes the curl request and response calls. + Helpful for debugging and understanding the API + calls. @@ -371,8 +378,9 @@ --os-password <auth-password> - Password used for authentication with the OpenStack - Identity service. Defaults to env[OS_PASSWORD]. + Password used for authentication with the + OpenStack Identity service. Defaults to + env[OS_PASSWORD]. @@ -398,7 +406,7 @@ --os-auth-url <auth-url> - Specify the Identity endpoint to use for + Specify the Identity endpoint to use for authentication. Defaults to env[OS_AUTH_URL]. @@ -425,9 +433,10 @@ --os-token <service-token> - Specify an existing token to use instead of retrieving - one via authentication (e.g. with username & - password). Defaults to env[OS_SERVICE_TOKEN]. + Specify an existing token to use instead of + retrieving one via authentication (e.g. with + username & password). Defaults to + env[OS_SERVICE_TOKEN]. @@ -435,8 +444,8 @@ --os-endpoint <service-endpoint> - Specify an endpoint to use instead of retrieving one - from the service catalog (via authentication). + Specify an endpoint to use instead of retrieving + one from the service catalog (via authentication). Defaults to env[OS_SERVICE_ENDPOINT]. @@ -445,7 +454,8 @@ --os-cache - Use the auth token cache. Defaults to env[OS_CACHE]. + Use the auth token cache. Defaults to + env[OS_CACHE]. @@ -454,9 +464,10 @@ If the keyring is available and in use, 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 the keyring. + 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 the keyring. @@ -464,10 +475,10 @@ --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. + 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. @@ -476,9 +487,10 @@ Explicitly allow client to perform "insecure" TLS - (https) requests. The server's certificate will not be - verified against any certificate authorities. This - option should be used with caution. + (https) requests. The server's certificate will + not be verified against any certificate + authorities. This option should be used with + caution. @@ -496,7 +508,7 @@ --os-cert <certificate> - Defaults to env[OS_CERT]. + Defaults to env[OS_CERT]. @@ -519,7 +531,7 @@
- keystone bootstrap command + keystone bootstrap usage: keystone bootstrap [--user-name <user-name>] --pass <password> [--role-name <role-name>] [--tenant-name <tenant-name>] @@ -564,7 +576,7 @@ Grants a new role to a new user on a new tenant, after creating each.
- keystone catalog command + keystone catalog usage: keystone catalog [--service <service-type>] List service catalog, possibly filtered by service. @@ -581,14 +593,14 @@ List service catalog, possibly filtered by service.
- keystone discover command + keystone discover usage: keystone discover Discover Keystone servers, supported API versions and extensions.
- keystone ec2-credentials-create command + keystone ec2-credentials-create usage: keystone ec2-credentials-create [--user-id <user-id>] [--tenant-id <tenant-id>] @@ -616,7 +628,7 @@ Create EC2-compatible credentials for user per tenant.
- keystone ec2-credentials-delete command + keystone ec2-credentials-delete usage: keystone ec2-credentials-delete [--user-id <user-id>] --access <access-key> @@ -642,7 +654,7 @@ Delete EC2-compatible credentials.
- keystone ec2-credentials-get command + keystone ec2-credentials-get usage: keystone ec2-credentials-get [--user-id <user-id>] --access <access-key> @@ -668,7 +680,7 @@ Display EC2-compatible credentials.
- keystone ec2-credentials-list command + keystone ec2-credentials-list usage: keystone ec2-credentials-list [--user-id <user-id>] List EC2-compatible credentials for a user. @@ -685,7 +697,7 @@ List EC2-compatible credentials for a user.
- keystone endpoint-create command + keystone endpoint-create usage: keystone endpoint-create [--region <endpoint-region>] --service <service> --publicurl <public-url> [--adminurl <admin-url>] @@ -737,7 +749,7 @@ Create a new endpoint associated with a service.
- keystone endpoint-delete command + keystone endpoint-delete usage: keystone endpoint-delete <endpoint-id> Delete a service endpoint. @@ -754,7 +766,7 @@ Delete a service endpoint.
- keystone endpoint-get command + keystone endpoint-get usage: keystone endpoint-get --service <service-type> [--endpoint-type <endpoint-type>] [--attr <service-attribute>] [--value <value>] @@ -797,14 +809,14 @@ Find endpoint filtered by a specific attribute or service type.
- keystone endpoint-list command + keystone endpoint-list usage: keystone endpoint-list List configured service endpoints.
- keystone password-update command + keystone password-update usage: keystone password-update [--current-password <current-password>] [--new-password <new-password>] @@ -831,7 +843,7 @@ Update own password.
- keystone role-create command + keystone role-create usage: keystone role-create --name <role-name> Create new role. @@ -848,7 +860,7 @@ Create new role.
- keystone role-delete command + keystone role-delete usage: keystone role-delete <role> Delete role. @@ -865,7 +877,7 @@ Delete role.
- keystone role-get command + keystone role-get usage: keystone role-get <role> Display role details. @@ -882,14 +894,14 @@ Display role details.
- keystone role-list command + keystone role-list usage: keystone role-list List all roles.
- keystone service-create command + keystone service-create usage: keystone service-create --name <name> --type <type> [--description <service-description>] @@ -925,7 +937,7 @@ Add service to Service Catalog.
- keystone service-delete command + keystone service-delete usage: keystone service-delete <service> Delete service from Service Catalog. @@ -942,7 +954,7 @@ Delete service from Service Catalog.
- keystone service-get command + keystone service-get usage: keystone service-get <service> Display service from Service Catalog. @@ -959,14 +971,14 @@ Display service from Service Catalog.
- keystone service-list command + keystone service-list usage: keystone service-list List all services in Service Catalog.
- keystone tenant-create command + keystone tenant-create usage: keystone tenant-create --name <tenant-name> [--description <tenant-description>] [--enabled <true|false>] @@ -1001,7 +1013,7 @@ Create new tenant.
- keystone tenant-delete command + keystone tenant-delete usage: keystone tenant-delete <tenant> Delete tenant. @@ -1018,7 +1030,7 @@ Delete tenant.
- keystone tenant-get command + keystone tenant-get usage: keystone tenant-get <tenant> Display tenant details. @@ -1035,14 +1047,14 @@ Display tenant details.
- keystone tenant-list command + keystone tenant-list usage: keystone tenant-list List all tenants.
- keystone tenant-update command + keystone tenant-update usage: keystone tenant-update [--name <tenant_name>] [--description <tenant-description>] [--enabled <true|false>] @@ -1086,7 +1098,7 @@ Update tenant name, description, enabled status.
- keystone token-get command + keystone token-get usage: keystone token-get [--wrap <integer>] Display the current user token. @@ -1103,7 +1115,7 @@ Display the current user token.
- keystone user-create command + keystone user-create usage: keystone user-create --name <user-name> [--tenant <tenant>] [--pass [<pass>]] [--email <email>] [--enabled <true|false>] @@ -1154,7 +1166,7 @@ Create new user.
- keystone user-delete command + keystone user-delete usage: keystone user-delete <user> Delete user. @@ -1171,7 +1183,7 @@ Delete user.
- keystone user-get command + keystone user-get usage: keystone user-get <user> Display user details. @@ -1188,7 +1200,7 @@ Display user details.
- keystone user-list command + keystone user-list usage: keystone user-list [--tenant <tenant>] List users. @@ -1205,7 +1217,7 @@ List users.
- keystone user-password-update command + keystone user-password-update usage: keystone user-password-update [--pass <password>] <user> Update user password. @@ -1230,7 +1242,7 @@ Update user password.
- keystone user-role-add command + keystone user-role-add usage: keystone user-role-add --user <user> --role <role> [--tenant <tenant>] Add role to user. @@ -1263,7 +1275,7 @@ Add role to user.
- keystone user-role-list command + keystone user-role-list usage: keystone user-role-list [--user <user>] [--tenant <tenant>] List roles granted to a user. @@ -1288,7 +1300,7 @@ List roles granted to a user.
- keystone user-role-remove command + keystone user-role-remove usage: keystone user-role-remove --user <user> --role <role> [--tenant <tenant>] @@ -1322,7 +1334,7 @@ Remove role from user.
- keystone user-update command + keystone user-update usage: keystone user-update [--name <user-name>] [--email <email>] [--enabled <true|false>] <user>