The openstack client is a common OpenStackcommand-line interface (CLI).
This chapter documents openstack version 2.3.0.
For help on a specific openstack command, enter:
$ openstack help COMMAND
usage: openstack [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]
[--os-cloud <cloud-config-name>]
[--os-region-name <auth-region-name>]
[--os-cacert <ca-bundle-file>] [--verify | --insecure]
[--os-default-domain <auth-domain>]
[--os-interface <interface>] [--timing] [--profile hmac-key]
[--os-compute-api-version <compute-api-version>]
[--os-network-api-version <network-api-version>]
[--os-image-api-version <image-api-version>]
[--os-volume-api-version <volume-api-version>]
[--os-identity-api-version <identity-api-version>]
[--os-auth-type <auth-type>]
[--os-project-domain-id <auth-project-domain-id>]
[--os-protocol <auth-protocol>]
[--os-project-name <auth-project-name>]
[--os-trust-id <auth-trust-id>]
[--os-service-provider-endpoint <auth-service-provider-endpoint>]
[--os-domain-name <auth-domain-name>]
[--os-user-domain-id <auth-user-domain-id>]
[--os-identity-provider-url <auth-identity-provider-url>]
[--os-access-token-endpoint <auth-access-token-endpoint>]
[--os-domain-id <auth-domain-id>]
[--os-user-domain-name <auth-user-domain-name>]
[--os-scope <auth-scope>] [--os-user-id <auth-user-id>]
[--os-identity-provider <auth-identity-provider>]
[--os-username <auth-username>]
[--os-auth-url <auth-auth-url>]
[--os-client-secret <auth-client-secret>]
[--os-client-id <auth-client-id>]
[--os-project-domain-name <auth-project-domain-name>]
[--os-password <auth-password>]
[--os-endpoint <auth-endpoint>] [--os-url <auth-url>]
[--os-token <auth-token>] [--os-project-id <auth-project-id>]
[--os-object-api-version <object-api-version>]
[--inspector-api-version INSPECTOR_API_VERSION]
[--inspector-url INSPECTOR_URL]
[--os-data-processing-api-version <data-processing-api-version>]
[--os-data-processing-url OS_DATA_PROCESSING_URL]
[--os-dns-api-version <dns-api-version>]
[--os-orchestration-api-version <orchestration-api-version>]
[--os-mb-api-version <mb-api-version>]
[--os-queues-api-version <queues-api-version>]
[--os-key-manager-api-version <key-manager-api-version>]
[--os-baremetal-api-version <baremetal-api-version>]
[--os-policy-api-version <policy-api-version>]
Important
OpenStack Identity API v2 is deprecated in the Mitaka release.
You can select the Identity API version to use by adding the --os-identity-api-version parameter or by setting the corresponding environment variable:
export OS_IDENTITY_API_VERSION=3
usage: openstack --os-identity-api-version 3 access token create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--consumer-key <consumer-key>
--consumer-secret <consumer-secret>
--request-key <request-key>
--request-secret <request-secret>
--verifier <verifier>
Create an access token
Optional arguments:
usage: openstack --os-identity-api-version 3 acl delete [-h] URI
Delete ACLs for a secret or container as identified by its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 acl get [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
URI
Retrieve ACLs for a secret or container by providing its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 acl submit [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Submit ACL on a secret or container as identified by its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 acl user add [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Add ACL users to a secret or container as identified by its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 acl user remove [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Remove ACL users from a secret or container as identified by its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate add host [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<aggregate> <host>
Add host to aggregate
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--zone <availability-zone>]
[--property <key=value>]
<name>
Create a new aggregate
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate delete [-h] <aggregate>
Delete an existing aggregate
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
List all aggregates
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate remove host [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<aggregate> <host>
Remove host from aggregate
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate set [-h] [--name <name>]
[--zone <availability-zone>]
[--property <key=value>]
<aggregate>
Set aggregate properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 aggregate show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<aggregate>
Display aggregate details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 availability zone list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--compute] [--network] [--volume]
[--long]
List availability zones and their status
Optional arguments:
usage: openstack --os-identity-api-version 3 backup create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] --name <name>
[--description <description>]
[--container <container>]
<volume>
Create new backup
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 backup delete [-h] <backup> [<backup> ...]
Delete backup(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 backup list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
List backups
Optional arguments:
usage: openstack --os-identity-api-version 3 backup restore [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<backup> <volume>
Restore backup
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 backup show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<backup>
Display backup details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--chassis-uuid <chassis>] --driver <driver>
[--driver-info <key=value>]
[--property <key=value>]
[--extra <key=value>] [--uuid <uuid>]
[--name <name>]
Register a new node with the baremetal service
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal delete [-h] <node>
Unregister a baremetal node
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection abort [-h] uuid
Abort running introspection for node.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection data save [-h] [--file <filename>]
uuid
Save or display raw introspection data.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection rule delete [-h] uuid
Delete an introspection rule.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection rule import [-h] file
Import one or several introspection rules from a json file.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection rule list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List all introspection rules.
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection rule purge [-h]
Drop all introspection rules.
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection rule show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
uuid
Show an introspection rule.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection start [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--new-ipmi-username NEW_IPMI_USERNAME]
[--new-ipmi-password NEW_IPMI_PASSWORD]
[--wait]
uuid [uuid ...]
Start the introspection.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal introspection status [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
uuid
Get introspection status.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit <limit>] [--marker <node>]
[--sort <key>[:<direction>]] [--maintenance]
[--associated] [--long]
List baremetal nodes
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal set [-h] [--property <path=value>] <node>
Set baremetal properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 baremetal show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--instance]
[--long]
<node>
Show baremetal node details
Positional arguments:
Optional arguments:
--long
usage: openstack --os-identity-api-version 3 baremetal unset [-h] [--property <path>] <node>
Unset baremetal properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ca get [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
URI
Retrieve a CA by providing its URI.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ca list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit LIMIT] [--offset OFFSET] [--name NAME]
List cas.
Optional arguments:
usage: openstack --os-identity-api-version 3 catalog list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List services in the service catalog
Optional arguments:
usage: openstack --os-identity-api-version 3 catalog show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<service>
Display service catalog details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 claim create [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--ttl <ttl>] [--grace <grace>]
[--limit <limit>]
<queue_name>
Create claim and return a list of claimed messages
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 claim query [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
<queue_name> <claim_id>
Display claim details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 claim release [-h] <queue_name> <claim_id>
Delete a claim
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 claim renew [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--ttl <ttl>] [--grace <grace>]
<queue_name> <claim_id>
Renew a claim
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 command list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List recognized commands by group
Optional arguments:
usage: openstack --os-identity-api-version 3 compute agent create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<os> <architecture> <version> <url>
<md5hash> <hypervisor>
Create compute agent command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 compute agent delete [-h] <id>
Delete compute agent command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 compute agent list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--hypervisor <hypervisor>]
List compute agent command
Optional arguments:
usage: openstack --os-identity-api-version 3 compute agent set [-h] <id> <version> <url> <md5hash>
Set compute agent command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 compute service delete [-h] <service>
Delete service command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 compute service list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--host <host>] [--service <service>]
List service command
Optional arguments:
usage: openstack --os-identity-api-version 3 compute service set [-h] [--enable | --disable]
<host> <service>
Set service command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 configuration show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--mask | --unmask]
Display configuration details
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <datasource-description>]
[--config <key=value>]
<datasource-driver>
<datasource-name>
Create a datasource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource delete [-h] <datasource-name>
Delete a datasource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List Datasources.
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource row list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<datasource-name> <table>
List datasource rows.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource schema show [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<datasource-name>
Show schema for datasource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource status show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
<datasource-name>
List status for datasource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource table list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<datasource-name>
List datasource tables.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource table schema show [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<datasource-name>
<table-name>
Show schema for datasource table.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress datasource table show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
<datasource-name> <table-id>
Show Datasource Table properties.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress driver config show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
<datasource-driver>
List driver tables.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress driver list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List drivers.
Optional arguments:
usage: openstack --os-identity-api-version 3 congress driver schema show [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<datasource-driver>
List datasource tables.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--abbreviation <abbreviation>]
[--kind <kind>]
<policy_name>
Create a policy.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy delete [-h] <policy>
Delete a policy.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List Policy.
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy row list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--trace]
<policy-name> <table>
List policy rows.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy rule create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name RULE_NAME]
[--comment COMMENT]
<policy-name> <rule>
Create a policy rule.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy rule delete [-h]
<policy-name> <rule-id/rule-name>
Delete a policy rule.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy rule list [-h] <policy-name>
List policy rules.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy rule show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<policy-name> <rule-id/rule-name>
Show a policy rule.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<policy-name>
Show policy properties.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy simulate [-h] [--delta] [--trace]
<policy> <query> <sequence>
<action_policy>
Show the result of simulation.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy table list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<policy-name>
List policy tables.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 congress policy table show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
<policy-name> <table-id>
Show policy table properties.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 console log show [-h] [--lines <num-lines>] <server>
Show server’s console output
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 console url show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--novnc | --xvpvnc | --spice]
<server>
Show server’s remote console URL
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 consumer create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <description>]
Create new consumer
Optional arguments:
usage: openstack --os-identity-api-version 3 consumer delete [-h] <consumer>
Delete consumer
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 consumer list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List consumers
Optional arguments:
usage: openstack --os-identity-api-version 3 consumer set [-h] [--description <description>] <consumer>
Set consumer properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 consumer show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<consumer>
Display consumer details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container create [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<container-name> [<container-name> ...]
Create new container
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container delete [-h] [--recursive]
<container> [<container> ...]
Delete container
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--prefix <prefix>] [--marker <marker>]
[--end-marker <end-marker>] [--limit <limit>]
[--long] [--all]
List containers
Optional arguments:
usage: openstack --os-identity-api-version 3 container save [-h] <container>
Save container contents locally
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container set [-h] --property <key=value> <container>
Set container properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<container>
Display container details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 container unset [-h] --property <key> <container>
Unset container properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 credential create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--type <type>] [--project <project>]
<user> <data>
Create credential command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 credential delete [-h] <credential-id>
Delete credential command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 credential list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List credential command
Optional arguments:
usage: openstack --os-identity-api-version 3 credential set [-h] --user <user> --type <type> --data <data>
[--project <project>]
<credential-id>
Set credential command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 credential show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<credential-id>
Show credential command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--cluster-template <cluster-template>]
[--image <image>]
[--description <description>]
[--user-keypair <keypair>]
[--neutron-network <network>]
[--count <count>] [--public]
[--protected] [--transient]
[--json <filename>] [--wait]
Creates cluster
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
Deletes cluster
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--plugin <plugin>]
[--version <version>]
[--name <name-substring>]
Lists clusters
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster scale [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]]
[--json <filename>] [--wait]
<cluster>
Scales cluster
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--verification]
<cluster>
Display cluster details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster template create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
[--anti-affinity <anti-affinity> [<anti-affinity> ...]]
[--description <description>]
[--autoconfig]
[--public]
[--protected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
Creates cluster template
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
Deletes cluster template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster template list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
[--plugin <plugin>]
[--version <version>]
[--name <name-substring>]
Lists cluster templates
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster template show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
<cluster-template>
Display cluster template details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster template update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
[--anti-affinity <anti-affinity> [<anti-affinity> ...]]
[--description <description>]
[--autoconfig-enable | --autoconfig-disable]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
<cluster-template>
Updates cluster template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--shares <filename>]
[--public | --private]
[--protected | --unprotected]
<cluster>
Updates cluster
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing cluster verification [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
(--start | --show)
<cluster>
Updates cluster verifications
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing data source create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX] --type
<type> --url <url>
[--username <username>]
[--password <password>]
[--description <description>]
[--public] [--protected]
<name>
Creates data source
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
Delete data source
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing data source list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--type <type>]
Lists data sources
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing data source show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
<data-source>
Display data source details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing data source update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--url <url>]
[--username <username>]
[--password <password>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<data-source>
Update data source
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--name <name-regex>]
[--tags <tag> [<tag> ...]]
[--username <username>]
Lists registered images
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image register [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
--username <username>
[--description <description>]
<image>
Register an image
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<image>
Display image details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image tags add [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Add image tags
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image tags remove [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--tags <tag> [<tag> ...] |
--all]
<image>
Remove image tags
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image tags set [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Set image tags (Replace current image tags with provided ones)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing image unregister [-h] <image> [<image> ...]
Unregister image(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--data <file> | --url <url>]
[--description <description>]
[--username <username>]
[--password <password> | --password-prompt]
[--public] [--protected]
[--json <filename>]
Creates job binary
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
Deletes job binary
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary download [-h] [--file <file>]
<job-binary>
Downloads job binary
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
[--name <name-substring>]
Lists job binaries
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
<job-binary>
Display job binary details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job binary update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--url <url>]
[--description <description>]
[--username <username>]
[--password <password> | --password-prompt]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
<job-binary>
Updates job binary
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job delete [-h] [--wait] <job> [<job> ...]
Deletes job
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job execute [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--job-template <job-template>]
[--cluster <cluster>]
[--input <input>]
[--output <output>]
[--params <name:value> [<name:value> ...]]
[--args <argument> [<argument> ...]]
[--public] [--protected]
[--config-json <filename> | --configs <name:value> [<name:value> ...]]
[--interface <filename>]
[--json <filename>]
Executes job
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--status <status>]
Lists jobs
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<job>
Display job details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job template create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--mains <main> [<main> ...]]
[--libs <lib> [<lib> ...]]
[--description <description>]
[--public] [--protected]
[--interface <filename>]
[--json <filename>]
Creates job template
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
Deletes job template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job template list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [--type <type>]
[--name <name-substring>]
Lists job templates
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job template show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
<job-template>
Display job template details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job template update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<job-template>
Updates job template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job type configs get [-h] [--file <file>]
<job-type>
Get job type configs
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job type list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--type <type>]
[--plugin <plugin>]
[--version <version>]
Lists job types supported by plugins
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing job update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--public | --private]
[--protected | --unprotected]
<job>
Updates job
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing node group template create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--version <version>]
[--processes <processes> [<processes> ...]]
[--flavor <flavor>]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group]
[--availability-zone <availability-zone>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality]
[--description <description>]
[--autoconfig]
[--proxy-gateway]
[--public]
[--protected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
Creates node group template
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
Deletes node group template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing node group template list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
[--plugin <plugin>]
[--version <version>]
[--name <name-substring>]
Lists node group templates
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing node group template show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
<node-group-template>
Display node group template details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing node group template update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--version <version>]
[--processes <processes> [<processes> ...]]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group-enable | --auto-security-group-disable]
[--availability-zone <availability-zone>]
[--flavor <flavor>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality-enable | --volumes-locality-disable]
[--description <description>]
[--autoconfig-enable | --autoconfig-disable]
[--proxy-gateway-enable | --proxy-gateway-disable]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
<node-group-template>
Updates node group template
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <version>
Get plugin configs
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing plugin list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
Lists plugins
Optional arguments:
usage: openstack --os-identity-api-version 3 dataprocessing plugin show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--version VERSION]
<plugin>
Display plugin details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 domain create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--enable | --disable] [--or-show]
<domain-name>
Create new domain
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 domain delete [-h] <domain>
Delete domain
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 domain list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List domains
Optional arguments:
usage: openstack --os-identity-api-version 3 domain set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
<domain>
Set domain properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 domain show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<domain>
Display domain details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ec2 credentials create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--project <project>] [--user <user>]
[--user-domain <user-domain>]
[--project-domain <project-domain>]
Create EC2 credentials
Optional arguments:
usage: openstack --os-identity-api-version 3 ec2 credentials delete [-h] [--user <user>]
[--user-domain <user-domain>]
<access-key>
Delete EC2 credentials
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ec2 credentials list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--user <user>]
[--user-domain <user-domain>]
List EC2 credentials
Optional arguments:
usage: openstack --os-identity-api-version 3 ec2 credentials show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--user <user>]
[--user-domain <user-domain>]
<access-key>
Display EC2 credentials details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 endpoint create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--region <region-id>] [--enable | --disable]
<service> <interface> <url>
Create new endpoint
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 endpoint delete [-h] <endpoint-id>
Delete endpoint
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 endpoint list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--service <service>] [--interface <interface>]
[--region <region-id>]
List endpoints
Optional arguments:
usage: openstack --os-identity-api-version 3 endpoint set [-h] [--region <region-id>]
[--interface <interface>] [--url <url>]
[--service <service>] [--enable | --disable]
<endpoint-id>
Set endpoint properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 endpoint show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<endpoint-id>
Display endpoint details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 extension list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--compute] [--identity] [--network]
[--volume] [--long]
List API extensions
Optional arguments:
usage: openstack --os-identity-api-version 3 federation domain list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List accessible domains
Optional arguments:
usage: openstack --os-identity-api-version 3 federation project list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List accessible projects
Optional arguments:
usage: openstack --os-identity-api-version 3 federation protocol create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
--identity-provider
<identity-provider> --mapping
<mapping>
<name>
Create new federation protocol
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 federation protocol delete [-h] --identity-provider
<identity-provider>
<federation-protocol>
Delete federation protocol
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 federation protocol list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
--identity-provider
<identity-provider>
List federation protocols
Optional arguments:
usage: openstack --os-identity-api-version 3 federation protocol set [-h] --identity-provider
<identity-provider>
[--mapping <mapping>]
<name>
Set federation protocol properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 federation protocol show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--identity-provider
<identity-provider>
<federation-protocol>
Display federation protocol details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--id <id>]
[--ram <size-mb>] [--disk <size-gb>]
[--ephemeral <size-gb>] [--swap <size-gb>]
[--vcpus <vcpus>] [--rxtx-factor <factor>]
[--public | --private]
<flavor-name>
Create new flavor
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor delete [-h] <flavor>
Delete flavor
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--public | --private | --all] [--long]
[--marker <marker>] [--limit <limit>]
List flavors
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor set [-h] [--property <key=value>] <flavor>
Set flavor properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<flavor>
Display flavor details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 flavor unset [-h] --property <key> <flavor>
Unset flavor properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group add user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Add user to group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group contains user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Check user membership in group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--domain <domain>]
[--description <description>] [--or-show]
<group-name>
Create new group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group delete [-h] [--domain <domain>] <group> [<group> ...]
Delete group(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--domain <domain>] [--user <user>]
[--user-domain <user-domain>] [--long]
List groups
Optional arguments:
usage: openstack --os-identity-api-version 3 group remove user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Remove user from group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group set [-h] [--domain <domain>] [--name <name>]
[--description <description>]
<group>
Set group properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 group show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--domain <domain>]
<group>
Display group details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 host list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--zone <zone>]
List host command
Optional arguments:
usage: openstack --os-identity-api-version 3 host show [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
<host>
Show host command
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 hypervisor list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--matching <hostname>]
List hypervisors
Optional arguments:
usage: openstack --os-identity-api-version 3 hypervisor show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<hypervisor>
Display hypervisor details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 hypervisor stats show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
Display hypervisor stats details
Optional arguments:
usage: openstack --os-identity-api-version 3 identity provider create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--description <description>]
[--enable | --disable]
<name>
Create new identity provider
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 identity provider delete [-h] <identity-provider>
Delete identity provider
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 identity provider list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List identity providers
Optional arguments:
usage: openstack --os-identity-api-version 3 identity provider set [-h] [--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
Set identity provider properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 identity provider show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<identity-provider>
Display identity provider details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image add project [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--project-domain <project-domain>]
<image> <project>
Associate project with image
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--id <id>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--min-disk <disk-gb>] [--min-ram <ram-mb>]
[--file <file>] [--volume <volume>] [--force]
[--protected | --unprotected]
[--public | --private] [--property <key=value>]
[--tag <tag>] [--project <project>]
[--project-domain <project-domain>]
<image-name>
Create/upload an image
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image delete [-h] <image> [<image> ...]
Delete image(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--public | --private | --shared]
[--property <key=value>] [--long]
[--sort <key>[:<direction>]] [--limit <limit>]
[--marker <marker>]
List available images
Optional arguments:
usage: openstack --os-identity-api-version 3 image remove project [-h] [--project-domain <project-domain>]
<image> <project>
Disassociate project with image
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image save [-h] [--file <filename>] <image>
Save an image locally
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image set [-h] [--name <name>] [--min-disk <disk-gb>]
[--min-ram <ram-mb>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--protected | --unprotected]
[--public | --private] [--property <key=value>]
[--tag <tag>] [--architecture <architecture>]
[--instance-id <instance-id>]
[--kernel-id <kernel-id>] [--os-distro <os-distro>]
[--os-version <os-version>]
[--ramdisk-id <ramdisk-id>]
[--deactivate | --activate] [--project <project>]
[--project-domain <project-domain>]
<image>
Set image properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 image show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<image>
Display image details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip fixed add [-h] <network> <server>
Add fixed IP address to server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip fixed remove [-h] <ip-address> <server>
Remove fixed IP address from server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating add [-h] <ip-address> <server>
Add floating IP address to server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<pool>
Create new floating IP address
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating delete [-h] <floating-ip>
Delete floating IP
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List floating IP(s)
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating pool list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List pools of floating IP addresses
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating remove [-h] <ip-address> <server>
Remove floating IP address from server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ip floating show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<floating-ip>
Show floating IP details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 keypair create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--public-key <file>]
<name>
Create new public key
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 keypair delete [-h] <key>
Delete public key
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 keypair list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List public key fingerprints
Optional arguments:
usage: openstack --os-identity-api-version 3 keypair show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--public-key]
<key>
Display public key details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 limits show [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
(--absolute | --rate) [--reserved]
[--project <project>] [--domain <domain>]
Show compute and block storage limits
Optional arguments:
usage: openstack --os-identity-api-version 3 mapping create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] --rules
<filename>
<name>
Create new mapping
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 mapping delete [-h] <mapping>
Delete mapping
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 mapping list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List mappings
Optional arguments:
usage: openstack --os-identity-api-version 3 mapping set [-h] [--rules <filename>] <name>
Set mapping properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 mapping show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<mapping>
Display mapping details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 messaging flavor create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--capabilities <capabilities>]
<flavor_name> <pool_group>
Create a pool flavor
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 messaging flavor delete [-h] <flavor_name>
Delete a flavor
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 messaging flavor list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--marker <flavor_name>]
[--limit <limit>]
[--detailed <detailed>]
List available flavors
Optional arguments:
usage: openstack --os-identity-api-version 3 messaging flavor show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<flavor_name>
Display flavor details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 messaging flavor update [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--pool_group <pool_group>]
[--capabilities <capabilities>]
<flavor_name>
Update a flavor’s attributes
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 module list [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--all]
List module versions
Optional arguments:
usage: openstack --os-identity-api-version 3 network create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--share | --no-share] [--subnet <subnet>]
<name>
Create new network
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 network delete [-h] <network> [<network> ...]
Delete network(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 network list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--external] [--long]
List networks
Optional arguments:
usage: openstack --os-identity-api-version 3 network set [-h] [--name <name>] [--enable | --disable]
[--share | --no-share]
<network>
Set network properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 network show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<network>
Show network details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object create [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<container> <filename> [<filename> ...]
Upload object to container
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object delete [-h] <container> <object> [<object> ...]
Delete object from container
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--prefix <prefix>] [--delimiter <delimiter>]
[--marker <marker>] [--end-marker <end-marker>]
[--limit <limit>] [--long] [--all]
<container>
List objects
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object save [-h] [--file <filename>] <container> <object>
Save object locally
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object set [-h] --property <key=value> <container> <object>
Set object properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<container> <object>
Display object details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 object store account set [-h] --property <key=value>
Set account properties
Optional arguments:
usage: openstack --os-identity-api-version 3 object store account show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
Display account details
Optional arguments:
usage: openstack --os-identity-api-version 3 object store account unset [-h] --property <key>
Unset account properties
Optional arguments:
usage: openstack --os-identity-api-version 3 object unset [-h] --property <key> <container> <object>
Unset object properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration build info [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
Retrieve build information.
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration resource type list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--filter <key=value>]
List resource types.
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration resource type show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--prefix PREFIX]
[--template-type <template-type>]
<resource-type>
Show details and optionally generate a template for a resource type.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration service list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List the Heat engines.
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration template function list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<template-version>
List the available functions.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 orchestration template version list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List the available template versions.
Optional arguments:
usage: openstack --os-identity-api-version 3 policy create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--type <type>]
<filename>
Create new policy
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 policy delete [-h] <policy>
Delete policy
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 policy list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
List policies
Optional arguments:
usage: openstack --os-identity-api-version 3 policy set [-h] [--type <type>] [--rules <filename>] <policy>
Set policy properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 policy show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<policy>
Display policy details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 pool create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name> <pool_uri> <pool_weight>
Create a pool
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 pool delete [-h] <pool_name>
Delete a pool
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 pool list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--marker <pool_name>] [--limit <limit>]
[--detailed <detailed>]
List available Pools
Optional arguments:
usage: openstack --os-identity-api-version 3 pool show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<pool_name>
Display pool details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 pool update [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--pool_uri <pool_uri>]
[--pool_weight <pool_weight>]
[--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name>
Update a pool attribute
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 port delete [-h] <port> [<port> ...]
Delete port(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 port show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<port>
Display port details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 project create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--domain <domain>] [--parent <project>]
[--description <description>]
[--enable | --disable]
[--property <key=value>] [--or-show]
<project-name>
Create new project
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 project delete [-h] [--domain <domain>]
<project> [<project> ...]
Delete project(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 project list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--domain <domain>] [--user <user>] [--long]
List projects
Optional arguments:
usage: openstack --os-identity-api-version 3 project set [-h] [--name <name>] [--domain <domain>]
[--description <description>]
[--enable | --disable] [--property <key=value>]
<project>
Set project properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 project show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--domain <domain>]
[--parents] [--children]
<project>
Display project details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ptr record list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List floatingip ptr records
Optional arguments:
usage: openstack --os-identity-api-version 3 ptr record set [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl]
floatingip_id ptrdname
Set floatingip ptr record
Positional arguments:
Optional arguments:
--no-description
--no-ttl
usage: openstack --os-identity-api-version 3 ptr record show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
floatingip_id
Show floatingip ptr record details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 ptr record unset [-h] floatingip_id
Unset floatingip ptr record
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<queue_name>
Create a queue
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue delete [-h] <queue_name>
Delete a queue
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue exists [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<queue_name>
Check queue existence
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue get metadata [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<queue_name>
Get queue metadata
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--marker <queue_id>] [--limit <limit>]
List available queues
Optional arguments:
usage: openstack --os-identity-api-version 3 queue set metadata [-h] <queue_name> <queue_metadata>
Set queue metadata
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 queue stats [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<queue_name>
Get queue stats
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 quota set [-h] [--class] [--properties <properties>]
[--ram <ram>] [--secgroup-rules <secgroup-rules>]
[--instances <instances>] [--key-pairs <key-pairs>]
[--fixed-ips <fixed-ips>] [--secgroups <secgroups>]
[--injected-file-size <injected-file-size>]
[--floating-ips <floating-ips>]
[--injected-files <injected-files>]
[--cores <cores>]
[--injected-path-size <injected-path-size>]
[--gigabytes <gigabytes>] [--volumes <volumes>]
[--snapshots <snapshots>]
[--volume-type <volume-type>]
<project/class>
Set quotas for project or class
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 quota show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--class | --default]
<project/class>
Show quotas for project or class
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 recordset create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] --records
RECORDS [RECORDS ...] --type TYPE
[--ttl TTL] [--description DESCRIPTION]
zone_id name
Create new recordset
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 recordset delete [-h] zone_id id
Delete recordset
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 recordset list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--name NAME] [--type TYPE] [--data DATA]
[--ttl TTL] [--description DESCRIPTION]
[--status STATUS] [--action ACTION]
zone_id
List recordsets
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 recordset set [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--records RECORDS [RECORDS ...]]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl]
zone_id id
Set recordset properties
Positional arguments:
Optional arguments:
--no-description
--no-ttl
usage: openstack --os-identity-api-version 3 recordset show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
zone_id id
Show recordset details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 region create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--parent-region <region-id>]
[--description <description>]
<region-id>
Create new region
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 region delete [-h] <region-id>
Delete region
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 region list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--parent-region <region-id>]
List regions
Optional arguments:
usage: openstack --os-identity-api-version 3 region set [-h] [--parent-region <region-id>]
[--description <description>]
<region-id>
Set region properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 region show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<region-id>
Display region details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 request token authorize [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--request-key <request-key> --role
<role>
Authorize a request token
Optional arguments:
usage: openstack --os-identity-api-version 3 request token create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--consumer-key <consumer-key>
--consumer-secret <consumer-secret>
--project <project> [--domain <domain>]
Create a request token
Optional arguments:
usage: openstack --os-identity-api-version 3 role add [-h] [--domain <domain> | --project <project>]
[--user <user> | --group <group>]
[--group-domain <group-domain>]
[--project-domain <project-domain>]
[--user-domain <user-domain>] [--inherited]
<role>
Adds a role to a user or group on a domain or project
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 role assignment list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--effective] [--role <role>] [--names]
[--user <user>]
[--user-domain <user-domain>]
[--group <group>]
[--group-domain <group-domain>]
[--domain <domain> | --project <project>]
[--project-domain <project-domain>]
[--inherited]
List role assignments
Optional arguments:
usage: openstack --os-identity-api-version 3 role create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--or-show]
<role-name>
Create new role
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 role delete [-h] <role> [<role> ...]
Delete role(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 role list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--domain <domain> | --project <project>]
[--user <user> | --group <group>]
[--group-domain <group-domain>]
[--project-domain <project-domain>]
[--user-domain <user-domain>] [--inherited]
List roles
Optional arguments:
usage: openstack --os-identity-api-version 3 role remove [-h] [--domain <domain> | --project <project>]
[--user <user> | --group <group>]
[--group-domain <group-domain>]
[--project-domain <project-domain>]
[--user-domain <user-domain>] [--inherited]
<role>
Remove role from domain/project : user/group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 role set [-h] [--name <name>] <role>
Set role properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 role show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<role>
Display role details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 router create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--enable | --disable] [--distributed]
[--project <project>]
[--availability-zone-hint <availability-zone>]
[--project-domain <project-domain>]
<name>
Create a new router
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 router delete [-h] <router> [<router> ...]
Delete router(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 router list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
List routers
Optional arguments:
usage: openstack --os-identity-api-version 3 router set [-h] [--name <name>] [--enable | --disable]
[--distributed | --centralized]
[--route destination=<subnet>,gateway=<ip-address> | --clear-routes]
<router>
Set router properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 router show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<router>
Display router details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret container create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name NAME] [--type TYPE]
[--secret SECRET]
Store a container in Barbican.
Optional arguments:
usage: openstack --os-identity-api-version 3 secret container delete [-h] URI
Delete a container by providing its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret container get [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
URI
Retrieve a container by providing its URI.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret container list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit LIMIT] [--offset OFFSET]
[--name NAME] [--type TYPE]
List containers.
Optional arguments:
usage: openstack --os-identity-api-version 3 secret delete [-h] URI
Delete a secret by providing its URI.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret get [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--decrypt] [--payload]
[--payload_content_type PAYLOAD_CONTENT_TYPE]
URI
Retrieve a secret by providing its URI.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit LIMIT] [--offset OFFSET] [--name NAME]
[--algorithm ALGORITHM] [--bit-length BIT_LENGTH]
[--mode MODE]
List secrets.
Optional arguments:
usage: openstack --os-identity-api-version 3 secret order create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name NAME] [--algorithm ALGORITHM]
[--bit-length BIT_LENGTH] [--mode MODE]
[--payload-content-type PAYLOAD_CONTENT_TYPE]
[--expiration EXPIRATION]
[--request-type REQUEST_TYPE]
[--subject-dn SUBJECT_DN]
[--source-container-ref SOURCE_CONTAINER_REF]
[--ca-id CA_ID] [--profile PROFILE]
[--request-file REQUEST_FILE]
type
Create a new order.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret order delete [-h] URI
Delete an order by providing its href.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret order get [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
URI
Retrieve an order by providing its URI.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 secret order list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit LIMIT] [--offset OFFSET]
List orders.
Optional arguments:
usage: openstack --os-identity-api-version 3 secret store [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--name NAME]
[--payload PAYLOAD] [--secret-type SECRET_TYPE]
[--payload-content-type PAYLOAD_CONTENT_TYPE]
[--payload-content-encoding PAYLOAD_CONTENT_ENCODING]
[--algorithm ALGORITHM]
[--bit-length BIT_LENGTH] [--mode MODE]
[--expiration EXPIRATION]
Store a secret in Barbican.
Optional arguments:
usage: openstack --os-identity-api-version 3 secret update [-h] URI payload
Update a secret with no payload in Barbican.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <description>]
<name>
Create a new security group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group delete [-h] <group>
Delete a security group
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--all-projects]
List security groups
Optional arguments:
usage: openstack --os-identity-api-version 3 security group rule create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--proto <proto>]
[--src-ip <ip-address> | --src-group <group>]
[--dst-port <port-range>]
<group>
Create a new security group rule
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group rule delete [-h] <rule>
Delete a security group rule
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group rule list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[<group>]
List security group rules
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group rule show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<rule>
Display security group rule details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group set [-h] [--name <new-name>]
[--description <description>]
<group>
Set security group properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 security group show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<group>
Display security group details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server add security group [-h] <server> <group>
Add security group to server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server add volume [-h] [--device <device>] <server> <volume>
Add volume to server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
(--image <image> | --volume <volume>) --flavor
<flavor>
[--security-group <security-group-name>]
[--key-name <key-name>]
[--property <key=value>]
[--file <dest-filename=source-filename>]
[--user-data <user-data>]
[--availability-zone <zone-name>]
[--block-device-mapping <dev-name=mapping>]
[--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid>]
[--hint <key=value>]
[--config-drive <config-drive-volume>|True]
[--min <count>] [--max <count>] [--wait]
<server-name>
Create a new server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server delete [-h] [--wait] <server> [<server> ...]
Delete server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server dump create [-h] <server> [<server> ...]
Create a dump file in server(s) Trigger crash dump in server(s) with features like kdump in Linux. It will create a dump file in the server(s) dumping the server(s)’ memory, and also crash the server(s). OSC sees the dump file (server dump) as a kind of resource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server image create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name <image-name>] [--wait]
<server>
Create a new disk image from a running server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--reservation-id <reservation-id>]
[--ip <ip-address-regex>]
[--ip6 <ip-address-regex>] [--name <name-regex>]
[--instance-name <server-name>]
[--status <status>] [--flavor <flavor>]
[--image <image>] [--host <hostname>]
[--all-projects] [--project <project>]
[--project-domain <project-domain>]
[--user <user>] [--user-domain <user-domain>]
[--long] [--marker <marker>] [--limit <limit>]
List servers
Optional arguments:
usage: openstack --os-identity-api-version 3 server lock [-h] <server> [<server> ...]
Lock server(s). A non-admin user will not be able to execute actions
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server migrate [-h] [--live <hostname>]
[--shared-migration | --block-migration]
[--disk-overcommit | --no-disk-overcommit]
[--wait]
<server>
Migrate server to different host
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server pause [-h] <server> [<server> ...]
Pause server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server reboot [-h] [--hard | --soft] [--wait] <server>
Perform a hard or soft server reboot
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server rebuild [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--image <image>] [--password <password>]
[--wait]
<server>
Rebuild server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server remove security group [-h] <server> <group>
Remove security group from server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server remove volume [-h] <server> <volume>
Remove volume from server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server rescue [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<server>
Put server in rescue mode
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server resize [-h] [--flavor <flavor> | --confirm | --revert]
[--wait]
<server>
Scale server to a new flavor
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server resume [-h] <server> [<server> ...]
Resume server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server set [-h] [--name <new-name>] [--root-password]
[--property <key=value>]
<server>
Set server properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server shelve [-h] <server> [<server> ...]
Shelve server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--diagnostics]
<server>
Show server details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server ssh [-h] [--login <login-name>] [--port <port>]
[--identity <keyfile>] [--option <config-options>]
[-4 | -6]
[--public | --private | --address-type <address-type>]
<server>
Ssh to server
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server start [-h] <server> [<server> ...]
Start server(s).
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server stop [-h] <server> [<server> ...]
Stop server(s).
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server suspend [-h] <server> [<server> ...]
Suspend server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server unlock [-h] <server> [<server> ...]
Unlock server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server unpause [-h] <server> [<server> ...]
Unpause server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server unrescue [-h] <server>
Restore server from rescue mode
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server unset [-h] [--property <key>] <server>
Unset server properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 server unshelve [-h] <server> [<server> ...]
Unshelve server(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--name <name>]
[--description <description>]
[--enable | --disable]
<type>
Create new service
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service delete [-h] <service>
Delete service
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
List services
Optional arguments:
usage: openstack --os-identity-api-version 3 service provider create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--auth-url <auth-url>
[--description <description>]
--service-provider-url <sp-url>
[--enable | --disable]
<name>
Create new service provider
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service provider delete [-h] <service-provider>
Delete service provider
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service provider list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List service providers
Optional arguments:
usage: openstack --os-identity-api-version 3 service provider set [-h] [--auth-url <auth-url>]
[--description <description>]
[--service-provider-url <sp-url>]
[--enable | --disable]
<service-provider>
Set service provider properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service provider show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<service-provider>
Display service provider details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service set [-h] [--type <type>] [--name <service-name>]
[--description <description>]
[--enable | --disable]
<service>
Set service properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 service show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<service>
Display service details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] --name <name>
[--description <description>] [--force]
<volume>
Create new snapshot
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot delete [-h] <snapshot> [<snapshot> ...]
Delete volume snapshot(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--all-projects] [--long]
List snapshots
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot set [-h] [--name <name>]
[--description <description>]
[--property <key=value>]
<snapshot>
Set snapshot properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<snapshot>
Display snapshot details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 snapshot unset [-h] [--property <key>] <snapshot>
Unset snapshot properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software config create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--config-file <config-file>]
[--definition-file <destination-file>]
[--group <group>]
<config-name>
Create software config
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software config delete [-h] <config> [<config> ...]
Delete software configs
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software config list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--limit <limit>] [--marker <id>]
List software configs
Optional arguments:
usage: openstack --os-identity-api-version 3 software config show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--config-only]
<config>
Show software config details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--input-value <key=value>]
[--action <action>]
[--config <config>] --server
<server>
[--signal-transport <signal-transport>]
[--container <container>]
[--timeout <timeout>]
<deployment-name>
Create a software deployment.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment delete [-h]
<deployment> [<deployment> ...]
Delete software deployment(s) and correlative config(s).
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--server <server>] [--long]
List software deployments.
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment metadata show [-h] <server>
Get deployment configuration metadata for the specified server.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
Show a specific deployment output.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 software deployment show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--long]
<deployment>
Show SoftwareDeployment Details.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack abandon [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--output-file <output-file>]
<stack>
Abandon stack and output results.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack adopt [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [-e <environment>]
[--timeout <timeout>] --adopt-file <adopt-file>
[--enable-rollback] [--parameter <key=value>]
[--wait]
<stack-name>
Adopt a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack cancel [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--wait]
<stack> [<stack> ...]
Cancel current task for a stack. Supported tasks for cancellation: * update
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack check [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--wait]
<stack> [<stack> ...]
Check a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] -t <template>
[-e <environment>] [--timeout <timeout>]
[--pre-create <resource>] [--enable-rollback]
[--parameter <key=value>]
[--parameter-file <key=file>] [--wait]
[--tags <tag1,tag2...>] [--dry-run]
<stack-name>
Create a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack delete [-h] [--yes] [--wait] <stack> [<stack> ...]
Delete stack(s).
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack event list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--resource <resource>]
[--filter <key=value>] [--limit <limit>]
[--marker <id>] [--nested-depth <depth>]
[--sort <key>[:<direction>]] [--follow]
<stack>
List events.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack event show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<stack> <resource> <event>
Show event details.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack hook clear [-h] [--pre-create] [--pre-update]
<stack> <resource> [<resource> ...]
Clear resource hooks on a given stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack hook poll [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--nested-depth <nested-depth>]
<stack>
List resources with pending hook for a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--deleted] [--nested] [--hidden]
[--property <key=value>] [--tags <tag1,tag2...>]
[--tag-mode <mode>] [--limit <limit>]
[--marker <id>] [--sort <key>[:<direction>]]
[--all-projects] [--short] [--long]
List stacks.
Optional arguments:
usage: openstack --os-identity-api-version 3 stack output list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<stack>
List stack outputs.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack output show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] [--all]
<stack> [<output>]
Show stack output.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resource list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long] [-n <nested-depth>]
[--filter <key=value>]
<stack>
List stack resources.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resource mark unhealthy [-h] [--reset]
<stack> <resource> [reason]
Set resource’s health.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resource metadata [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<stack> <resource>
Show resource metadata
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resource show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--with-attr <attribute>]
<stack> <resource>
Display stack resource.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resource signal [-h] [--data <data>]
[--data-file <data-file>]
<stack> <resource>
Signal a resource with optional data.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack resume [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--wait]
<stack> [<stack> ...]
Resume a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<stack>
Show stack details.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack snapshot create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--name <name>]
<stack>
Create stack snapshot.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack snapshot delete [-h] <stack> <snapshot>
Delete stack snapshot.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack snapshot list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
<stack>
List stack snapshots.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack snapshot restore [-h] <stack> <snapshot>
Restore stack snapshot
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack snapshot show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<stack> <snapshot>
Show stack snapshot.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack suspend [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--wait]
<stack> [<stack> ...]
Suspend a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack template show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<stack>
Display stack template.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 stack update [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [-t <template>]
[-e <environment>] [--pre-update <resource>]
[--timeout <timeout>] [--rollback <value>]
[--dry-run] [--parameter <key=value>]
[--parameter-file <key=file>] [--existing]
[--clear-parameter <parameter>]
[--tags <tag1,tag2...>] [--wait]
<stack>
Update a stack.
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet delete [-h] <subnet>
Delete subnet
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
List subnets
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet pool delete [-h] <subnet-pool>
Delete subnet pool
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet pool list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
List subnet pools
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet pool show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<subnet-pool>
Display subnet pool details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 subnet show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<subnet>
Show subnet details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 tld create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] --name NAME
[--description DESCRIPTION]
Create new tld
Optional arguments:
usage: openstack --os-identity-api-version 3 tld delete [-h] id
Delete tld
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 tld list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--name NAME] [--description DESCRIPTION]
List tlds
Optional arguments:
usage: openstack --os-identity-api-version 3 tld set [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--name NAME]
[--description DESCRIPTION | --no-description]
id
Set tld properties
Positional arguments:
Optional arguments:
--no-description
usage: openstack --os-identity-api-version 3 tld show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
id
Show tld details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 token issue [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
Issue new token
Optional arguments:
usage: openstack --os-identity-api-version 3 token revoke [-h] <token>
Revoke existing token
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 trust create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] --project <project> --role
<role> [--impersonate]
[--expiration <expiration>]
[--project-domain <project-domain>]
[--trustor-domain <trustor-domain>]
[--trustee-domain <trustee-domain>]
<trustor-user> <trustee-user>
Create new trust
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 trust delete [-h] <trust> [<trust> ...]
Delete trust(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 trust list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
List trusts
Optional arguments:
usage: openstack --os-identity-api-version 3 trust show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<trust>
Display trust details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 usage list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--start <start>] [--end <end>]
List resource usage per project
Optional arguments:
usage: openstack --os-identity-api-version 3 usage show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--project <project>]
[--start <start>] [--end <end>]
Show resource usage for a single project
Optional arguments:
usage: openstack --os-identity-api-version 3 user create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--domain <domain>]
[--project <project>]
[--project-domain <project-domain>]
[--password <password>] [--password-prompt]
[--email <email-address>]
[--description <description>]
[--enable | --disable] [--or-show]
<name>
Create new user
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 user delete [-h] [--domain <domain>] <user> [<user> ...]
Delete user(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 user list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--domain <domain>]
[--group <group> | --project <project>] [--long]
List users
Optional arguments:
usage: openstack --os-identity-api-version 3 user password set [-h] [--password <new-password>]
[--original-password <original-password>]
Change current user password
Optional arguments:
usage: openstack --os-identity-api-version 3 user set [-h] [--name <name>] [--project <project>]
[--project-domain <project-domain>]
[--password <password>] [--password-prompt]
[--email <email-address>]
[--description <description>] [--enable | --disable]
<user>
Set user properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 user show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--domain <domain>]
<user>
Display user details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX] --size <size>
[--snapshot <snapshot>]
[--description <description>]
[--type <volume-type>] [--user <user>]
[--project <project>]
[--availability-zone <availability-zone>]
[--image <image>] [--source <volume>]
[--property <key=value>]
<name>
Create new volume
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume delete [-h] [--force] <volume> [<volume> ...]
Delete volume(s)
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--project <project-id>]
[--project-domain <project-domain>]
[--user <user-id>] [--user-domain <user-domain>]
[--name <name>] [--status <status>]
[--all-projects] [--long]
List volumes
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos associate [-h] <qos-spec> <volume-type>
Associate a QoS specification to a volume type
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--consumer <consumer>]
[--property <key=value>]
<name>
Create new QoS specification
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos delete [-h] <qos-spec> [<qos-spec> ...]
Delete QoS specification
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos disassociate [-h]
[--volume-type <volume-type> | --all]
<qos-spec>
Disassociate a QoS specification from a volume type
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List QoS specifications
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos set [-h] [--property <key=value>] <qos-spec>
Set QoS specification properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<qos-spec>
Display QoS specification details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume qos unset [-h] [--property <key>] <qos-spec>
Unset QoS specification properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume set [-h] [--name <name>] [--description <description>]
[--size <size>] [--property <key=value>]
<volume>
Set volume properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<volume-id>
Display volume details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--public | --private]
[--property <key=value>]
<name>
Create new volume type
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type delete [-h] <volume-type>
Delete volume type
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--long]
List volume types
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type set [-h] [--name <name>] [--description <name>]
[--property <key=value>]
<volume-type>
Set volume type properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<volume-type>
Display volume type details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume type unset [-h] --property <key> <volume-type>
Unset volume type properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 volume unset [-h] --property <key> <volume>
Unset volume properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone abandon [-h] id
Abandon a zone
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone axfr [-h] id
AXFR a zone
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone blacklist create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
--pattern PATTERN
[--description DESCRIPTION]
Create new blacklist
Optional arguments:
usage: openstack --os-identity-api-version 3 zone blacklist delete [-h] id
Delete blacklist
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone blacklist list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List blacklists
Optional arguments:
usage: openstack --os-identity-api-version 3 zone blacklist set [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--pattern PATTERN]
[--description DESCRIPTION | --no-description]
id
Set blacklist properties
Positional arguments:
Optional arguments:
--no-description
usage: openstack --os-identity-api-version 3 zone blacklist show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
id
Show blacklist details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone create [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--email EMAIL] [--type TYPE]
[--ttl TTL] [--description DESCRIPTION]
[--masters MASTERS [MASTERS ...]]
name
Create new zone
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone delete [-h] id
Delete zone
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--name NAME] [--email EMAIL] [--type TYPE]
[--ttl TTL] [--description DESCRIPTION]
[--status STATUS]
List zones
Optional arguments:
usage: openstack --os-identity-api-version 3 zone set [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--email EMAIL] [--ttl TTL]
[--description DESCRIPTION | --no-description]
[--masters MASTERS [MASTERS ...]]
id
Set zone properties
Positional arguments:
Optional arguments:
--no-description
usage: openstack --os-identity-api-version 3 zone show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
id
Show zone details
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer accept request [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
--transfer-id TRANSFER_ID --key
KEY
Accept a Zone Transfer Request
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer accept show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
id
Show Zone Transfer Accept
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer request create [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--target-project-id TARGET_PROJECT_ID]
[--description DESCRIPTION]
zone_id
Create new zone transfer request
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer request delete [-h] id
Delete a Zone Transfer Request
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer request list [-h]
[-f {csv,html,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
List Zone Transfer Requests
Optional arguments:
usage: openstack --os-identity-api-version 3 zone transfer request set [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION | --no-description]
id
Set a Zone Transfer Request
Positional arguments:
Optional arguments:
--no-description
usage: openstack --os-identity-api-version 3 zone transfer request show [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--noindent] [--prefix PREFIX]
id
Show Zone Transfer Request Details
Positional arguments:
Optional arguments:
This section documents only the difference in subcommands available for the openstack client when the Identity API version is changed from v3 to v2.
usage: openstack --os-identity-api-version 2 project unset [-h] --property <key> <project>
Unset project properties
Positional arguments:
Optional arguments:
usage: openstack --os-identity-api-version 2 user role list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--project <project>]
[<user>]
List user-role assignments
Positional arguments:
Optional arguments:
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.