From c12aee43959bc2d34696815918c6e51dce97426f Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 10 Mar 2015 22:52:41 +0100 Subject: [PATCH] Update CLI reference for python-openstackclient openstack 1.0.3 Change-Id: Ic6d7126bbf318ce8fe78a134b3b6197e8ae58bb6 --- .../generated/ch_cli_openstack_commands.xml | 726 ++++++++---------- 1 file changed, 324 insertions(+), 402 deletions(-) diff --git a/doc/cli-reference/generated/ch_cli_openstack_commands.xml b/doc/cli-reference/generated/ch_cli_openstack_commands.xml index 54d6f70f9d..e30697e34e 100644 --- a/doc/cli-reference/generated/ch_cli_openstack_commands.xml +++ b/doc/cli-reference/generated/ch_cli_openstack_commands.xml @@ -15,7 +15,7 @@ OpenStack command-line interface (CLI). This chapter documents openstack version - 1.0.2. + 1.0.3. For help on a specific openstack @@ -26,7 +26,7 @@
openstack usage usage: openstack [--version] [-v] [--log-file LOG_FILE] [-q] [--debug] - [--os-url <url>] [--os-region-name <auth-region-name>] + [--os-region-name <auth-region-name>] [--os-cacert <ca-bundle-file>] [--verify | --insecure] [--os-default-domain <auth-domain>] [--timing] [--os-compute-api-version <compute-api-version>] @@ -46,6 +46,7 @@ [--os-domain-name <auth-domain-name>] [--os-identity-provider-url <auth-identity-provider-url>] [--os-token <auth-token>] [--os-domain-id <auth-domain-id>] + [--os-url <auth-url>] [--os-user-domain-name <auth-user-domain-name>] [--os-user-id <auth-user-id>] [--os-password <auth-password>] [--os-project-id <auth-project-id>] @@ -102,14 +103,6 @@ - - --os-url <url> - - - Defaults to env[OS_URL] - - - --os-region-name <auth-region-name> @@ -211,8 +204,9 @@ Select an auhentication type. Available types: v2token, v2password, v3password, v3scopedsaml, v3unscopedadfs, token, v3token, password, - v3unscopedsaml. Default: selected based on --os- - username/--os-token (Env: OS_AUTH_TYPE) + v3unscopedsaml, osc_password, token_endpoint. Default: + selected based on --os-username/--os-token (Env: + OS_AUTH_TYPE) @@ -223,7 +217,7 @@ With v2password: Username to login with With v3password: Username With v3unscopedadfs: Username With password: Username With v3unscopedsaml: Username - (Env: OS_USERNAME) + With osc_password: Username (Env: OS_USERNAME) @@ -247,7 +241,8 @@ token: Domain name containing project With v3token: Domain name containing project With password: Domain name containing project With v3unscopedsaml: Domain - name containing project (Env: OS_PROJECT_DOMAIN_NAME) + name containing project With osc_password: Domain name + containing project (Env: OS_PROJECT_DOMAIN_NAME) @@ -261,6 +256,7 @@ token: Domain ID containing project With v3token: Domain ID containing project With password: Domain ID containing project With v3unscopedsaml: Domain ID + containing project With osc_password: Domain ID containing project (Env: OS_PROJECT_DOMAIN_ID) @@ -274,7 +270,8 @@ v3unscopedadfs: Project name to scope to With token: Project name to scope to With v3token: Project name to scope to With password: Project name to scope to With - v3unscopedsaml: Project name to scope to (Env: + v3unscopedsaml: Project name to scope to With + osc_password: Project name to scope to (Env: OS_PROJECT_NAME) @@ -289,7 +286,8 @@ v3unscopedadfs: Authentication URL With token: Authentication URL With v3token: Authentication URL With password: Authentication URL With v3unscopedsaml: - Authentication URL (Env: OS_AUTH_URL) + Authentication URL With osc_password: Authentication + URL (Env: OS_AUTH_URL) @@ -301,7 +299,8 @@ v3password: Trust ID With v3scopedsaml: Trust ID With v3unscopedadfs: Trust ID With token: Trust ID With v3token: Trust ID With password: Trust ID With - v3unscopedsaml: Trust ID (Env: OS_TRUST_ID) + v3unscopedsaml: Trust ID With osc_password: Trust ID + (Env: OS_TRUST_ID) @@ -319,7 +318,8 @@ With v3password: User's domain id With password: - User's domain id (Env: OS_USER_DOMAIN_ID) + User's domain id With osc_password: User's domain id + (Env: OS_USER_DOMAIN_ID) @@ -332,7 +332,8 @@ v3unscopedadfs: Domain name to scope to With token: Domain name to scope to With v3token: Domain name to scope to With password: Domain name to scope to With - v3unscopedsaml: Domain name to scope to (Env: + v3unscopedsaml: Domain name to scope to With + osc_password: Domain name to scope to (Env: OS_DOMAIN_NAME) @@ -353,7 +354,8 @@ With v2token: Token With v3scopedsaml: Token to authenticate with With token: Token to authenticate - with With v3token: Token to authenticate with (Env: + with With v3token: Token to authenticate with With + token_endpoint: Authentication token to use (Env: OS_TOKEN) @@ -367,17 +369,28 @@ v3unscopedadfs: Domain ID to scope to With token: Domain ID to scope to With v3token: Domain ID to scope to With password: Domain ID to scope to With - v3unscopedsaml: Domain ID to scope to (Env: + v3unscopedsaml: Domain ID to scope to With + osc_password: Domain ID to scope to (Env: OS_DOMAIN_ID) + + --os-url <auth-url> + + + With token_endpoint: Specific service endpoint to use + (Env: OS_URL) + + + --os-user-domain-name <auth-user-domain-name> With v3password: User's domain name With password: - User's domain name (Env: OS_USER_DOMAIN_NAME) + User's domain name With osc_password: User's domain + name (Env: OS_USER_DOMAIN_NAME) @@ -386,8 +399,8 @@ With v2password: User ID to longin with With - v3password: User ID With password: User id (Env: - OS_USER_ID) + v3password: User ID With password: User id With + osc_password: User id (Env: OS_USER_ID) @@ -398,7 +411,8 @@ With v2password: Password to use With v3password: User's password With v3unscopedadfs: Password With password: User's password With v3unscopedsaml: - Password (Env: OS_PASSWORD) + Password With osc_password: User's password (Env: + OS_PASSWORD) @@ -411,7 +425,8 @@ v3unscopedadfs: Project ID to scope to With token: Project ID to scope to With v3token: Project ID to scope to With password: Project ID to scope to With - v3unscopedsaml: Project ID to scope to (Env: + v3unscopedsaml: Project ID to scope to With + osc_password: Project ID to scope to (Env: OS_PROJECT_ID) @@ -437,7 +452,7 @@
openstack aggregate add host - usage: openstack --os-auth-type token aggregate add host [-h] + usage: openstack aggregate add host [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -477,7 +492,7 @@ Add host to aggregate
openstack aggregate create - usage: openstack --os-auth-type token aggregate create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack aggregate create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--zone <availability-zone>] @@ -527,7 +542,7 @@ Create a new aggregate
openstack aggregate delete - usage: openstack --os-auth-type token aggregate delete [-h] <aggregate> + usage: openstack aggregate delete [-h] <aggregate> Delete an existing aggregate @@ -555,7 +570,7 @@ Delete an existing aggregate
openstack aggregate list - usage: openstack --os-auth-type token aggregate list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack aggregate list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -583,7 +598,7 @@ List all aggregates
openstack aggregate remove host - usage: openstack --os-auth-type token aggregate remove host [-h] + usage: openstack aggregate remove host [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -623,7 +638,7 @@ Remove host from aggregate
openstack aggregate set - usage: openstack --os-auth-type token aggregate set [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack aggregate set [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--name <name>] [--zone <availability-zone>] @@ -681,7 +696,7 @@ Set aggregate properties
openstack aggregate show - usage: openstack --os-auth-type token aggregate show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack aggregate show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <aggregate> @@ -708,39 +723,11 @@ Display aggregate details - -
-
- openstack availability zone list - usage: openstack --os-auth-type token availability zone list [-h] [-f {csv,html,json,table,yaml}] - [-c COLUMN] [--max-width <integer>] - [--quote {all,minimal,none,nonnumeric}] - [--long] - -List availability zones and their status - - Optional arguments - - -h, --help - - - show this help message and exit - - - - - --long - - - List additional fields in output - - -
openstack backup create - usage: openstack --os-auth-type token backup create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack backup create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--container <container>] [--name <name>] [--description <description>] @@ -796,7 +783,7 @@ Create new backup
openstack backup delete - usage: openstack --os-auth-type token backup delete [-h] <backup> [<backup> ...] + usage: openstack backup delete [-h] <backup> [<backup> ...] Delete backup(s) @@ -824,7 +811,7 @@ Delete backup(s)
openstack backup list - usage: openstack --os-auth-type token backup list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack backup list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -851,7 +838,7 @@ List backups
openstack backup restore - usage: openstack --os-auth-type token backup restore [-h] <backup> <volume> + usage: openstack backup restore [-h] <backup> <volume> Restore backup @@ -887,7 +874,7 @@ Restore backup
openstack backup show - usage: openstack --os-auth-type token backup show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack backup show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <backup> @@ -914,80 +901,11 @@ Display backup details - -
-
- openstack catalog list - usage: openstack --os-auth-type token catalog list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] - [--max-width <integer>] - [--quote {all,minimal,none,nonnumeric}] - -List services in the service catalog - - Optional arguments - - -h, --help - - - show this help message and exit - - - - -
-
- openstack catalog show - usage: openstack --os-auth-type token catalog show [-h] [-f {html,json,shell,table,value,yaml}] - [-c COLUMN] [--max-width <integer>] - [--prefix PREFIX] - <service> - -Display service catalog details - - Positional arguments - - <service> - - - Service to display (type or name) - - - - - - Optional arguments - - -h, --help - - - show this help message and exit - - - - -
-
- openstack command list - usage: openstack --os-auth-type token command list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] - [--max-width <integer>] - [--quote {all,minimal,none,nonnumeric}] - -List recognized commands by group - - Optional arguments - - -h, --help - - - show this help message and exit - - -
openstack compute agent create - usage: openstack --os-auth-type token compute agent create [-h] + usage: openstack compute agent create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -1060,7 +978,7 @@ Create compute agent command
openstack compute agent delete - usage: openstack --os-auth-type token compute agent delete [-h] <id> + usage: openstack compute agent delete [-h] <id> Delete compute agent command @@ -1088,7 +1006,7 @@ Delete compute agent command
openstack compute agent list - usage: openstack --os-auth-type token compute agent list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack compute agent list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--hypervisor <hypervisor>] @@ -1116,7 +1034,7 @@ List compute agent command
openstack compute agent set - usage: openstack --os-auth-type token compute agent set [-h] + usage: openstack compute agent set [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -1172,7 +1090,7 @@ Set compute agent command
openstack compute service list - usage: openstack --os-auth-type token compute service list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack compute service list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--host <host>] [--service <service>] @@ -1208,7 +1126,7 @@ List service command
openstack compute service set - usage: openstack --os-auth-type token compute service set [-h] [-f {csv,html,json,table,yaml}] + usage: openstack compute service set [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--enable | --disable] @@ -1264,7 +1182,7 @@ Set service command
openstack console log show - usage: openstack --os-auth-type token console log show [-h] [--lines <num-lines>] <server> + usage: openstack console log show [-h] [--lines <num-lines>] <server> Show server's console output @@ -1301,7 +1219,7 @@ Show server's console output
openstack console url show - usage: openstack --os-auth-type token console url show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack console url show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--novnc | --xvpvnc | --spice] @@ -1357,7 +1275,7 @@ Show server's remote console URL
openstack container create - usage: openstack --os-auth-type token container create [-h] [-f {csv,html,json,table,yaml}] + usage: openstack container create [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] <container-name> [<container-name> ...] @@ -1388,7 +1306,7 @@ Create new container
openstack container delete - usage: openstack --os-auth-type token container delete [-h] <container> [<container> ...] + usage: openstack container delete [-h] <container> [<container> ...] Delete container @@ -1416,7 +1334,7 @@ Delete container
openstack container list - usage: openstack --os-auth-type token container list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack container list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--prefix <prefix>] [--marker <marker>] @@ -1486,7 +1404,7 @@ List containers
openstack container save - usage: openstack --os-auth-type token container save [-h] <container> + usage: openstack container save [-h] <container> Save container contents locally @@ -1514,7 +1432,7 @@ Save container contents locally
openstack container show - usage: openstack --os-auth-type token container show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack container show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <container> @@ -1545,7 +1463,7 @@ Display container details
openstack ec2 credentials create - usage: openstack --os-auth-type token ec2 credentials create [-h] + usage: openstack ec2 credentials create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -1584,7 +1502,7 @@ Create EC2 credentials
openstack ec2 credentials delete - usage: openstack --os-auth-type token ec2 credentials delete [-h] [--user <user>] <access-key> + usage: openstack ec2 credentials delete [-h] [--user <user>] <access-key> Delete EC2 credentials @@ -1620,7 +1538,7 @@ Delete EC2 credentials
openstack ec2 credentials list - usage: openstack --os-auth-type token ec2 credentials list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack ec2 credentials list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--user <user>] @@ -1648,7 +1566,7 @@ List EC2 credentials
openstack ec2 credentials show - usage: openstack --os-auth-type token ec2 credentials show [-h] + usage: openstack ec2 credentials show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--user <user>] @@ -1688,7 +1606,7 @@ Display EC2 credentials details
openstack endpoint create - usage: openstack --os-auth-type token endpoint create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack endpoint create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] --publicurl <url> [--adminurl <url>] [--internalurl <url>] @@ -1753,7 +1671,7 @@ Create new endpoint
openstack endpoint delete - usage: openstack --os-auth-type token endpoint delete [-h] <endpoint-id> + usage: openstack endpoint delete [-h] <endpoint-id> Delete endpoint @@ -1781,7 +1699,7 @@ Delete endpoint
openstack endpoint list - usage: openstack --os-auth-type token endpoint list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack endpoint list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -1809,7 +1727,7 @@ List endpoints
openstack endpoint show - usage: openstack --os-auth-type token endpoint show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack endpoint show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <endpoint-id> @@ -1840,7 +1758,7 @@ Display endpoint details
openstack extension list - usage: openstack --os-auth-type token extension list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack extension list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--compute] [--identity] [--network] @@ -1901,7 +1819,7 @@ List API extensions
openstack flavor create - usage: openstack --os-auth-type token flavor create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack flavor create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--id <id>] [--ram <size-mb>] [--disk <size-gb>] [--ephemeral <size-gb>] @@ -2008,7 +1926,7 @@ Create new flavor
openstack flavor delete - usage: openstack --os-auth-type token flavor delete [-h] <flavor> + usage: openstack flavor delete [-h] <flavor> Delete flavor @@ -2036,9 +1954,10 @@ Delete flavor
openstack flavor list - usage: openstack --os-auth-type token flavor list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack flavor list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] - [--quote {all,minimal,none,nonnumeric}] + [--quote {all,minimal,none,nonnumeric}] + [--public | --private | --all] [--long] List flavors @@ -2051,11 +1970,43 @@ List flavors + + --public + + + List only public flavors (default) + + + + + --private + + + List only private flavors + + + + + --all + + + List all flavors, whether public or private + + + + + --long + + + List additional fields in output + + +
openstack flavor show - usage: openstack --os-auth-type token flavor show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack flavor show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <flavor> @@ -2086,7 +2037,7 @@ Display flavor details
openstack host list - usage: openstack --os-auth-type token host list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack host list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--zone <zone>] @@ -2114,7 +2065,7 @@ List host command
openstack host show - usage: openstack --os-auth-type token host show [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack host show [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] <host> @@ -2145,10 +2096,10 @@ Show host command
openstack hypervisor list - usage: openstack --os-auth-type token hypervisor list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack hypervisor list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] - [--matching <hostname-str>] + [--matching <hostname>] List hypervisors @@ -2162,10 +2113,10 @@ List hypervisors - --matching <hostname-str> + --matching <hostname> - Filter hypervisors using <hostname-str> substring + Filter hypervisors using <hostname> substring @@ -2173,19 +2124,19 @@ List hypervisors
openstack hypervisor show - usage: openstack --os-auth-type token hypervisor show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack hypervisor show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] - <id> + <hypervisor> -Show hypervisor details +Display hypervisor details Positional arguments - <id> + <hypervisor> - ID of the hypervisor to display + Hypervisor to display (name or ID) @@ -2200,11 +2151,31 @@ Show hypervisor details + +
+
+ openstack hypervisor stats show + usage: openstack hypervisor stats show [-h] + [-f {html,json,shell,table,value,yaml}] + [-c COLUMN] [--max-width <integer>] + [--prefix PREFIX] + +Display hypervisor stats details + + Optional arguments + + -h, --help + + + show this help message and exit + + +
openstack image create - usage: openstack --os-auth-type token image create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack image create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--id <id>] [--store <store>] [--container-format <container-format>] @@ -2400,7 +2371,7 @@ Create/upload an image
openstack image delete - usage: openstack --os-auth-type token image delete [-h] <image> [<image> ...] + usage: openstack image delete [-h] <image> [<image> ...] Delete image(s) @@ -2428,10 +2399,11 @@ Delete image(s)
openstack image list - usage: openstack --os-auth-type token image list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack image list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] - [--page-size <size>] [--long] + [--public | --private] [--property <key=value>] + [--long] [--sort <key>[:<direction>]] List available images @@ -2445,10 +2417,26 @@ List available images - --page-size <size> + --public - Number of images to request in each paginated request + List only public images + + + + + --private + + + List only private images + + + + + --property <key=value> + + + Filter output based on property @@ -2460,11 +2448,21 @@ List available images + + --sort <key>[:<direction>] + + + Sort output by selected keys and directions(asc or + desc) (default: asc), multiple keys and directions can + be specified separated by comma + + +
openstack image save - usage: openstack --os-auth-type token image save [-h] [--file <filename>] <image> + usage: openstack image save [-h] [--file <filename>] <image> Save an image locally @@ -2500,7 +2498,7 @@ Save an image locally
openstack image set - usage: openstack --os-auth-type token image set [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack image set [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--name <name>] [--owner <project>] [--min-disk <disk-gb>] @@ -2608,7 +2606,7 @@ Set image properties
openstack image show - usage: openstack --os-auth-type token image show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack image show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <image> @@ -2639,7 +2637,7 @@ Display image details
openstack ip fixed add - usage: openstack --os-auth-type token ip fixed add [-h] <network> <server> + usage: openstack ip fixed add [-h] <network> <server> Add fixed-ip command @@ -2675,7 +2673,7 @@ Add fixed-ip command
openstack ip fixed remove - usage: openstack --os-auth-type token ip fixed remove [-h] <ip-address> <server> + usage: openstack ip fixed remove [-h] <ip-address> <server> Remove fixed-ip command @@ -2711,7 +2709,7 @@ Remove fixed-ip command
openstack ip floating add - usage: openstack --os-auth-type token ip floating add [-h] <ip-address> <server> + usage: openstack ip floating add [-h] <ip-address> <server> Add floating-ip to server @@ -2747,7 +2745,7 @@ Add floating-ip to server
openstack ip floating create - usage: openstack --os-auth-type token ip floating create [-h] + usage: openstack ip floating create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -2779,7 +2777,7 @@ Create new floating-ip
openstack ip floating delete - usage: openstack --os-auth-type token ip floating delete [-h] <ip-address> + usage: openstack ip floating delete [-h] <ip-address> Delete a floating-ip @@ -2807,7 +2805,7 @@ Delete a floating-ip
openstack ip floating list - usage: openstack --os-auth-type token ip floating list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack ip floating list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] @@ -2826,7 +2824,7 @@ List floating-ips
openstack ip floating pool list - usage: openstack --os-auth-type token ip floating pool list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack ip floating pool list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] @@ -2845,7 +2843,7 @@ List floating-ip-pools
openstack ip floating remove - usage: openstack --os-auth-type token ip floating remove [-h] <ip-address> <server> + usage: openstack ip floating remove [-h] <ip-address> <server> Remove floating-ip from server @@ -2881,7 +2879,7 @@ Remove floating-ip from server
openstack keypair create - usage: openstack --os-auth-type token keypair create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack keypair create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--public-key <file>] <name> @@ -2920,7 +2918,7 @@ Create new public key
openstack keypair delete - usage: openstack --os-auth-type token keypair delete [-h] <key> + usage: openstack keypair delete [-h] <key> Delete public key @@ -2948,7 +2946,7 @@ Delete public key
openstack keypair list - usage: openstack --os-auth-type token keypair list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack keypair list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] @@ -2967,7 +2965,7 @@ List public key fingerprints
openstack keypair show - usage: openstack --os-auth-type token keypair show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack keypair show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--public-key] <key> @@ -3006,7 +3004,7 @@ Display public key details
openstack limits show - usage: openstack --os-auth-type token limits show [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack limits show [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--absolute | --rate] [--reserved] @@ -3051,7 +3049,7 @@ Show compute and volume limits
openstack module list - usage: openstack --os-auth-type token module list [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack module list [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--all] @@ -3078,20 +3076,20 @@ List module versions
openstack network create - usage: openstack --os-auth-type token network create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack network create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--enable | --disable] [--share | --no-share] - <network_name> + <name> -Create a network +Create new network Positional arguments - <network_name> + <name> - Name of network to create + New network name @@ -3110,7 +3108,7 @@ Create a network --enable - Set administrative state up + Enable network (default) @@ -3118,7 +3116,7 @@ Create a network --disable - Set administrative state down + Disable network @@ -3126,7 +3124,7 @@ Create a network --share - Share the network across tenants + Share the network between projects @@ -3134,7 +3132,7 @@ Create a network --no-share - Do not share the network across tenants + Do not share the network between projects @@ -3142,7 +3140,7 @@ Create a network
openstack network delete - usage: openstack --os-auth-type token network delete [-h] <network> [<network> ...] + usage: openstack network delete [-h] <network> [<network> ...] Delete network(s) @@ -3151,7 +3149,7 @@ Delete network(s) <network> - Network(s) to delete (name or ID) + Network to delete (name or ID) @@ -3170,10 +3168,10 @@ Delete network(s)
openstack network list - usage: openstack --os-auth-type token network list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack network list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] - [--external] [--dhcp DHCP] [--long] + [--external] [--dhcp <dhcp-id>] [--long] List networks @@ -3195,10 +3193,10 @@ List networks - --dhcp DHCP ID + --dhcp <dhcp-id> DHCP - of the DHCP agent + agent ID @@ -3206,7 +3204,7 @@ List networks --long - Long listing + List additional fields in output @@ -3214,8 +3212,8 @@ List networks
openstack network set - usage: openstack --os-auth-type token network set [-h] [--enable | --disable] - [--name <network_name>] [--share | --no-share] + usage: openstack network set [-h] [--name <name>] [--enable | --disable] + [--share | --no-share] <network> Set network properties @@ -3225,7 +3223,7 @@ Set network properties <network> - Name or identifier of network to set + Network to modify (name or ID) @@ -3240,11 +3238,19 @@ Set network properties + + --name <name> + + + Set network name + + + --enable - Set administrative state up + Enable network @@ -3252,15 +3258,7 @@ Set network properties --disable - Set administrative state down - - - - - --name <network_name> - - - New name for the network + Disable network @@ -3268,7 +3266,7 @@ Set network properties --share - Share the network across tenants + Share the network between projects @@ -3276,7 +3274,7 @@ Set network properties --no-share - Do not share the network across tenants + Do not share the network between projects @@ -3284,7 +3282,7 @@ Set network properties
openstack network show - usage: openstack --os-auth-type token network show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack network show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <network> @@ -3296,7 +3294,7 @@ Show network details <network> - Name or identifier of network to show + Network to display (name or ID) @@ -3315,7 +3313,7 @@ Show network details
openstack object create - usage: openstack --os-auth-type token object create [-h] [-f {csv,html,json,table,yaml}] + usage: openstack object create [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] <container> <filename> [<filename> ...] @@ -3354,7 +3352,7 @@ Upload object to container
openstack object delete - usage: openstack --os-auth-type token object delete [-h] <container> <object> [<object> ...] + usage: openstack object delete [-h] <container> <object> [<object> ...] Delete object from container @@ -3390,7 +3388,7 @@ Delete object from container
openstack object list - usage: openstack --os-auth-type token object list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack object list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--prefix <prefix>] [--delimiter <delimiter>] @@ -3480,7 +3478,7 @@ List objects
openstack object save - usage: openstack --os-auth-type token object save [-h] [--file <filename>] <container> <object> + usage: openstack object save [-h] [--file <filename>] <container> <object> Save object locally @@ -3524,7 +3522,7 @@ Save object locally
openstack object show - usage: openstack --os-auth-type token object show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack object show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <container> <object> @@ -3563,7 +3561,7 @@ Display object details
openstack project create - usage: openstack --os-auth-type token project create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack project create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--description <description>] @@ -3638,7 +3636,7 @@ Create new project
openstack project delete - usage: openstack --os-auth-type token project delete [-h] <project> [<project> ...] + usage: openstack project delete [-h] <project> [<project> ...] Delete project(s) @@ -3666,7 +3664,7 @@ Delete project(s)
openstack project list - usage: openstack --os-auth-type token project list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack project list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -3693,7 +3691,7 @@ List projects
openstack project set - usage: openstack --os-auth-type token project set [-h] [--name <name>] + usage: openstack project set [-h] [--name <name>] [--description <description>] [--enable | --disable] [--property <key=value>] <project> @@ -3765,7 +3763,7 @@ Set project properties
openstack project show - usage: openstack --os-auth-type token project show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack project show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <project> @@ -3796,7 +3794,7 @@ Display project details
openstack project usage list - usage: openstack --os-auth-type token project usage list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack project usage list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--start <start>] [--end <end>] @@ -3834,7 +3832,7 @@ List resource usage per project
openstack quota set - usage: openstack --os-auth-type token quota set [-h] [--class] [--properties <properties>] + usage: openstack quota set [-h] [--class] [--properties <properties>] [--ram <ram>] [--secgroup-rules <secgroup-rules>] [--instances <instances>] [--key-pairs <key-pairs>] [--fixed-ips <fixed-ips>] [--secgroups <secgroups>] @@ -4001,7 +3999,7 @@ Set quotas for project or class
openstack quota show - usage: openstack --os-auth-type token quota show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack quota show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--class | --default] <project/class> @@ -4048,7 +4046,7 @@ Show quotas for project or class
openstack role add - usage: openstack --os-auth-type token role add [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack role add [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] --project <project> --user <user> <role> @@ -4095,7 +4093,7 @@ Add role to project:user
openstack role create - usage: openstack --os-auth-type token role create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack role create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--or-show] <name> @@ -4134,7 +4132,7 @@ Create new role
openstack role delete - usage: openstack --os-auth-type token role delete [-h] <role> [<role> ...] + usage: openstack role delete [-h] <role> [<role> ...] Delete role(s) @@ -4162,7 +4160,7 @@ Delete role(s)
openstack role list - usage: openstack --os-auth-type token role list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack role list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--project <project>] [--user <user>] @@ -4198,7 +4196,7 @@ List roles
openstack role remove - usage: openstack --os-auth-type token role remove [-h] --project <project> --user <user> <role> + usage: openstack role remove [-h] --project <project> --user <user> <role> Remove role from project : user @@ -4242,7 +4240,7 @@ Remove role from project : user
openstack role show - usage: openstack --os-auth-type token role show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack role show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <role> @@ -4273,7 +4271,7 @@ Display role details
openstack security group create - usage: openstack --os-auth-type token security group create [-h] + usage: openstack security group create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -4314,7 +4312,7 @@ Create a new security group
openstack security group delete - usage: openstack --os-auth-type token security group delete [-h] <group> + usage: openstack security group delete [-h] <group> Delete a security group @@ -4342,7 +4340,7 @@ Delete a security group
openstack security group list - usage: openstack --os-auth-type token security group list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack security group list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--all-projects] @@ -4370,7 +4368,7 @@ List all security groups
openstack security group rule create - usage: openstack --os-auth-type token security group rule create [-h] + usage: openstack security group rule create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] @@ -4431,7 +4429,7 @@ Create a new security group rule
openstack security group rule delete - usage: openstack --os-auth-type token security group rule delete [-h] [--proto <proto>] + usage: openstack security group rule delete [-h] [--proto <proto>] [--src-ip <ip-address>] [--dst-port <port-range>] <group> @@ -4443,7 +4441,7 @@ Delete a security group rule <group> - Create rule in this security group + Security group rule to delete (name or ID) @@ -4487,7 +4485,7 @@ Delete a security group rule
openstack security group rule list - usage: openstack --os-auth-type token security group rule list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack security group rule list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] <group> @@ -4499,7 +4497,7 @@ List all security group rules <group> - Create rule in this security group + List all rules in this security group @@ -4518,7 +4516,7 @@ List all security group rules
openstack security group set - usage: openstack --os-auth-type token security group set [-h] + usage: openstack security group set [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--name <new-name>] @@ -4567,7 +4565,7 @@ Set security group properties
openstack security group show - usage: openstack --os-auth-type token security group show [-h] + usage: openstack security group show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -4599,7 +4597,7 @@ Show a specific security group
openstack server add security group - usage: openstack --os-auth-type token server add security group [-h] <server> <group> + usage: openstack server add security group [-h] <server> <group> Add security group to server @@ -4635,7 +4633,7 @@ Add security group to server
openstack server add volume - usage: openstack --os-auth-type token server add volume [-h] [--device <device>] <server> <volume> + usage: openstack server add volume [-h] [--device <device>] <server> <volume> Add volume to server @@ -4679,7 +4677,7 @@ Add volume to server
openstack server create - usage: openstack --os-auth-type token server create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack server create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] (--image <image> | --volume <volume>) --flavor @@ -4858,7 +4856,7 @@ Create a new server
openstack server delete - usage: openstack --os-auth-type token server delete [-h] <server> [<server> ...] + usage: openstack server delete [-h] <server> [<server> ...] Delete server(s) @@ -4886,7 +4884,7 @@ Delete server(s)
openstack server image create - usage: openstack --os-auth-type token server image create [-h] + usage: openstack server image create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--name <image-name>] @@ -4935,7 +4933,7 @@ Create a new disk image from a running server
openstack server list - usage: openstack --os-auth-type token server list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack server list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--reservation-id <reservation-id>] @@ -5049,9 +5047,9 @@ List servers
openstack server lock - usage: openstack --os-auth-type token server lock [-h] <server> + usage: openstack server lock [-h] <server> -Lock server +Lock a server. A non-admin user will not be able to execute actions Positional arguments @@ -5077,7 +5075,7 @@ Lock server
openstack server migrate - usage: openstack --os-auth-type token server migrate [-h] [--live <hostname>] + usage: openstack server migrate [-h] [--live <hostname>] [--shared-migration | --block-migration] [--disk-overcommit | --no-disk-overcommit] [--wait] @@ -5158,7 +5156,7 @@ Migrate server to different host
openstack server pause - usage: openstack --os-auth-type token server pause [-h] <server> + usage: openstack server pause [-h] <server> Pause server @@ -5186,7 +5184,7 @@ Pause server
openstack server reboot - usage: openstack --os-auth-type token server reboot [-h] [--hard | --soft] [--wait] <server> + usage: openstack server reboot [-h] [--hard | --soft] [--wait] <server> Perform a hard or soft server reboot @@ -5238,7 +5236,7 @@ Perform a hard or soft server reboot
openstack server rebuild - usage: openstack --os-auth-type token server rebuild [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack server rebuild [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] --image <image> [--password <password>] [--wait] @@ -5294,7 +5292,7 @@ Rebuild server
openstack server remove security group - usage: openstack --os-auth-type token server remove security group [-h] <server> <group> + usage: openstack server remove security group [-h] <server> <group> Remove security group from server @@ -5330,7 +5328,7 @@ Remove security group from server
openstack server remove volume - usage: openstack --os-auth-type token server remove volume [-h] <server> <volume> + usage: openstack server remove volume [-h] <server> <volume> Remove volume from server @@ -5366,7 +5364,7 @@ Remove volume from server
openstack server rescue - usage: openstack --os-auth-type token server rescue [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack server rescue [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <server> @@ -5397,7 +5395,7 @@ Put server in rescue mode
openstack server resize - usage: openstack --os-auth-type token server resize [-h] [--flavor <flavor> | --verify | --revert] + usage: openstack server resize [-h] [--flavor <flavor> | --confirm | --revert] [--wait] <server> @@ -5432,10 +5430,10 @@ Scale server to a new flavor - --verify + --confirm - Verify server resize is complete + Confirm server resize is complete @@ -5459,7 +5457,7 @@ Scale server to a new flavor
openstack server resume - usage: openstack --os-auth-type token server resume [-h] <server> + usage: openstack server resume [-h] <server> Resume server @@ -5487,7 +5485,7 @@ Resume server
openstack server set - usage: openstack --os-auth-type token server set [-h] [--name <new-name>] [--root-password] + usage: openstack server set [-h] [--name <new-name>] [--root-password] [--property <key=value>] <server> @@ -5542,7 +5540,7 @@ Set server properties
openstack server show - usage: openstack --os-auth-type token server show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack server show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--diagnostics] <server> @@ -5581,7 +5579,7 @@ Show server details
openstack server ssh - usage: openstack --os-auth-type token server ssh [-h] [--login <login-name>] [--port <port>] + usage: openstack server ssh [-h] [--login <login-name>] [--port <port>] [--identity <keyfile>] [--option <config-options>] [-4 | -6] [--public | --private | --address-type <address-type>] @@ -5685,7 +5683,7 @@ Ssh to server
openstack server suspend - usage: openstack --os-auth-type token server suspend [-h] <server> + usage: openstack server suspend [-h] <server> Suspend server @@ -5713,7 +5711,7 @@ Suspend server
openstack server unlock - usage: openstack --os-auth-type token server unlock [-h] <server> + usage: openstack server unlock [-h] <server> Unlock server @@ -5741,7 +5739,7 @@ Unlock server
openstack server unpause - usage: openstack --os-auth-type token server unpause [-h] <server> + usage: openstack server unpause [-h] <server> Unpause server @@ -5769,7 +5767,7 @@ Unpause server
openstack server unrescue - usage: openstack --os-auth-type token server unrescue [-h] <server> + usage: openstack server unrescue [-h] <server> Restore server from rescue mode @@ -5797,7 +5795,7 @@ Restore server from rescue mode
openstack server unset - usage: openstack --os-auth-type token server unset [-h] [--property <key>] <server> + usage: openstack server unset [-h] [--property <key>] <server> Unset server properties @@ -5834,7 +5832,7 @@ Unset server properties
openstack service create - usage: openstack --os-auth-type token service create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack service create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--name <name>] [--description <description>] @@ -5883,7 +5881,7 @@ Create new service
openstack service delete - usage: openstack --os-auth-type token service delete [-h] <service> + usage: openstack service delete [-h] <service> Delete service @@ -5911,7 +5909,7 @@ Delete service
openstack service list - usage: openstack --os-auth-type token service list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack service list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -5938,7 +5936,7 @@ List services
openstack service show - usage: openstack --os-auth-type token service show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack service show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--catalog] <service> @@ -5977,7 +5975,7 @@ Display service details
openstack snapshot create - usage: openstack --os-auth-type token snapshot create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack snapshot create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] --name <name> [--description <description>] [--force] @@ -6034,7 +6032,7 @@ Create new snapshot
openstack snapshot delete - usage: openstack --os-auth-type token snapshot delete [-h] <snapshot> [<snapshot> ...] + usage: openstack snapshot delete [-h] <snapshot> [<snapshot> ...] Delete snapshot(s) @@ -6062,7 +6060,7 @@ Delete snapshot(s)
openstack snapshot list - usage: openstack --os-auth-type token snapshot list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack snapshot list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -6090,7 +6088,7 @@ List snapshots
openstack snapshot set - usage: openstack --os-auth-type token snapshot set [-h] [--name <name>] + usage: openstack snapshot set [-h] [--name <name>] [--description <description>] [--property <key=value>] <snapshot> @@ -6146,7 +6144,7 @@ Set snapshot properties
openstack snapshot show - usage: openstack --os-auth-type token snapshot show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack snapshot show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <snapshot> @@ -6177,7 +6175,7 @@ Display snapshot details
openstack snapshot unset - usage: openstack --os-auth-type token snapshot unset [-h] [--property <key>] <snapshot> + usage: openstack snapshot unset [-h] [--property <key>] <snapshot> Unset snapshot properties @@ -6214,7 +6212,7 @@ Unset snapshot properties
openstack token issue - usage: openstack --os-auth-type token token issue [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack token issue [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] @@ -6233,7 +6231,7 @@ Issue new token
openstack token revoke - usage: openstack --os-auth-type token token revoke [-h] <token> + usage: openstack token revoke [-h] <token> Revoke existing token @@ -6257,95 +6255,11 @@ Revoke existing token - -
-
- openstack usage list - usage: openstack --os-auth-type token usage list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] - [--max-width <integer>] - [--quote {all,minimal,none,nonnumeric}] - [--start <start>] [--end <end>] - -List resource usage per project - - Optional arguments - - -h, --help - - - show this help message and exit - - - - - --start <start> - - - Usage range start date, ex 2012-01-20 (default: 4 - weeks ago) - - - - - --end <end> - - - Usage range end date, ex 2012-01-20 (default: - tomorrow) - - - - -
-
- openstack usage show - usage: openstack --os-auth-type token usage show [-h] [-f {html,json,shell,table,value,yaml}] - [-c COLUMN] [--max-width <integer>] - [--prefix PREFIX] [--project <project>] - [--start <start>] [--end <end>] - -Show resource usage for a single project - - Optional arguments - - -h, --help - - - show this help message and exit - - - - - --project <project> - - - Name or ID of project to show usage for - - - - - --start <start> - - - Usage range start date, ex 2012-01-20 (default: 4 - weeks ago) - - - - - --end <end> - - - Usage range end date, ex 2012-01-20 (default: - tomorrow) - - -
openstack user create - usage: openstack --os-auth-type token user create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack user create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--project <project>] [--password <password>] [--password-prompt] @@ -6435,7 +6349,7 @@ Create new user
openstack user delete - usage: openstack --os-auth-type token user delete [-h] <user> [<user> ...] + usage: openstack user delete [-h] <user> [<user> ...] Delete user(s) @@ -6463,7 +6377,7 @@ Delete user(s)
openstack user list - usage: openstack --os-auth-type token user list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack user list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--project <project>] [--long] @@ -6499,7 +6413,7 @@ List users
openstack user role list - usage: openstack --os-auth-type token user role list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack user role list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--project <project>] @@ -6539,7 +6453,7 @@ List user-role assignments
openstack user set - usage: openstack --os-auth-type token user set [-h] [--name <name>] [--project <project>] + usage: openstack user set [-h] [--name <name>] [--project <project>] [--password <user-password>] [--password-prompt] [--email <email-address>] [--enable | --disable] <user> @@ -6626,7 +6540,7 @@ Set user properties
openstack user show - usage: openstack --os-auth-type token user show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack user show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <user> @@ -6657,10 +6571,10 @@ Display user details
openstack volume create - usage: openstack --os-auth-type token volume create [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack volume create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] --size <size> - [--snapshot-id <snapshot-id>] + [--snapshot <snapshot>] [--description <description>] [--type <volume-type>] [--user <user>] [--project <project>] @@ -6700,10 +6614,10 @@ Create new volume - --snapshot-id <snapshot-id> + --snapshot <snapshot> - Use <snapshot-id> as source of new volume + Use <snapshot> as source of new volume @@ -6776,7 +6690,7 @@ Create new volume
openstack volume delete - usage: openstack --os-auth-type token volume delete [-h] [--force] <volume> [<volume> ...] + usage: openstack volume delete [-h] [--force] <volume> [<volume> ...] Delete volume(s) @@ -6813,7 +6727,7 @@ Delete volume(s)
openstack volume list - usage: openstack --os-auth-type token volume list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] + usage: openstack volume list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--status <status>] [--name <name>] @@ -6866,8 +6780,8 @@ List volumes
openstack volume set - usage: openstack --os-auth-type token volume set [-h] [--name <name>] [--description <description>] - [--property <key=value>] + usage: openstack volume set [-h] [--name <name>] [--description <description>] + [--size <size>] [--property <key=value>] <volume> Set volume properties @@ -6908,6 +6822,14 @@ Set volume properties + + --size <size> + + + Extend volume size in GB + + + --property <key=value> @@ -6921,7 +6843,7 @@ Set volume properties
openstack volume show - usage: openstack --os-auth-type token volume show [-h] [-f {html,json,shell,table,value,yaml}] + usage: openstack volume show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] <volume> @@ -6952,7 +6874,7 @@ Show volume details
openstack volume type create - usage: openstack --os-auth-type token volume type create [-h] + usage: openstack volume type create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--property <key=value>] @@ -6993,7 +6915,7 @@ Create new volume type
openstack volume type delete - usage: openstack --os-auth-type token volume type delete [-h] <volume-type> + usage: openstack volume type delete [-h] <volume-type> Delete volume type @@ -7021,7 +6943,7 @@ Delete volume type
openstack volume type list - usage: openstack --os-auth-type token volume type list [-h] [-f {csv,html,json,table,yaml}] + usage: openstack volume type list [-h] [-f {csv,html,json,table,yaml}] [-c COLUMN] [--max-width <integer>] [--quote {all,minimal,none,nonnumeric}] [--long] @@ -7049,7 +6971,7 @@ List volume types
openstack volume type set - usage: openstack --os-auth-type token volume type set [-h] [--property <key=value>] <volume-type> + usage: openstack volume type set [-h] [--property <key=value>] <volume-type> Set volume type properties @@ -7086,7 +7008,7 @@ Set volume type properties
openstack volume type unset - usage: openstack --os-auth-type token volume type unset [-h] [--property <key>] <volume-type> + usage: openstack volume type unset [-h] [--property <key>] <volume-type> Unset volume type properties @@ -7123,7 +7045,7 @@ Unset volume type properties
openstack volume unset - usage: openstack --os-auth-type token volume unset [-h] [--property <key>] <volume> + usage: openstack volume unset [-h] [--property <key>] <volume> Unset volume properties