此内容没有您所选择的语言版本。
Chapter 3. OpenStack command-line client
The openstack client is a common OpenStack command-line interface (CLI). This chapter documents openstack version
2.2.0
.
For help on a specific openstack command, enter:
openstack help COMMAND
$ openstack help COMMAND
3.1. openstack usage 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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>] [--os-orchestration-api-version <orchestration-api-version>] [--os-key-manager-api-version <key-manager-api-version>] [--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-baremetal-api-version <baremetal-api-version>]
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>] [--os-orchestration-api-version <orchestration-api-version>] [--os-key-manager-api-version <key-manager-api-version>] [--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-baremetal-api-version <baremetal-api-version>]
3.2. openstack optional arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- --version
- show program's version number and exit
- -v, --verbose
- Increase verbosity of output. Can be repeated.
- -q, --quiet
- Suppress output except warnings and errors.
- --log-file LOG_FILE
- Specify a file to log output. Disabled by default.
- -h, --help
- Show help message and exit.
- --debug
- Show tracebacks on errors.
- --os-cloud <cloud-config-name>
- Cloud name in clouds.yaml (Env: OS_CLOUD)
- --os-region-name <auth-region-name>
- Authentication region name (Env: OS_REGION_NAME)
- --os-cacert <ca-bundle-file>
- CA certificate bundle file (Env: OS_CACERT)
- --verify
- Verify server certificate (default)
- --insecure
- Disable server certificate verification
- --os-default-domain <auth-domain>
- Default domain ID, default=default (Env: OS_DEFAULT_DOMAIN)
- --os-interface <interface>
- Select an interface type. Valid interface types: [admin, public, internal]. (Env: OS_INTERFACE)
- --timing
- Print API call timing info
- --profile
- hmac-key HMAC key to use for encrypting context data for performance profiling of operation. This key should be the value of one of the HMAC keys configured in osprofiler middleware in the projects user would like to profile. It needs to be specified in configuration files of the required projects.
- --os-compute-api-version <compute-api-version>
- Compute API version, default=2 (Env: OS_COMPUTE_API_VERSION)
- --os-network-api-version <network-api-version>
- Network API version, default=2.0 (Env: OS_NETWORK_API_VERSION)
- --os-image-api-version <image-api-version>
- Image API version, default=1 (Env: OS_IMAGE_API_VERSION)
- --os-volume-api-version <volume-api-version>
- Volume API version, default=2 (Env: OS_VOLUME_API_VERSION)
- --os-identity-api-version <identity-api-version>
- Identity API version, default=3 (Env: OS_IDENTITY_API_VERSION)
- --os-auth-type <auth-type>
- Select an authentication type. Available types: v2token, admin_token, v2password, v3password, v3scopedsaml, v3oidcpassword, v3unscopedadfs, token, v3token, password, v3unscopedsaml, osc_password, token_endpoint. Default: selected based on --os- username/--os-token (Env: OS_AUTH_TYPE)
- --os-project-domain-id <auth-project-domain-id>
- With v3password: Domain ID containing project With v3scopedsaml: Domain ID containing project With v3oidcpassword: Domain ID containing project With v3unscopedadfs: Domain ID containing project With token: Domain ID containing project With v3token: Domain ID containing project With password: Domain ID containing project With v3unscopedsaml: Domain ID containing project With osc_password: Domain ID containing project (Env: OS_PROJECT_DOMAIN_ID)
- --os-protocol <auth-protocol>
- With v3oidcpassword: Name of the federated protocol used for federated authentication. Must match its counterpart name configured at the keystone service provider. Typically values would be 'saml2' or 'oidc'. (Env: OS_PROTOCOL)
- --os-project-name <auth-project-name>
- With v3password: Project name to scope to With v3scopedsaml: Project name to scope to With v3oidcpassword: Project name to scope to With v3unscopedadfs: Project name to scope to With token: Project name to scope to With v3token: Project name to scope to With password: Project name to scope to With v3unscopedsaml: Project name to scope to With osc_password: Project name to scope to (Env: OS_PROJECT_NAME)
- --os-trust-id <auth-trust-id>
- With v2token: Trust ID With v2password: Trust ID With v3password: Trust ID With v3scopedsaml: Trust ID With v3oidcpassword: Trust ID With v3unscopedadfs: Trust ID With token: Trust ID With v3token: Trust ID With password: Trust ID With v3unscopedsaml: Trust ID With osc_password: Trust ID (Env: OS_TRUST_ID)
- --os-service-provider-endpoint <auth-service-provider-endpoint>
- With v3unscopedadfs: Service Provider's Endpoint (Env: OS_SERVICE_PROVIDER_ENDPOINT)
- --os-domain-name <auth-domain-name>
- With v3password: Domain name to scope to With v3scopedsaml: Domain name to scope to With v3oidcpassword: Domain name to scope to With v3unscopedadfs: Domain name to scope to With token: Domain name to scope to With v3token: Domain name to scope to With password: Domain name to scope to With v3unscopedsaml: Domain name to scope to With osc_password: Domain name to scope to (Env: OS_DOMAIN_NAME)
- --os-user-domain-id <auth-user-domain-id>
- With v3password: User's domain id With password: User's domain id With osc_password: User's domain id (Env: OS_USER_DOMAIN_ID)
- --os-identity-provider-url <auth-identity-provider-url>
- With v3unscopedadfs: Identity Provider's URL With v3unscopedsaml: Identity Provider's URL (Env: OS_IDENTITY_PROVIDER_URL)
- --os-access-token-endpoint <auth-access-token-endpoint>
- With v3oidcpassword: OpenID Connect Provider Token Endpoint (Env: OS_ACCESS_TOKEN_ENDPOINT)
- --os-domain-id <auth-domain-id>
- With v3password: Domain ID to scope to With v3scopedsaml: Domain ID to scope to With v3oidcpassword: Domain ID to scope to With v3unscopedadfs: Domain ID to scope to With token: Domain ID to scope to With v3token: Domain ID to scope to With password: Domain ID to scope to With v3unscopedsaml: Domain ID to scope to With osc_password: Domain ID to scope to (Env: OS_DOMAIN_ID)
- --os-user-domain-name <auth-user-domain-name>
- With v3password: User's domain name With password: User's domain name With osc_password: User's domain name (Env: OS_USER_DOMAIN_NAME)
- --os-scope <auth-scope>
- With v3oidcpassword: OpenID Connect scope that is requested from OP (Env: OS_SCOPE)
- --os-user-id <auth-user-id>
- With v2password: User ID to login with With v3password: User ID With password: User id With osc_password: User id (Env: OS_USER_ID)
- --os-identity-provider <auth-identity-provider>
- With v3oidcpassword: Identity Provider's name With v3unscopedadfs: Identity Provider's name With v3unscopedsaml: Identity Provider's name (Env: OS_IDENTITY_PROVIDER)
- --os-username <auth-username>
- With v2password: Username to login with With v3password: Username With v3oidcpassword: Username With v3unscopedadfs: Username With password: Username With v3unscopedsaml: Username With osc_password: Username (Env: OS_USERNAME)
- --os-auth-url <auth-auth-url>
- With v2token: Authentication URL With v2password: Authentication URL With v3password: Authentication URL With v3scopedsaml: Authentication URL With v3oidcpassword: Authentication URL With v3unscopedadfs: Authentication URL With token: Authentication URL With v3token: Authentication URL With password: Authentication URL With v3unscopedsaml: Authentication URL With osc_password: Authentication URL (Env: OS_AUTH_URL)
- --os-client-secret <auth-client-secret>
- With v3oidcpassword: OAuth 2.0 Client Secret (Env: OS_CLIENT_SECRET)
- --os-client-id <auth-client-id>
- With v3oidcpassword: OAuth 2.0 Client ID (Env: OS_CLIENT_ID)
- --os-project-domain-name <auth-project-domain-name>
- With v3password: Domain name containing project With v3scopedsaml: Domain name containing project With v3oidcpassword: Domain name containing project With v3unscopedadfs: Domain name containing project With token: Domain name containing project With v3token: Domain name containing project With password: Domain name containing project With v3unscopedsaml: Domain name containing project With osc_password: Domain name containing project (Env: OS_PROJECT_DOMAIN_NAME)
- --os-password <auth-password>
- With v2password: Password to use With v3password: User's password With v3oidcpassword: Password With v3unscopedadfs: Password With password: User's password With v3unscopedsaml: Password With osc_password: User's password (Env: OS_PASSWORD)
- --os-endpoint <auth-endpoint>
- With admin_token: The endpoint that will always be used With token_endpoint: The endpoint that will always be used (Env: OS_ENDPOINT)
- --os-url <auth-url>
- With token_endpoint: Specific service endpoint to use (Env: OS_URL)
- --os-token <auth-token>
- With v2token: Token With admin_token: The token that will always be used With v3scopedsaml: Token to authenticate with With token: Token to authenticate with With v3token: Token to authenticate with With token_endpoint: The token that will always be used With token_endpoint: Authentication token to use (Env: OS_TOKEN)
- --os-project-id <auth-project-id>
- With v3password: Project ID to scope to With v3scopedsaml: Project ID to scope to With v3oidcpassword: Project ID to scope to With v3unscopedadfs: Project ID to scope to With token: Project ID to scope to With v3token: Project ID to scope to With password: Project ID to scope to With v3unscopedsaml: Project ID to scope to With osc_password: Project ID to scope to (Env: OS_PROJECT_ID)
- --os-object-api-version <object-api-version>
- Object API version, default=1 (Env: OS_OBJECT_API_VERSION)
- --os-orchestration-api-version <orchestration-api-version>
- Orchestration API version, default=1 (Env: OS_ORCHESTRATION_API_VERSION)
- --os-key-manager-api-version <key-manager-api-version>
- Barbican API version, default=1 (Env: OS_KEY_MANAGER_API_VERSION)
- --os-data-processing-api-version <data-processing-api-version>
- Data processing API version, default=1.1 (Env: OS_DATA_PROCESSING_API_VERSION)
- --os-data-processing-url OS_DATA_PROCESSING_URL
- Data processing API URL, (Env: OS_DATA_PROCESSING_API_URL)
- --os-dns-api-version <dns-api-version>
- DNS API version, default=2 (Env: OS_DNS_API_VERSION)
- --os-baremetal-api-version <baremetal-api-version>
- Baremetal API version, default=1.6 (Env: OS_BAREMETAL_API_VERSION)
3.3. Subcommands 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
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
export OS_IDENTITY_API_VERSION=3
3.3.1. openstack access token create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create an access token
Optional arguments:
-
-h, --help
- show this help message and exit
-
--consumer-key <consumer-key>
- Consumer key (required)
-
--consumer-secret <consumer-secret>
- Consumer secret (required)
-
--request-key <request-key>
- Request token to exchange for access token (required)
-
--request-secret <request-secret>
- Secret associated with <request-key> (required)
-
--verifier <verifier>
- Verifier associated with <request-key> (required)
3.3.2. openstack acl delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack acl delete [-h] URI
usage: openstack acl delete [-h] URI
Delete ACLs for a secret or container as identified by its href.
Positional arguments:
-
URI
- The URI reference for the secret or container.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.3. openstack acl get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack acl get [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] URI
usage: openstack 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:
-
URI
- The URI reference for the secret or container.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.4. openstack acl submit 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Submit ACL on a secret or container as identified by its href.
Positional arguments:
-
URI
- The URI reference for the secret or container.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user [USERS], -u [USERS]
- Keystone userid(s) for ACL.
-
--project-access
- Flag to enable project access behavior.
-
--no-project-access
- Flag to disable project access behavior.
-
--operation-type {read}, -o {read}
- Type of Barbican operation ACL is set for
3.3.5. openstack acl user add 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Add ACL users to a secret or container as identified by its href.
Positional arguments:
-
URI
- The URI reference for the secret or container.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user [USERS], -u [USERS]
- Keystone userid(s) for ACL.
-
--project-access
- Flag to enable project access behavior.
-
--no-project-access
- Flag to disable project access behavior.
-
--operation-type {read}, -o {read}
- Type of Barbican operation ACL is set for
3.3.6. openstack acl user remove 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Remove ACL users from a secret or container as identified by its href.
Positional arguments:
-
URI
- The URI reference for the secret or container.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user [USERS], -u [USERS]
- Keystone userid(s) for ACL.
-
--project-access
- Flag to enable project access behavior.
-
--no-project-access
- Flag to disable project access behavior.
-
--operation-type {read}, -o {read}
- Type of Barbican operation ACL is set for
3.3.7. openstack aggregate add host 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Add host to aggregate
Positional arguments:
-
<aggregate>
- Aggregate (name or ID)
-
<host>
- Host to add to <aggregate>
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.8. openstack aggregate create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new aggregate
Positional arguments:
-
<name>
- New aggregate name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--zone <availability-zone>
- Availability zone name
-
--property <key=value>
- Property to add to this aggregate (repeat option to set multiple properties)
3.3.9. openstack aggregate delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack aggregate delete [-h] <aggregate>
usage: openstack aggregate delete [-h] <aggregate>
Delete an existing aggregate
Positional arguments:
-
<aggregate>
- Aggregate to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.10. openstack aggregate list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List all aggregates
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.11. openstack aggregate remove host 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Remove host from aggregate
Positional arguments:
-
<aggregate>
- Aggregate (name or ID)
-
<host>
- Host to remove from <aggregate>
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.12. openstack aggregate set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack aggregate set [-h] [--name <name>] [--zone <availability-zone>] [--property <key=value>] <aggregate>
usage: openstack aggregate set [-h] [--name <name>]
[--zone <availability-zone>]
[--property <key=value>]
<aggregate>
Set aggregate properties
Positional arguments:
-
<aggregate>
- Aggregate to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set aggregate name
-
--zone <availability-zone>
- Set availability zone name
-
--property <key=value>
- Property to set on <aggregate> (repeat option to set multiple properties)
3.3.13. openstack aggregate show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack aggregate show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <aggregate>
usage: openstack aggregate show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<aggregate>
Display aggregate details
Positional arguments:
-
<aggregate>
- Aggregate to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.14. openstack availability zone list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List availability zones and their status
Optional arguments:
-
-h, --help
- show this help message and exit
-
--compute
- List compute availability zones
-
--network
- List network availability zones
-
--volume
- List volume availability zones
-
--long
- List additional fields in output
3.3.15. openstack backup create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new backup
Positional arguments:
-
<volume>
- Volume to backup (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the backup
-
--description <description>
- Description of the backup
-
--container <container>
- Optional backup container name
3.3.16. openstack backup delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack backup delete [-h] <backup> [<backup> ...]
usage: openstack backup delete [-h] <backup> [<backup> ...]
Delete backup(s)
Positional arguments:
-
<backup>
- Backup(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.17. openstack backup list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack backup list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--long]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.18. openstack backup restore 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack backup restore [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <backup> <volume>
usage: openstack backup restore [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<backup> <volume>
Restore backup
Positional arguments:
-
<backup>
- Backup to restore (ID only)
-
<volume>
- Volume to restore to (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.19. openstack backup show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack backup show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <backup>
usage: openstack backup show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<backup>
Display backup details
Positional arguments:
-
<backup>
- Backup to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.20. openstack baremetal create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Register a new node with the baremetal service
Optional arguments:
-
-h, --help
- show this help message and exit
-
--chassis-uuid <chassis>
- UUID of the chassis that this node belongs to.
-
--driver <driver>
- Driver used to control the node [REQUIRED].
-
--driver-info <key=value>
- Key/value pair used by the driver, such as out-of-band management credentials. Can be specified multiple times.
-
--property <key=value>
- Key/value pair describing the physical characteristics of the node. This is exported to Nova and used by the scheduler. Can be specified multiple times.
-
--extra <key=value>
- Record arbitrary key/value metadata. Can be specified multiple times.
-
--uuid <uuid>
- Unique UUID for the node.
-
--name <name>
- Unique name for the node.
3.3.21. openstack baremetal delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack baremetal delete [-h] <node>
usage: openstack baremetal delete [-h] <node>
Unregister a baremetal node
Positional arguments:
-
<node>
- Node to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.22. openstack baremetal list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List baremetal nodes
Optional arguments:
-
-h, --help
- show this help message and exit
-
--limit <limit>
- Maximum number of nodes to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service.
-
--marker <node>
- Node UUID (for example, of the last node in the list from a previous request). Returns the list of nodes after this UUID.
-
--sort <key>[:<direction>]
- Sort output by selected keys and directions(asc or desc) (default: asc), multiple keys and directions can be specified separated by comma
-
--maintenance
- List nodes in maintenance mode.
-
--associated
- List only nodes associated with an instance.
-
--long
- Show detailed information about the nodes.
3.3.23. openstack baremetal set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack baremetal set [-h] [--property <path=value>] <node>
usage: openstack baremetal set [-h] [--property <path=value>] <node>
Set baremetal properties
Positional arguments:
-
<node>
- Name or UUID of the node.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <path=value>
- Property to add to this baremetal host (repeat option to set multiple properties)
3.3.24. openstack baremetal show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show baremetal node details
Positional arguments:
-
<node>
- Name or UUID of the node (or instance UUID if --instance is specified)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--instance <node>
- is an instance UUID.
--long
3.3.25. openstack baremetal unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack baremetal unset [-h] [--property <path>] <node>
usage: openstack baremetal unset [-h] [--property <path>] <node>
Unset baremetal properties
Positional arguments:
-
<node>
- Name or UUID of the node.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <path>
- Property to unset on this baremetal host (repeat option to unset multiple properties)
3.3.26. openstack ca get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ca get [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] URI
usage: openstack 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:
-
URI
- The URI reference for the CA.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.27. openstack ca list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack 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]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--limit LIMIT, -l LIMIT
- specify the limit to the number of items to list per page (default: 10; maximum: 100)
-
--offset OFFSET, -o OFFSET
- specify the page offset (default: 0)
-
--name NAME, -n NAME
- specify the secret name (default: None)
3.3.28. openstack catalog list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack catalog list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.29. openstack catalog show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack catalog show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <service>
usage: openstack 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:
-
<service>
- Service to display (type or name)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.30. openstack command list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack command list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.31. openstack compute agent create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create compute agent command
Positional arguments:
-
<os>
- Type of OS
-
<architecture>
- Type of architecture
-
<version>
- Version
-
<url>
- URL
-
<md5hash>
- MD5 hash
-
<hypervisor>
- Type of hypervisor
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.32. openstack compute agent delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack compute agent delete [-h] <id> [<id> ...]
usage: openstack compute agent delete [-h] <id> [<id> ...]
Delete compute agent(s)
Positional arguments:
-
<id>
- ID of agent(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.33. openstack compute agent list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List compute agent command
Optional arguments:
-
-h, --help
- show this help message and exit
-
--hypervisor <hypervisor>
- Type of hypervisor
3.3.34. openstack compute agent set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack compute agent set [-h] <id> <version> <url> <md5hash>
usage: openstack compute agent set [-h] <id> <version> <url> <md5hash>
Set compute agent command
Positional arguments:
-
<id>
- ID of the agent
-
<version>
- Version of the agent
-
<url>
- URL
-
<md5hash>
- MD5 hash
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.35. openstack compute service delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack compute service delete [-h] <service>
usage: openstack compute service delete [-h] <service>
Delete service command
Positional arguments:
-
<service>
- Compute service to delete (ID only)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.36. openstack compute service list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List service command
Optional arguments:
-
-h, --help
- show this help message and exit
-
--host <host>
- List services on specified host (name only)
-
--service <service>
- List only specified service (name only)
-
--long
- List additional fields in output
3.3.37. openstack compute service set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack compute service set [-h] [--enable | --disable] [--disable-reason <reason>] <host> <service>
usage: openstack compute service set [-h] [--enable | --disable]
[--disable-reason <reason>]
<host> <service>
Set service command
Positional arguments:
-
<host>
- Name of host
-
<service>
- Name of service
Optional arguments:
-
-h, --help
- show this help message and exit
-
--enable
- Enable service
-
--disable
- Disable service
-
--disable-reason <reason>
- Reason for disabling the service (in quotas). Should be used with --disable option.
3.3.38. openstack configuration show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display configuration details
Optional arguments:
-
-h, --help
- show this help message and exit
-
--mask
- Attempt to mask passwords (default)
-
--unmask
- Show password in clear text
3.3.39. openstack console log show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack console log show [-h] [--lines <num-lines>] <server>
usage: openstack console log show [-h] [--lines <num-lines>] <server>
Show server's console output
Positional arguments:
-
<server>
- Server to show console log (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--lines <num-lines>
- Number of lines to display from the end of the log (default=all)
3.3.40. openstack console url show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show server's remote console URL
Positional arguments:
-
<server>
- Server to show URL (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--novnc
- Show noVNC console URL (default)
-
--xvpvnc
- Show xpvnc console URL
-
--spice
- Show SPICE console URL
3.3.41. openstack consumer create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack consumer create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--description <description>]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--description <description>
- New consumer description
3.3.42. openstack consumer delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack consumer delete [-h] <consumer>
usage: openstack consumer delete [-h] <consumer>
Delete consumer
Positional arguments:
-
<consumer>
- Consumer to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.43. openstack consumer list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack consumer list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.44. openstack consumer set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack consumer set [-h] [--description <description>] <consumer>
usage: openstack consumer set [-h] [--description <description>] <consumer>
Set consumer properties
Positional arguments:
-
<consumer>
- Consumer to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description <description>
- New consumer description
3.3.45. openstack consumer show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack consumer show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <consumer>
usage: openstack consumer show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<consumer>
Display consumer details
Positional arguments:
-
<consumer>
- Consumer to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.46. openstack container create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new container
Positional arguments:
-
<container-name>
- New container name(s)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.47. openstack container delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack container delete [-h] [--recursive] <container> [<container> ...]
usage: openstack container delete [-h] [--recursive]
<container> [<container> ...]
Delete container
Positional arguments:
-
<container>
- Container(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
-
--recursive, -r
- Recursively delete objects and container
3.3.48. openstack container list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List containers
Optional arguments:
-
-h, --help
- show this help message and exit
-
--prefix <prefix>
- Filter list using <prefix>
-
--marker <marker>
- Anchor for paging
-
--end-marker <end-marker>
- End anchor for paging
-
--limit <limit>
- Limit the number of containers returned
-
--long
- List additional fields in output
-
--all
- List all containers (default is 10000)
3.3.49. openstack container save 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack container save [-h] <container>
usage: openstack container save [-h] <container>
Save container contents locally
Positional arguments:
-
<container>
- Container to save
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.50. openstack container set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack container set [-h] --property <key=value> <container>
usage: openstack container set [-h] --property <key=value> <container>
Set container properties
Positional arguments:
-
<container>
- Container to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key=value>
- Set a property on this container (repeat option to set multiple properties)
3.3.51. openstack container show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack container show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <container>
usage: openstack container show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<container>
Display container details
Positional arguments:
-
<container>
- Container to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.52. openstack container unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack container unset [-h] --property <key> <container>
usage: openstack container unset [-h] --property <key> <container>
Unset container properties
Positional arguments:
-
<container>
- Container to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from container (repeat option to remove multiple properties)
3.3.53. openstack credential create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create credential command
Positional arguments:
-
<user>
- Name or ID of user that owns the credential
-
<data>
- New credential data
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- New credential type
-
--project <project>
- Project name or ID which limits the scope of the credential
3.3.54. openstack credential delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack credential delete [-h] <credential-id>
usage: openstack credential delete [-h] <credential-id>
Delete credential command
Positional arguments:
-
<credential-id>
- ID of credential to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.55. openstack credential list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack credential list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.56. openstack credential set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack credential set [-h] --user <user> --type <type> --data <data> [--project <project>] <credential-id>
usage: openstack credential set [-h] --user <user> --type <type> --data <data>
[--project <project>]
<credential-id>
Set credential command
Positional arguments:
-
<credential-id>
- ID of credential to change
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user <user>
- Name or ID of user that owns the credential
-
--type <type>
- New credential type
-
--data <data>
- New credential data
-
--project <project>
- Project name or ID which limits the scope of the credential
3.3.57. openstack credential show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack credential show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <credential-id>
usage: openstack 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:
-
<credential-id>
- ID of credential to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.58. openstack dataprocessing cluster create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creates cluster
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the cluster [REQUIRED if JSON is not provided]
-
--cluster-template <cluster-template>
- Cluster template name or ID [REQUIRED if JSON is not provided]
-
--image <image>
- Image that will be used for cluster deployment (Name or ID) [REQUIRED if JSON is not provided]
-
--description <description>
- Description of the cluster
-
--user-keypair <keypair>
- User keypair to get acces to VMs after cluster creation
-
--neutron-network <network>
- Instances of the cluster will get fixed IP addresses in this network. (Name or ID should be provided)
-
--count <count>
- Number of clusters to be created
-
--public
- Make the cluster public (Visible from other tenants)
-
--protected
- Make the cluster protected
-
--transient
- Create transient cluster
-
--json <filename>
- JSON representation of the cluster. Other arguments (except for --wait) will not be taken into account if this one is provided
-
--wait
- Wait for the cluster creation to complete
3.3.59. openstack dataprocessing cluster delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing cluster delete [-h] [--wait] <cluster> [<cluster> ...]
usage: openstack dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
Deletes cluster
Positional arguments:
-
<cluster>
- Name(s) or id(s) of the cluster(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for the cluster(s) delete to complete
3.3.60. openstack dataprocessing cluster list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists clusters
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--plugin <plugin>
- List clusters with specific plugin
-
--plugin-version <plugin_version>
- List clusters with specific version of the plugin
-
--name <name-substring>
- List clusters with specific substring in the name
3.3.61. openstack dataprocessing cluster scale 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Scales cluster
Positional arguments:
-
<cluster>
- Name or ID of the cluster
Optional arguments:
-
-h, --help
- show this help message and exit
-
--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]
- Node group templates and number of their instances to be scale to [REQUIRED if JSON is not provided]
-
--json <filename>
- JSON representation of the cluster scale object. Other arguments (except for --wait) will not be taken into account if this one is provided
-
--wait
- Wait for the cluster scale to complete
3.3.62. openstack dataprocessing cluster show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display cluster details
Positional arguments:
-
<cluster>
- Name or id of the cluster to display
Optional arguments:
-
-h, --help
- show this help message and exit
-
--verification
- List additional fields for verifications
3.3.63. openstack dataprocessing cluster template create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creates cluster template
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the cluster template [REQUIRED if JSON is not provided]
-
--node-groups <node-group:instances_count> [<node-group:instances_count> ...]
- List of the node groups(names or IDs) and numbers of instances for each one of them [REQUIRED if JSON is not provided]
-
--anti-affinity <anti-affinity> [<anti-affinity> ...]
- List of processes that should be added to an anti-affinity group
-
--description <description>
- Description of the cluster template
-
--autoconfig
- If enabled, instances of the cluster will be automatically configured
-
--public
- Make the cluster template public (Visible from other tenants)
-
--protected
- Make the cluster template protected
-
--json <filename>
- JSON representation of the cluster template. Other arguments will not be taken into account if this one is provided
-
--shares <filename>
- JSON representation of the manila shares
-
--configs <filename>
- JSON representation of the cluster template configs
3.3.64. openstack dataprocessing cluster template delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing cluster template delete [-h] <cluster-template> [<cluster-template> ...]
usage: openstack dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
Deletes cluster template
Positional arguments:
-
<cluster-template>
- Name(s) or id(s) of the cluster template(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.65. openstack dataprocessing cluster template list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists cluster templates
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--plugin <plugin>
- List cluster templates for specific plugin
-
--plugin-version <plugin_version>
- List cluster templates with specific version of the plugin
-
--name <name-substring>
- List cluster templates with specific substring in the name
3.3.66. openstack dataprocessing cluster template show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display cluster template details
Positional arguments:
-
<cluster-template>
- Name or id of the cluster template to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.67. openstack dataprocessing cluster template update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates cluster template
Positional arguments:
-
<cluster-template>
- Name or ID of the cluster template [REQUIRED]
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the cluster template
-
--node-groups <node-group:instances_count> [<node-group:instances_count> ...]
- List of the node groups(names or IDs) and numbers ofinstances for each one of them
-
--anti-affinity <anti-affinity> [<anti-affinity> ...]
- List of processes that should be added to an anti-affinity group
-
--description <description>
- Description of the cluster template
-
--autoconfig-enable
- Instances of the cluster will be automatically configured
-
--autoconfig-disable
- Instances of the cluster will not be automatically configured
-
--public
- Make the cluster template public (Visible from other tenants)
-
--private
- Make the cluster template private (Visible only from this tenant)
-
--protected
- Make the cluster template protected
-
--unprotected
- Make the cluster template unprotected
-
--json <filename>
- JSON representation of the cluster template. Other arguments will not be taken into account if this one is provided
-
--shares <filename>
- JSON representation of the manila shares
-
--configs <filename>
- JSON representation of the cluster template configs
3.3.68. openstack dataprocessing cluster update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates cluster
Positional arguments:
-
<cluster>
- Name or ID of the cluster
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the cluster
-
--description <description>
- Description of the cluster
-
--shares <filename>
- JSON representation of the manila shares
-
--public
- Make the cluster public (Visible from other tenants)
-
--private
- Make the cluster private (Visible only from this tenant)
-
--protected
- Make the cluster protected
-
--unprotected
- Make the cluster unprotected
3.3.69. openstack dataprocessing cluster verification 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates cluster verifications
Positional arguments:
-
<cluster>
- Name or ID of the cluster
Optional arguments:
-
-h, --help
- show this help message and exit
-
--start
- Start health verification for the cluster
-
--show
- Show health of the cluster
3.3.70. openstack dataprocessing data source create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creates data source
Positional arguments:
-
<name>
- Name of the data source
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- Type of the data source (swift, hdfs, maprfs, manila) [REQUIRED]
-
--url <url>
- Url for the data source [REQUIRED]
-
--username <username>
- Username for accessing the data source url
-
--password <password>
- Password for accessing the data source url
-
--description <description>
- Description of the data source
-
--public
- Make the data source public
-
--protected
- Make the data source protected
3.3.71. openstack dataprocessing data source delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing data source delete [-h] <data-source> [<data-source> ...]
usage: openstack dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
Delete data source
Positional arguments:
-
<data-source>
- Name(s) or id(s) of the data source(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.72. openstack dataprocessing data source list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists data sources
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--type <type>
- List data sources of specific type (swift, hdfs, maprfs, manila)
3.3.73. openstack dataprocessing data source show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display data source details
Positional arguments:
-
<data-source>
- Name or id of the data source to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.74. openstack dataprocessing data source update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Update data source
Positional arguments:
-
<data-source>
- Name or id of the data source
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the data source
-
--type <type>
- Type of the data source (swift, hdfs, maprfs, manila)
-
--url <url>
- Url for the data source
-
--username <username>
- Username for accessing the data source url
-
--password <password>
- Password for accessing the data source url
-
--description <description>
- Description of the data source
-
--public
- Make the data source public (Visible from other tenants)
-
--private
- Make the data source private (Visible only from this tenant)
-
--protected
- Make the data source protected
-
--unprotected
- Make the data source unprotected
3.3.75. openstack dataprocessing image list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists registered images
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--name <name-regex>
- Regular expression to match image name
-
--tags <tag> [<tag> ...]
- List images with specific tag(s)
-
--username <username>
- List images with specific username
3.3.76. openstack dataprocessing image register 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Register an image
Positional arguments:
-
<image>
- Name or ID of the image to register
Optional arguments:
-
-h, --help
- show this help message and exit
-
--username <username>
- Username of privileged user in the image [REQUIRED]
-
--description <description>
- Description of the image. If not provided, description of the image will be reset to empty
3.3.77. openstack dataprocessing image show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display image details
Positional arguments:
-
<image>
- Name or id of the image to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.78. openstack dataprocessing image tags add 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Add image tags
Positional arguments:
-
<image>
- Name or id of the image
Optional arguments:
-
-h, --help
- show this help message and exit
-
--tags <tag> [<tag> ...]
- Tag(s) to add [REQUIRED]
3.3.79. openstack dataprocessing image tags remove 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Remove image tags
Positional arguments:
-
<image>
- Name or id of the image
Optional arguments:
-
-h, --help
- show this help message and exit
-
--tags <tag> [<tag> ...]
- Tag(s) to remove
-
--all
- Remove all tags from image
3.3.80. openstack dataprocessing image tags set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set image tags (Replace current image tags with provided ones)
Positional arguments:
-
<image>
- Name or id of the image
Optional arguments:
-
-h, --help
- show this help message and exit
-
--tags <tag> [<tag> ...]
- Tag(s) to set [REQUIRED]
3.3.81. openstack dataprocessing image unregister 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing image unregister [-h] <image> [<image> ...]
usage: openstack dataprocessing image unregister [-h] <image> [<image> ...]
Unregister image(s)
Positional arguments:
-
<image>
- Name(s) or id(s) of the image(s) to unregister
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.82. openstack dataprocessing job binary create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creates job binary
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the job binary [REQUIRED if JSON is not provided]
-
--data <file>
- File that will be stored in the internal DB [REQUIRED if JSON and URL are not provided]
-
--url <url>
- URL for the job binary [REQUIRED if JSON and file are not provided]
-
--description <description>
- Description of the job binary
-
--username <username>
- Username for accessing the job binary URL
-
--password <password>
- Password for accessing the job binary URL
-
--password-prompt
- Prompt interactively for password
-
--public
- Make the job binary public
-
--protected
- Make the job binary protected
-
--json <filename>
- JSON representation of the job binary. Other arguments will not be taken into account if this one is provided
3.3.83. openstack dataprocessing job binary delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing job binary delete [-h] <job-binary> [<job-binary> ...]
usage: openstack dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
Deletes job binary
Positional arguments:
-
<job-binary>
- Name(s) or id(s) of the job binary(ies) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.84. openstack dataprocessing job binary download 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing job binary download [-h] [--file <file>] <job-binary>
usage: openstack dataprocessing job binary download [-h] [--file <file>]
<job-binary>
Downloads job binary
Positional arguments:
-
<job-binary>
- Name or ID of the job binary to download
Optional arguments:
-
-h, --help
- show this help message and exit
-
--file <file>
- Destination file (defaults to job binary name)
3.3.85. openstack dataprocessing job binary list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists job binaries
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--name <name-substring>
- List job binaries with specific substring in the name
3.3.86. openstack dataprocessing job binary show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display job binary details
Positional arguments:
-
<job-binary>
- Name or ID of the job binary to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.87. openstack dataprocessing job binary update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates job binary
Positional arguments:
-
<job-binary>
- Name or ID of the job binary
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the job binary
-
--url <url>
- URL for the job binary [Internal DB URL can not be updated]
-
--description <description>
- Description of the job binary
-
--username <username>
- Username for accessing the job binary URL
-
--password <password>
- Password for accessing the job binary URL
-
--password-prompt
- Prompt interactively for password
-
--public
- Make the job binary public (Visible from other tenants)
-
--private
- Make the job binary private (Visible only from this tenant)
-
--protected
- Make the job binary protected
-
--unprotected
- Make the job binary unprotected
-
--json <filename>
- JSON representation of the update object. Other arguments will not be taken into account if this one is provided
3.3.88. openstack dataprocessing job delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
usage: openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
Deletes job
Positional arguments:
-
<job>
- ID(s) of the job(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for the job(s) delete to complete
3.3.89. openstack dataprocessing job execute 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Executes job
Optional arguments:
-
-h, --help
- show this help message and exit
-
--job-template <job-template>
- Name or ID of the job template [REQUIRED if JSON is not provided]
-
--cluster <cluster>
- Name or ID of the cluster [REQUIRED if JSON is not provided]
-
--input <input>
- Name or ID of the input data source
-
--output <output>
- Name or ID of the output data source
-
--params <name:value> [<name:value> ...]
- Parameters to add to the job
-
--args <argument> [<argument> ...]
- Arguments to add to the job
-
--public
- Make the job public
-
--protected
- Make the job protected
-
--config-json <filename>
- JSON representation of the job configs
-
--configs <name:value> [<name:value> ...]
- Configs to add to the job
-
--interface <filename>
- JSON representation of the interface
-
--json <filename>
- JSON representation of the job. Other arguments will not be taken into account if this one is provided
3.3.90. openstack dataprocessing job list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists jobs
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--status <status>
- List jobs with specific status
3.3.91. openstack dataprocessing job show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display job details
Positional arguments:
-
<job>
- ID of the job to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.92. openstack dataprocessing job template create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Creates job template
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the job template [REQUIRED if JSON is not provided]
-
--type <type>
- Type of the job (Hive, Java, MapReduce, Storm, Pig, Shell, MapReduce.Streaming, Spark) [REQUIRED if JSON is not provided]
-
--mains <main> [<main> ...]
- Name(s) or ID(s) for job's main job binary(s)
-
--libs <lib> [<lib> ...]
- Name(s) or ID(s) for job's lib job binary(s)
-
--description <description>
- Description of the job template
-
--public
- Make the job template public
-
--protected
- Make the job template protected
-
--interface <filename>
- JSON representation of the interface
-
--json <filename>
- JSON representation of the job template
3.3.93. openstack dataprocessing job template delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing job template delete [-h] <job-template> [<job-template> ...]
usage: openstack dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
Deletes job template
Positional arguments:
-
<job-template>
- Name(s) or id(s) of the job template(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.94. openstack dataprocessing job template list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists job templates
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--type <type>
- List job templates of specific type
-
--name <name-substring>
- List job templates with specific substring in the name
3.3.95. openstack dataprocessing job template show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display job template details
Positional arguments:
-
<job-template>
- Name or ID of the job template to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.96. openstack dataprocessing job template update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates job template
Positional arguments:
-
<job-template>
- Name or ID of the job template
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the job template
-
--description <description>
- Description of the job template
-
--public
- Make the job template public (Visible from other tenants)
-
--private
- Make the job_template private (Visible only from this tenant)
-
--protected
- Make the job template protected
-
--unprotected
- Make the job template unprotected
3.3.97. openstack dataprocessing job type configs get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing job type configs get [-h] [--file <file>] <job-type>
usage: openstack dataprocessing job type configs get [-h] [--file <file>]
<job-type>
Get job type configs
Positional arguments:
-
<job-type>
- Type of the job to provide config information about
Optional arguments:
-
-h, --help
- show this help message and exit
-
--file <file>
- Destination file (defaults to job type)
3.3.98. openstack dataprocessing job type list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists job types supported by plugins
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- Get information about specific job type
-
--plugin <plugin>
- Get only job types supported by this plugin
-
--plugin-version <plugin_version>
- Get only job types supported by specific version of the plugin. This parameter will be taken into account only if plugin is provided
3.3.99. openstack dataprocessing job update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Updates job
Positional arguments:
-
<job>
- ID of the job to update
Optional arguments:
-
-h, --help
- show this help message and exit
-
--public
- Make the job public (Visible from other tenants)
-
--private
- Make the job private (Visible only from this tenant)
-
--protected
- Make the job protected
-
--unprotected
- Make the job unprotected
Creates node group template
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the node group template [REQUIRED if JSON is not provided]
-
--plugin <plugin>
- Name of the plugin [REQUIRED if JSON is not provided]
-
--plugin-version <plugin_version>
- Version of the plugin [REQUIRED if JSON is not provided]
-
--processes <processes> [<processes> ...]
- List of the processes that will be launched on each instance [REQUIRED if JSON is not provided]
-
--flavor <flavor>
- Name or ID of the flavor [REQUIRED if JSON is not provided]
-
--security-groups <security-groups> [<security-groups> ...]
- List of the security groups for the instances in this node group
-
--auto-security-group
- Indicates if an additional security group should be created for the node group
-
--availability-zone <availability-zone>
- Name of the availability zone where instances will be created
-
--floating-ip-pool <floating-ip-pool>
- ID of the floating IP pool
-
--volumes-per-node <volumes-per-node>
- Number of volumes attached to every node
-
--volumes-size <volumes-size>
- Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-type <volumes-type>
- Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-availability-zone <volumes-availability-zone>
- Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-mount-prefix <volumes-mount-prefix>
- Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-locality
- If enabled, instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--description <description>
- Description of the node group template
-
--autoconfig
- If enabled, instances of the node group will be automatically configured
-
--proxy-gateway
- If enabled, instances of the node group will be used to access other instances in the cluster
-
--public
- Make the node group template public (Visible from other tenants)
-
--protected
- Make the node group template protected
-
--json <filename>
- JSON representation of the node group template. Other arguments will not be taken into account if this one is provided
-
--shares <filename>
- JSON representation of the manila shares
-
--configs <filename>
- JSON representation of the node group template configs
usage: openstack dataprocessing node group template delete [-h] <node-group-template> [<node-group-template> ...]
usage: openstack dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
Deletes node group template
Positional arguments:
-
<node-group-template>
- Name(s) or id(s) of the node group template(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
Lists node group templates
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--plugin <plugin>
- List node group templates for specific plugin
-
--plugin-version <plugin_version>
- List node group templates with specific version of the plugin
-
--name <name-substring>
- List node group templates with specific substring in the name
Display node group template details
Positional arguments:
-
<node-group-template>
- Name or id of the node group template to display
Optional arguments:
-
-h, --help
- show this help message and exit
Updates node group template
Positional arguments:
-
<node-group-template>
- Name or ID of the node group template
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New name of the node group template
-
--plugin <plugin>
- Name of the plugin
-
--plugin-version <plugin_version>
- Version of the plugin
-
--processes <processes> [<processes> ...]
- List of the processes that will be launched on each instance
-
--security-groups <security-groups> [<security-groups> ...]
- List of the security groups for the instances in this node group
-
--auto-security-group-enable
- Additional security group should be created for the node group
-
--auto-security-group-disable
- Additional security group should not be created for the node group
-
--availability-zone <availability-zone>
- Name of the availability zone where instances will be created
-
--flavor <flavor>
- Name or ID of the flavor
-
--floating-ip-pool <floating-ip-pool>
- ID of the floating IP pool
-
--volumes-per-node <volumes-per-node>
- Number of volumes attached to every node
-
--volumes-size <volumes-size>
- Size of volumes attached to node (GB). This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-type <volumes-type>
- Type of the volumes. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-availability-zone <volumes-availability-zone>
- Name of the availability zone where volumes will be created. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-mount-prefix <volumes-mount-prefix>
- Prefix for mount point directory. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-locality-enable
- Instance and attached volumes will be created on the same physical host. This parameter will be taken into account only if volumes-per-node is set and non-zero
-
--volumes-locality-disable
- Instance and attached volumes creation on the same physical host will not be regulated. This parameter will be takeninto account only if volumes-per-node is set and non-zero
-
--description <description>
- Description of the node group template
-
--autoconfig-enable
- Instances of the node group will be automatically configured
-
--autoconfig-disable
- Instances of the node group will not be automatically configured
-
--proxy-gateway-enable
- Instances of the node group will be used to access other instances in the cluster
-
--proxy-gateway-disable
- Instances of the node group will not be used to access other instances in the cluster
-
--public
- Make the node group template public (Visible from other tenants)
-
--private
- Make the node group template private (Visible only from this tenant)
-
--protected
- Make the node group template protected
-
--unprotected
- Make the node group template unprotected
-
--json <filename>
- JSON representation of the node group template update fields. Other arguments will not be taken into account if this one is provided
-
--shares <filename>
- JSON representation of the manila shares
-
--configs <filename>
- JSON representation of the node group template configs
3.3.105. openstack dataprocessing plugin configs get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack dataprocessing plugin configs get [-h] [--file <file>] <plugin> <plugin_version>
usage: openstack dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <plugin_version>
Get plugin configs
Positional arguments:
-
<plugin>
- Name of the plugin to provide config information about
-
<plugin_version>
- Version of the plugin to provide config information about
Optional arguments:
-
-h, --help
- show this help message and exit
-
--file <file>
- Destination file (defaults to plugin name)
3.3.106. openstack dataprocessing plugin list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Lists plugins
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.107. openstack dataprocessing plugin show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display plugin details
Positional arguments:
-
<plugin>
- Name of the plugin to display
Optional arguments:
-
-h, --help
- show this help message and exit
-
--plugin-version <plugin_version>
- Version of the plugin to display
3.3.108. openstack domain create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new domain
Positional arguments:
-
<domain-name>
- New domain name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description <description>
- New domain description
-
--enable
- Enable domain (default)
-
--disable
- Disable domain
-
--or-show
- Return existing domain
3.3.109. openstack domain delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack domain delete [-h] <domain>
usage: openstack domain delete [-h] <domain>
Delete domain
Positional arguments:
-
<domain>
- Domain to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.110. openstack domain list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack domain list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.111. openstack domain set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack domain set [-h] [--name <name>] [--description <description>] [--enable | --disable] <domain>
usage: openstack domain set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
<domain>
Set domain properties
Positional arguments:
-
<domain>
- Domain to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New domain name
-
--description <description>
- New domain description
-
--enable
- Enable domain
-
--disable
- Disable domain
3.3.112. openstack domain show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack domain show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <domain>
usage: openstack domain show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<domain>
Display domain details
Positional arguments:
-
<domain>
- Domain to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.113. openstack ec2 credentials create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create EC2 credentials
Optional arguments:
-
-h, --help
- show this help message and exit
-
--project <project>
- Create credentials in project (name or ID; default: current authenticated project)
-
--user <user>
- Create credentials for user (name or ID; default: current authenticated user)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.114. openstack ec2 credentials delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ec2 credentials delete [-h] [--user <user>] [--user-domain <user-domain>] <access-key>
usage: openstack ec2 credentials delete [-h] [--user <user>]
[--user-domain <user-domain>]
<access-key>
Delete EC2 credentials
Positional arguments:
-
<access-key>
- Credentials access key
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user <user>
- Delete credentials for user (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.115. openstack ec2 credentials list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List EC2 credentials
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user <user>
- Filter list by user (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.116. openstack ec2 credentials show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display EC2 credentials details
Positional arguments:
-
<access-key>
- Credentials access key
Optional arguments:
-
-h, --help
- show this help message and exit
-
--user <user>
- Show credentials for user (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.117. openstack endpoint create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new endpoint
Positional arguments:
-
<service>
- New endpoint service (name or ID)
-
<interface>
- New endpoint interface type (admin, public or internal)
-
<url>
- New endpoint URL
Optional arguments:
-
-h, --help
- show this help message and exit
-
--region <region-id>
- New endpoint region ID
-
--enable
- Enable endpoint (default)
-
--disable
- Disable endpoint
3.3.118. openstack endpoint delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack endpoint delete [-h] <endpoint-id>
usage: openstack endpoint delete [-h] <endpoint-id>
Delete endpoint
Positional arguments:
-
<endpoint-id>
- Endpoint ID to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.119. openstack endpoint list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List endpoints
Optional arguments:
-
-h, --help
- show this help message and exit
-
--service <service>
- Filter by service
-
--interface <interface>
- Filter by interface type (admin, public or internal)
-
--region <region-id>
- Filter by region ID
3.3.120. openstack endpoint set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack endpoint set [-h] [--region <region-id>] [--interface <interface>] [--url <url>] [--service <service>] [--enable | --disable] <endpoint-id>
usage: openstack endpoint set [-h] [--region <region-id>]
[--interface <interface>] [--url <url>]
[--service <service>] [--enable | --disable]
<endpoint-id>
Set endpoint properties
Positional arguments:
-
<endpoint-id>
- Endpoint ID to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--region <region-id>
- New endpoint region ID
-
--interface <interface>
- New endpoint interface type (admin, public or internal)
-
--url <url>
- New endpoint URL
-
--service <service>
- New endpoint service (name or ID)
-
--enable
- Enable endpoint
-
--disable
- Disable endpoint
3.3.121. openstack endpoint show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack endpoint show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <endpoint>
usage: openstack endpoint show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<endpoint>
Display endpoint details
Positional arguments:
-
<endpoint>
- Endpoint to display (endpoint ID, service ID, service name, service type)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.122. openstack extension list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List API extensions
Optional arguments:
-
-h, --help
- show this help message and exit
-
--compute
- List extensions for the Compute API
-
--identity
- List extensions for the Identity API
-
--network
- List extensions for the Network API
-
--volume
- List extensions for the Block Storage API
-
--long
- List additional fields in output
3.3.123. openstack federation domain list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List accessible domains
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.124. openstack federation project list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List accessible projects
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.125. openstack federation protocol create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new federation protocol
Positional arguments:
-
<name>
- New federation protocol name (must be unique per identity provider)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--identity-provider <identity-provider>
- Identity provider that will support the new federation protocol (name or ID) (required)
-
--mapping <mapping>
- Mapping that is to be used (name or ID) (required)
3.3.126. openstack federation protocol delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack federation protocol delete [-h] --identity-provider <identity-provider> <federation-protocol>
usage: openstack federation protocol delete [-h] --identity-provider
<identity-provider>
<federation-protocol>
Delete federation protocol
Positional arguments:
-
<federation-protocol>
- Federation protocol to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--identity-provider <identity-provider>
- Identity provider that supports <federation-protocol> (name or ID) (required)
3.3.127. openstack federation protocol list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List federation protocols
Optional arguments:
-
-h, --help
- show this help message and exit
-
--identity-provider <identity-provider>
- Identity provider to list (name or ID) (required)
3.3.128. openstack federation protocol set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack federation protocol set [-h] --identity-provider <identity-provider> [--mapping <mapping>] <name>
usage: openstack federation protocol set [-h] --identity-provider
<identity-provider>
[--mapping <mapping>]
<name>
Set federation protocol properties
Positional arguments:
-
<name>
- Federation protocol to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--identity-provider <identity-provider>
- Identity provider that supports <federation-protocol> (name or ID) (required)
-
--mapping <mapping>
- Mapping that is to be used (name or ID)
3.3.129. openstack federation protocol show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display federation protocol details
Positional arguments:
-
<federation-protocol>
- Federation protocol to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--identity-provider <identity-provider>
- Identity provider that supports <federation-protocol> (name or ID) (required)
3.3.130. openstack flavor create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new flavor
Positional arguments:
-
<flavor-name>
- New flavor name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--id <id>
- Unique flavor ID; 'auto' creates a UUID (default: auto)
-
--ram <size-mb>
- Memory size in MB (default 256M)
-
--disk <size-gb>
- Disk size in GB (default 0G)
-
--ephemeral <size-gb>
- Ephemeral disk size in GB (default 0G)
-
--swap <size-gb>
- Swap space size in GB (default 0G)
-
--vcpus <vcpus>
- Number of vcpus (default 1)
-
--rxtx-factor <factor>
- RX/TX factor (default 1.0)
-
--public
- Flavor is available to other projects (default)
-
--private
- Flavor is not available to other projects
3.3.131. openstack flavor delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack flavor delete [-h] <flavor>
usage: openstack flavor delete [-h] <flavor>
Delete flavor
Positional arguments:
-
<flavor>
- Flavor to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.132. openstack flavor list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List flavors
Optional arguments:
-
-h, --help
- show this help message and exit
-
--public
- List only public flavors (default)
-
--private
- List only private flavors
-
--all
- List all flavors, whether public or private
-
--long
- List additional fields in output
-
--marker <marker>
- The last flavor ID of the previous page
-
--limit <limit>
- Maximum number of flavors to display
3.3.133. openstack flavor set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack flavor set [-h] [--property <key=value>] [--project <project>] [--project-domain <project-domain>] <flavor>
usage: openstack flavor set [-h] [--property <key=value>]
[--project <project>]
[--project-domain <project-domain>]
<flavor>
Set flavor properties
Positional arguments:
-
<flavor>
- Flavor to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key=value>
- Property to add or modify for this flavor (repeat option to set multiple properties)
-
--project <project>
- Set flavor access to project (name or ID) (admin only)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.134. openstack flavor show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack flavor show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <flavor>
usage: openstack flavor show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<flavor>
Display flavor details
Positional arguments:
-
<flavor>
- Flavor to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.135. openstack flavor unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack flavor unset [-h] [--property <key>] [--project <project>] [--project-domain <project-domain>] <flavor>
usage: openstack flavor unset [-h] [--property <key>] [--project <project>]
[--project-domain <project-domain>]
<flavor>
Unset flavor properties
Positional arguments:
-
<flavor>
- Flavor to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from flavor (repeat option to unset multiple properties)
-
--project <project>
- Remove flavor access from project (name or ID) (admin only)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.136. openstack group add user 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group add user [-h] [--group-domain <group-domain>] [--user-domain <user-domain>] <group> <user>
usage: openstack group add user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Add user to group
Positional arguments:
-
<group>
- Group to contain <user> (name or ID)
-
<user>
- User to add to <group> (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.137. openstack group contains user 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group contains user [-h] [--group-domain <group-domain>] [--user-domain <user-domain>] <group> <user>
usage: openstack group contains user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Check user membership in group
Positional arguments:
-
<group>
- Group to check (name or ID)
-
<user>
- User to check (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.138. openstack group create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new group
Positional arguments:
-
<group-name>
- New group name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain to contain new group (name or ID)
-
--description <description>
- New group description
-
--or-show
- Return existing group
3.3.139. openstack group delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group delete [-h] [--domain <domain>] <group> [<group> ...]
usage: openstack group delete [-h] [--domain <domain>] <group> [<group> ...]
Delete group(s)
Positional arguments:
-
<group>
- Group(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain containing group(s) (name or ID)
3.3.140. openstack group list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List groups
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Filter group list by <domain> (name or ID)
-
--user <user>
- Filter group list by <user> (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--long
- List additional fields in output
3.3.141. openstack group remove user 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group remove user [-h] [--group-domain <group-domain>] [--user-domain <user-domain>] <group> <user>
usage: openstack group remove user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
Remove user from group
Positional arguments:
-
<group>
- Group containing <user> (name or ID)
-
<user>
- User to remove from <group> (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
3.3.142. openstack group set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group set [-h] [--domain <domain>] [--name <name>] [--description <description>] <group>
usage: openstack group set [-h] [--domain <domain>] [--name <name>]
[--description <description>]
<group>
Set group properties
Positional arguments:
-
<group>
- Group to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain containing <group> (name or ID)
-
--name <name>
- New group name
-
--description <description>
- New group description
3.3.143. openstack group show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack group show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--domain <domain>] <group>
usage: openstack 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:
-
<group>
- Group to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain containing <group> (name or ID)
3.3.144. openstack host list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack host list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--zone <zone>]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--zone <zone>
- Only return hosts in the availability zone
3.3.145. openstack host show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack host show [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] <host>
usage: openstack 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:
-
<host>
- Name of host
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.146. openstack hypervisor list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List hypervisors
Optional arguments:
-
-h, --help
- show this help message and exit
-
--matching <hostname>
- Filter hypervisors using <hostname> substring
3.3.147. openstack hypervisor show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack hypervisor show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <hypervisor>
usage: openstack hypervisor show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<hypervisor>
Display hypervisor details
Positional arguments:
-
<hypervisor>
- Hypervisor to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.148. openstack hypervisor stats show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack hypervisor stats show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.149. openstack identity provider create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new identity provider
Positional arguments:
-
<name>
- New identity provider name (must be unique)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--remote-id <remote-id>
- Remote IDs to associate with the Identity Provider (repeat option to provide multiple values)
-
--remote-id-file <file-name>
- Name of a file that contains many remote IDs to associate with the identity provider, one per line
-
--description <description>
- New identity provider description
-
--enable
- Enable identity provider (default)
-
--disable
- Disable the identity provider
3.3.150. openstack identity provider delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack identity provider delete [-h] <identity-provider>
usage: openstack identity provider delete [-h] <identity-provider>
Delete identity provider
Positional arguments:
-
<identity-provider>
- Identity provider to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.151. openstack identity provider list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List identity providers
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.152. openstack identity provider set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack identity provider set [-h] [--description <description>] [--remote-id <remote-id> | --remote-id-file <file-name>] [--enable | --disable] <identity-provider>
usage: openstack 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:
-
<identity-provider>
- Identity provider to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description <description>
- Set identity provider description
-
--remote-id <remote-id>
- Remote IDs to associate with the Identity Provider (repeat option to provide multiple values)
-
--remote-id-file <file-name>
- Name of a file that contains many remote IDs to associate with the identity provider, one per line
-
--enable
- Enable the identity provider
-
--disable
- Disable the identity provider
3.3.153. openstack identity provider show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display identity provider details
Positional arguments:
-
<identity-provider>
- Identity provider to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.154. openstack image add project 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Associate project with image
Positional arguments:
-
<image>
- Image to share (name or ID)
-
<project>
- Project to associate with image (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.155. openstack image create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create/upload an image
Positional arguments:
-
<image-name>
- New image name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--id <id>
- Image ID to reserve
-
--container-format <container-format>
- Image container format (default: bare)
-
--disk-format <disk-format>
- Image disk format (default: raw)
-
--min-disk <disk-gb>
- Minimum disk size needed to boot image, in gigabytes
-
--min-ram <ram-mb>
- Minimum RAM size needed to boot image, in megabytes
-
--file <file>
- Upload image from local file
-
--volume <volume>
- Create image from a volume
-
--force
- Force image creation if volume is in use (only meaningful with --volume)
-
--protected
- Prevent image from being deleted
-
--unprotected
- Allow image to be deleted (default)
-
--public
- Image is accessible to the public
-
--private
- Image is inaccessible to the public (default)
-
--property <key=value>
- Set a property on this image (repeat option to set multiple properties)
-
--tag <tag>
- Set a tag on this image (repeat option to set multiple tags)
-
--project <project>
- Set an alternate project on this image (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.156. openstack image delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack image delete [-h] <image> [<image> ...]
usage: openstack image delete [-h] <image> [<image> ...]
Delete image(s)
Positional arguments:
-
<image>
- Image(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.157. openstack image list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List available images
Optional arguments:
-
-h, --help
- show this help message and exit
-
--public
- List only public images
-
--private
- List only private images
-
--shared
- List only shared images
-
--property <key=value>
- Filter output based on property
-
--long
- List additional fields in output
-
--sort <key>[:<direction>]
- Sort output by selected keys and directions(asc or desc) (default: asc), multiple keys and directions can be specified separated by comma
-
--limit <limit>
- Maximum number of images to display.
-
--marker <marker>
- The last image (name or ID) of the previous page. Display list of images after marker. Display all images if not specified.
3.3.158. openstack image remove project 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack image remove project [-h] [--project-domain <project-domain>] <image> <project>
usage: openstack image remove project [-h] [--project-domain <project-domain>]
<image> <project>
Disassociate project with image
Positional arguments:
-
<image>
- Image to unshare (name or ID)
-
<project>
- Project to disassociate with image (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.159. openstack image save 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack image save [-h] [--file <filename>] <image>
usage: openstack image save [-h] [--file <filename>] <image>
Save an image locally
Positional arguments:
-
<image>
- Image to save (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--file <filename>
- Downloaded image save filename (default: stdout)
3.3.160. openstack image set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set image properties
Positional arguments:
-
<image>
- Image to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New image name
-
--min-disk <disk-gb>
- Minimum disk size needed to boot image, in gigabytes
-
--min-ram <ram-mb>
- Minimum RAM size needed to boot image, in megabytes
-
--container-format <container-format>
- Image container format (default: bare)
-
--disk-format <disk-format>
- Image disk format (default: raw)
-
--protected
- Prevent image from being deleted
-
--unprotected
- Allow image to be deleted (default)
-
--public
- Image is accessible to the public
-
--private
- Image is inaccessible to the public (default)
-
--property <key=value>
- Set a property on this image (repeat option to set multiple properties)
-
--tag <tag>
- Set a tag on this image (repeat option to set multiple tags)
-
--architecture <architecture>
- Operating system architecture
-
--instance-id <instance-id>
- ID of server instance used to create this image
-
--kernel-id <kernel-id>
- ID of kernel image used to boot this disk image
-
--os-distro <os-distro>
- Operating system distribution name
-
--os-version <os-version>
- Operating system distribution version
-
--ramdisk-id <ramdisk-id>
- ID of ramdisk image used to boot this disk image
-
--deactivate
- Deactivate the image
-
--activate
- Activate the image
-
--project <project>
- Set an alternate project on this image (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.161. openstack image show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack image show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <image>
usage: openstack image show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<image>
Display image details
Positional arguments:
-
<image>
- Image to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.162. openstack ip fixed add 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip fixed add [-h] <network> <server>
usage: openstack ip fixed add [-h] <network> <server>
Add fixed IP address to server
Positional arguments:
-
<network>
- Network to fetch an IP address from (name or ID)
-
<server>
- Server to receive the IP address (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.163. openstack ip fixed remove 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip fixed remove [-h] <ip-address> <server>
usage: openstack ip fixed remove [-h] <ip-address> <server>
Remove fixed IP address from server
Positional arguments:
-
<ip-address>
- IP address to remove from server (name only)
-
<server>
- Server to remove the IP address from (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.164. openstack ip floating add 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip floating add [-h] <ip-address> <server>
usage: openstack ip floating add [-h] <ip-address> <server>
Add floating IP address to server
Positional arguments:
-
<ip-address>
- IP address to add to server (name only)
-
<server>
- Server to receive the IP address (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.165. openstack ip floating create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create floating IP
Positional arguments:
-
<network>
- Network to allocate floating IP from (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.166. openstack ip floating delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip floating delete [-h] <floating-ip>
usage: openstack ip floating delete [-h] <floating-ip>
Delete floating IP
Positional arguments:
-
<floating-ip>
- Floating IP to delete (IP address or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.167. openstack ip floating list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip floating list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.168. openstack ip floating pool list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List pools of floating IP addresses
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.169. openstack ip floating remove 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip floating remove [-h] <ip-address> <server>
usage: openstack ip floating remove [-h] <ip-address> <server>
Remove floating IP address from server
Positional arguments:
-
<ip-address>
- IP address to remove from server (name only)
-
<server>
- Server to remove the IP address from (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.170. openstack ip floating show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ip floating show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <floating-ip>
usage: openstack 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:
-
<floating-ip>
- Floating IP to display (IP address or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.171. openstack keypair create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new public key
Positional arguments:
-
<name>
- New public key name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--public-key <file>
- Filename for public key to add
3.3.172. openstack keypair delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack keypair delete [-h] <key>
usage: openstack keypair delete [-h] <key>
Delete public key
Positional arguments:
-
<key>
- Public key to delete (name only)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.173. openstack keypair list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack keypair list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.174. openstack keypair show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack keypair show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--public-key] <key>
usage: openstack 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:
-
<key>
- Public key to display (name only)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--public-key
- Show only bare public key
3.3.175. openstack limits show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show compute and block storage limits
Optional arguments:
-
-h, --help
- show this help message and exit
-
--absolute
- Show absolute limits
-
--rate
- Show rate limits
-
--reserved
- Include reservations count [only valid with --absolute]
-
--project <project>
- Show limits for a specific project (name or ID) [only valid with --absolute]
-
--domain <domain>
- Domain the project belongs to (name or ID) [only valid with --absolute]
3.3.176. openstack mapping create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new mapping
Positional arguments:
-
<name>
- New mapping name (must be unique)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--rules <filename>
- Filename that contains a set of mapping rules (required)
3.3.177. openstack mapping delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack mapping delete [-h] <mapping>
usage: openstack mapping delete [-h] <mapping>
Delete mapping
Positional arguments:
-
<mapping>
- Mapping to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.178. openstack mapping list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack mapping list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.179. openstack mapping set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack mapping set [-h] [--rules <filename>] <name>
usage: openstack mapping set [-h] [--rules <filename>] <name>
Set mapping properties
Positional arguments:
-
<name>
- Mapping to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--rules <filename>
- Filename that contains a new set of mapping rules
3.3.180. openstack mapping show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack mapping show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <mapping>
usage: openstack mapping show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<mapping>
Display mapping details
Positional arguments:
-
<mapping>
- Mapping to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.181. openstack module list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack module list [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--all]
usage: openstack module list [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX] [--all]
List module versions
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all
- Show all modules that have version information
3.3.182. openstack network create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new network
Positional arguments:
-
<name>
- New network name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--share
- Share the network between projects
-
--no-share
- Do not share the network between projects
-
--subnet <subnet>
- IPv4 subnet for fixed IPs (in CIDR notation)
3.3.183. openstack network delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack network delete [-h] <network> [<network> ...]
usage: openstack network delete [-h] <network> [<network> ...]
Delete network(s)
Positional arguments:
-
<network>
- Network(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.184. openstack network list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack network list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--external] [--long]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--external
- List external networks
-
--long
- List additional fields in output
3.3.185. openstack network set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set network properties
Positional arguments:
-
<network>
- Network to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set network name
-
--enable
- Enable network
-
--disable
- Disable network
-
--share
- Share the network between projects
-
--no-share
- Do not share the network between projects
-
--external
- Set this network as an external network (external-net extension required)
-
--internal
- Set this network as an internal network
-
--default
- Set the network as the default external network
-
--no-default
- Do not use the network as the default external network
-
--provider-network-type <provider-network-type>
- The physical mechanism by which the virtual network is implemented. The supported options are: flat, gre, local, vlan, vxlan
-
--provider-physical-network <provider-physical-network>
- Name of the physical network over which the virtual network is implemented
-
--provider-segment <provider-segment>
- VLAN ID for VLAN networks or Tunnel ID for GRE/VXLAN networks
-
--transparent-vlan
- Make the network VLAN transparent
-
--no-transparent-vlan
- Do not make the network VLAN transparent
3.3.186. openstack network show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack network show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <network>
usage: openstack network show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<network>
Show network details
Positional arguments:
-
<network>
- Network to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.187. openstack object create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Upload object to container
Positional arguments:
-
<container>
- Container for new object
-
<filename>
- Local filename(s) to upload
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.188. openstack object delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object delete [-h] <container> <object> [<object> ...]
usage: openstack object delete [-h] <container> <object> [<object> ...]
Delete object from container
Positional arguments:
-
<container>
- Delete object(s) from <container>
-
<object>
- Object(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.189. openstack object list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List objects
Positional arguments:
-
<container>
- Container to list
Optional arguments:
-
-h, --help
- show this help message and exit
-
--prefix <prefix>
- Filter list using <prefix>
-
--delimiter <delimiter>
- Roll up items with <delimiter>
-
--marker <marker>
- Anchor for paging
-
--end-marker <end-marker>
- End anchor for paging
-
--limit <limit>
- Limit the number of objects returned
-
--long
- List additional fields in output
-
--all
- List all objects in container (default is 10000)
3.3.190. openstack object save 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object save [-h] [--file <filename>] <container> <object>
usage: openstack object save [-h] [--file <filename>] <container> <object>
Save object locally
Positional arguments:
-
<container>
- Download <object> from <container>
-
<object>
- Object to save
Optional arguments:
-
-h, --help
- show this help message and exit
-
--file <filename>
- Destination filename (defaults to object name)
3.3.191. openstack object set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object set [-h] --property <key=value> <container> <object>
usage: openstack object set [-h] --property <key=value> <container> <object>
Set object properties
Positional arguments:
-
<container>
- Modify <object> from <container>
-
<object>
- Object to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key=value>
- Set a property on this object (repeat option to set multiple properties)
3.3.192. openstack object show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <container> <object>
usage: openstack 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:
-
<container>
- Display <object> from <container>
-
<object>
- Object to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.193. openstack object store account set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object store account set [-h] --property <key=value>
usage: openstack object store account set [-h] --property <key=value>
Set account properties
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key=value>
- Set a property on this account (repeat option to set multiple properties)
3.3.194. openstack object store account show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object store account show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.195. openstack object store account unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object store account unset [-h] --property <key>
usage: openstack object store account unset [-h] --property <key>
Unset account properties
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from account (repeat option to remove multiple properties)
3.3.196. openstack object unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack object unset [-h] --property <key> <container> <object>
usage: openstack object unset [-h] --property <key> <container> <object>
Unset object properties
Positional arguments:
-
<container>
- Modify <object> from <container>
-
<object>
- Object to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from object (repeat option to remove multiple properties)
3.3.197. openstack orchestration build info 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack orchestration build info [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX]
usage: openstack orchestration build info [-h]
[-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
Retrieve build information.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.198. openstack orchestration resource type list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List resource types.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--filter <key=value>
- Filter parameters to apply on returned resource types. This can be specified multiple times. It can be any of name, version or support_status
3.3.199. openstack orchestration resource type show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show details and optionally generate a template for a resource type.
Positional arguments:
-
<resource-type>
- Resource type to show details for
Optional arguments:
-
-h, --help
- show this help message and exit
-
--template-type <template-type>
- Optional template type to generate, hot or cfn
3.3.200. openstack orchestration service list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List the Heat engines.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.201. openstack orchestration template function list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List the available functions.
Positional arguments:
-
<template-version>
- Template version to get the functions for
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.202. openstack orchestration template validate 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Validate a template
Optional arguments:
-
-h, --help
- show this help message and exit
-
-t <template>, --template <template>
- Path to the template
-
-e <environment>, --environment <environment>
- Path to the environment. Can be specified multiple times
-
--show-nested
- Resolve parameters from nested templates as well
-
--parameter <key=value>
- Parameter values used to create the stack. This can be specified multiple times
-
--ignore-errors <error1,error2,...>
- List of heat errors to ignore
3.3.203. openstack orchestration template version list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List the available template versions.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.204. openstack policy create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack policy create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--type <type>] <filename>
usage: openstack 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:
-
<filename>
- New serialized policy rules file
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- New MIME type of the policy rules file (defaults to application/json)
3.3.205. openstack policy delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack policy delete [-h] <policy>
usage: openstack policy delete [-h] <policy>
Delete policy
Positional arguments:
-
<policy>
- Policy to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.206. openstack policy list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack policy list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--long]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.207. openstack policy set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack policy set [-h] [--type <type>] [--rules <filename>] <policy>
usage: openstack policy set [-h] [--type <type>] [--rules <filename>] <policy>
Set policy properties
Positional arguments:
-
<policy>
- Policy to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- New MIME type of the policy rules file
-
--rules <filename>
- New serialized policy rules file
3.3.208. openstack policy show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack policy show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <policy>
usage: openstack policy show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<policy>
Display policy details
Positional arguments:
-
<policy>
- Policy to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.209. openstack pool create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a pool
Positional arguments:
-
<pool_name>
- Name of the pool
-
<pool_uri>
- Storage engine URI
-
<pool_weight>
- weight of the pool
Optional arguments:
-
-h, --help
- show this help message and exit
-
--pool_group <pool_group>
- Group of the pool
-
--pool_options <pool_options>
- An optional request component related to storage-specific options
3.3.210. openstack pool delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack pool delete [-h] <pool_name>
usage: openstack pool delete [-h] <pool_name>
Delete a pool
Positional arguments:
-
<pool_name>
- Name of the pool
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.211. openstack pool list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List available Pools
Optional arguments:
-
-h, --help
- show this help message and exit
-
--marker <pool_name>
- Pool's paging marker
-
--limit <limit>
- Page size limit
-
--detailed <detailed>
- Detailed output
3.3.212. openstack pool show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack pool show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <pool_name>
usage: openstack 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:
-
<pool_name>
- Pool to display (name)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.213. openstack pool update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Update a pool attribute
Positional arguments:
-
<pool_name>
- Name of the pool
Optional arguments:
-
-h, --help
- show this help message and exit
-
--pool_uri <pool_uri>
- Storage engine URI
-
--pool_weight <pool_weight>
- Weight of the pool
-
--pool_group <pool_group>
- Group of the pool
-
--pool_options <pool_options>
- An optional request component related to storage-specific options
3.3.214. openstack port delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack port delete [-h] <port> [<port> ...]
usage: openstack port delete [-h] <port> [<port> ...]
Delete port(s)
Positional arguments:
-
<port>
- Port(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.215. openstack port show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack port show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <port>
usage: openstack port show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<port>
Display port details
Positional arguments:
-
<port>
- Port to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.216. openstack project create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new project
Positional arguments:
-
<project-name>
- New project name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain owning the project (name or ID)
-
--parent <project>
- Parent of the project (name or ID)
-
--description <description>
- Project description
-
--enable
- Enable project
-
--disable
- Disable project
-
--property <key=value>
- Add a property to <name> (repeat option to set multiple properties)
-
--or-show
- Return existing project
3.3.217. openstack project delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack project delete [-h] [--domain <domain>] <project> [<project> ...]
usage: openstack project delete [-h] [--domain <domain>]
<project> [<project> ...]
Delete project(s)
Positional arguments:
-
<project>
- Project(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain owning <project> (name or ID)
3.3.218. openstack project list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack 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]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Filter projects by <domain> (name or ID)
-
--user <user>
- Filter projects by <user> (name or ID)
-
--long
- List additional fields in output
3.3.219. openstack project set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack project set [-h] [--name <name>] [--domain <domain>] [--description <description>] [--enable | --disable] [--property <key=value>] <project>
usage: openstack project set [-h] [--name <name>] [--domain <domain>]
[--description <description>]
[--enable | --disable] [--property <key=value>]
<project>
Set project properties
Positional arguments:
-
<project>
- Project to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set project name
-
--domain <domain>
- Domain owning <project> (name or ID)
-
--description <description>
- Set project description
-
--enable
- Enable project
-
--disable
- Disable project
-
--property <key=value>
- Set a property on <project> (repeat option to set multiple properties)
3.3.220. openstack project show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display project details
Positional arguments:
-
<project>
- Project to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain owning <project> (name or ID)
-
--parents
- Show the project's parents as a list
-
--children
- Show project's subtree (children) as a list
3.3.221. openstack ptr record list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ptr record list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.222. openstack ptr record set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set floatingip ptr record
Positional arguments:
-
floatingip_id
- Floating IP ID
-
ptrdname
- PTRD Name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description DESCRIPTION
- Description
--no-description
-
--ttl TTL
- TTL
--no-ttl
3.3.223. openstack ptr record show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ptr record show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] floatingip_id
usage: openstack 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:
-
floatingip_id
- Floating IP ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.224. openstack ptr record unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack ptr record unset [-h] floatingip_id
usage: openstack ptr record unset [-h] floatingip_id
Unset floatingip ptr record
Positional arguments:
-
floatingip_id
- Floating IP ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.225. openstack quota set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set quotas for project or class
Positional arguments:
-
<project/class>
- Set quotas for this project or class (name/ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--class
- Set quotas for <class>
-
--injected-file-size <injected-file-size>
- New value for the injected-file-size quota
-
--instances <instances>
- New value for the instances quota
-
--properties <properties>
- New value for the properties quota
-
--injected-files <injected-files>
- New value for the injected-files quota
-
--cores <cores>
- New value for the cores quota
-
--ram <ram>
- New value for the ram quota
-
--fixed-ips <fixed-ips>
- New value for the fixed-ips quota
-
--injected-path-size <injected-path-size>
- New value for the injected-path-size quota
-
--key-pairs <key-pairs>
- New value for the key-pairs quota
-
--gigabytes <gigabytes>
- New value for the gigabytes quota
-
--volumes <volumes>
- New value for the volumes quota
-
--snapshots <snapshots>
- New value for the snapshots quota
-
--secgroups <secgroups>
- New value for the secgroups quota
-
--floating-ips <floating-ips>
- New value for the floating-ips quota
-
--secgroup-rules <secgroup-rules>
- New value for the secgroup-rules quota
-
--volume-type <volume-type>
- Set quotas for a specific <volume-type>
3.3.226. openstack quota show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack quota show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--class | --default] [<project/class>]
usage: openstack 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:
-
<project/class>
- Show quotas for this project or class (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--class
- Show quotas for <class>
-
--default
- Show default quotas for <project>
3.3.227. openstack recordset create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new recordset
Positional arguments:
-
zone_id
- Zone ID
-
name
- RecordSet Name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--records RECORDS [RECORDS ...]
- RecordSet Records
-
--type TYPE
- RecordSet Type
-
--ttl TTL
- Time To Live (Seconds)
-
--description DESCRIPTION
- Description
3.3.228. openstack recordset delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack recordset delete [-h] zone_id id
usage: openstack recordset delete [-h] zone_id id
Delete recordset
Positional arguments:
-
zone_id
- Zone ID
-
id
- RecordSet ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.229. openstack recordset list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List recordsets
Positional arguments:
-
zone_id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME
- RecordSet Name
-
--type TYPE
- RecordSet Type
-
--data DATA
- RecordSet Record Data
-
--ttl TTL
- Time To Live (Seconds)
-
--description DESCRIPTION
- Description
-
--status STATUS
- RecordSet Status
-
--action ACTION
- RecordSet Action
3.3.230. openstack recordset set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set recordset properties
Positional arguments:
-
zone_id
- Zone ID
-
id
- RecordSet ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--records RECORDS [RECORDS ...]
- Records
-
--description DESCRIPTION
- Description
--no-description
-
--ttl TTL
- TTL
--no-ttl
3.3.231. openstack recordset show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack recordset show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] zone_id id
usage: openstack 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:
-
zone_id
- Zone ID
-
id
- RecordSet ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.232. openstack region create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new region
Positional arguments:
-
<region-id>
- New region ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--parent-region <region-id>
- Parent region ID
-
--description <description>
- New region description
3.3.233. openstack region delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack region delete [-h] <region-id>
usage: openstack region delete [-h] <region-id>
Delete region
Positional arguments:
-
<region-id>
- Region ID to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.234. openstack region list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack 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>]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--parent-region <region-id>
- Filter by parent region ID
3.3.235. openstack region set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack region set [-h] [--parent-region <region-id>] [--description <description>] <region-id>
usage: openstack region set [-h] [--parent-region <region-id>]
[--description <description>]
<region-id>
Set region properties
Positional arguments:
-
<region-id>
- Region to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--parent-region <region-id>
- New parent region ID
-
--description <description>
- New region description
3.3.236. openstack region show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack region show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <region-id>
usage: openstack 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:
-
<region-id>
- Region to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.237. openstack request token authorize 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Authorize a request token
Optional arguments:
-
-h, --help
- show this help message and exit
-
--request-key <request-key>
- Request token to authorize (ID only) (required)
-
--role <role>
- Roles to authorize (name or ID) (repeat option to set multiple values, required)
3.3.238. openstack request token create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a request token
Optional arguments:
-
-h, --help
- show this help message and exit
-
--consumer-key <consumer-key>
- Consumer key (required)
-
--consumer-secret <consumer-secret>
- Consumer secret (required)
-
--project <project>
- Project that consumer wants to access (name or ID) (required)
-
--domain <domain>
- Domain owning <project> (name or ID)
3.3.239. openstack role add 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Adds a role to a user or group on a domain or project
Positional arguments:
-
<role>
- Role to add to <user> (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Include <domain> (name or ID)
-
--project <project>
- Include <project> (name or ID)
-
--user <user>
- Include <user> (name or ID)
-
--group <group>
- Include <group> (name or ID)
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--inherited
- Specifies if the role grant is inheritable to the sub projects
3.3.240. openstack role assignment list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List role assignments
Optional arguments:
-
-h, --help
- show this help message and exit
-
--effective
- Returns only effective role assignments
-
--role <role>
- Role to filter (name or ID)
-
--names
- Display names instead of IDs
-
--user <user>
- User to filter (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--group <group>
- Group to filter (name or ID)
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--domain <domain>
- Domain to filter (name or ID)
-
--project <project>
- Project to filter (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--inherited
- Specifies if the role grant is inheritable to the sub projects
3.3.241. openstack role create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack role create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--or-show] <role-name>
usage: openstack 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:
-
<role-name>
- New role name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--or-show
- Return existing role
3.3.242. openstack role delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack role delete [-h] <role> [<role> ...]
usage: openstack role delete [-h] <role> [<role> ...]
Delete role(s)
Positional arguments:
-
<role>
- Role(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.243. openstack role list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List roles
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Include <domain> (name or ID)
-
--project <project>
- Include <project> (name or ID)
-
--user <user>
- Include <user> (name or ID)
-
--group <group>
- Include <group> (name or ID)
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--inherited
- Specifies if the role grant is inheritable to the sub projects
3.3.244. openstack role remove 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Remove role from domain/project : user/group
Positional arguments:
-
<role>
- Role to remove (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Include <domain> (name or ID)
-
--project <project>
- Include <project> (name or ID)
-
--user <user>
- Include <user> (name or ID)
-
--group <group>
- Include <group> (name or ID)
-
--group-domain <group-domain>
- Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--inherited
- Specifies if the role grant is inheritable to the sub projects
3.3.245. openstack role set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack role set [-h] [--name <name>] <role>
usage: openstack role set [-h] [--name <name>] <role>
Set role properties
Positional arguments:
-
<role>
- Role to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set role name
3.3.246. openstack role show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack role show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <role>
usage: openstack role show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<role>
Display role details
Positional arguments:
-
<role>
- Role to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.247. openstack router create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new router
Positional arguments:
-
<name>
- New router name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--enable
- Enable router (default)
-
--disable
- Disable router
-
--distributed
- Create a distributed router
-
--project <project>
- Owner's project (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--availability-zone-hint <availability-zone>
- Availability Zone in which to create this router (Router Availability Zone extension required, repeat option to set multiple availability zones)
3.3.248. openstack router delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack router delete [-h] <router> [<router> ...]
usage: openstack router delete [-h] <router> [<router> ...]
Delete router(s)
Positional arguments:
-
<router>
- Router(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.249. openstack router list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack router list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--long]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.250. openstack router set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack router set [-h] [--name <name>] [--enable | --disable] [--distributed | --centralized] [--route destination=<subnet>,gateway=<ip-address> | --no-route] <router>
usage: openstack router set [-h] [--name <name>] [--enable | --disable]
[--distributed | --centralized]
[--route destination=<subnet>,gateway=<ip-address> | --no-route]
<router>
Set router properties
Positional arguments:
-
<router>
- Router to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set router name
-
--enable
- Enable router
-
--disable
- Disable router
-
--distributed
- Set router to distributed mode (disabled router only)
-
--centralized
- Set router to centralized mode (disabled router only)
-
--route
- destination=<subnet>,gateway=<ip-address> Routes associated with the router destination: destination subnet (in CIDR notation) gateway: nexthop IP address (repeat option to set multiple routes)
-
--no-route
- Clear routes associated with the router
3.3.251. openstack router show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack router show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <router>
usage: openstack router show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<router>
Display router details
Positional arguments:
-
<router>
- Router to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.252. openstack secret container create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Store a container in Barbican.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME, -n NAME
- a human-friendly name.
-
--type TYPE
- type of container to create (default: generic).
-
--secret SECRET, -s SECRET
- one secret to store in a container (can be set multiple times). Example: --secret "private_key=https://url.test/v1/secrets/1-2-3-4"
3.3.253. openstack secret container delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack secret container delete [-h] URI
usage: openstack secret container delete [-h] URI
Delete a container by providing its href.
Positional arguments:
-
URI
- The URI reference for the container
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.254. openstack secret container get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Retrieve a container by providing its URI.
Positional arguments:
-
URI
- The URI reference for the container.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.255. openstack secret container list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List containers.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--limit LIMIT, -l LIMIT
- specify the limit to the number of items to list per page (default: 10; maximum: 100)
-
--offset OFFSET, -o OFFSET
- specify the page offset (default: 0)
-
--name NAME, -n NAME
- specify the container name (default: None)
-
--type TYPE, -t TYPE
- specify the type filter for the list (default: None).
3.3.256. openstack secret delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack secret delete [-h] URI
usage: openstack secret delete [-h] URI
Delete a secret by providing its URI.
Positional arguments:
-
URI
- The URI reference for the secret
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.257. openstack secret get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Retrieve a secret by providing its URI.
Positional arguments:
-
URI
- The URI reference for the secret.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--decrypt, -d
- if specified, retrieve the unencrypted secret data; the data type can be specified with --payload-content- type.
-
--payload, -p
- if specified, retrieve the unencrypted secret data; the data type can be specified with --payload-content- type. If the user wishes to only retrieve the value of the payload they must add "-f value" to format returning only the value of the payload
-
--payload_content_type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE
- the content type of the decrypted secret (default: text/plain.
3.3.258. openstack secret list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List secrets.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--limit LIMIT, -l LIMIT
- specify the limit to the number of items to list per page (default: 10; maximum: 100)
-
--offset OFFSET, -o OFFSET
- specify the page offset (default: 0)
-
--name NAME, -n NAME
- specify the secret name (default: None)
-
--algorithm ALGORITHM, -a ALGORITHM
- the algorithm filter for the list(default: None).
-
--bit-length BIT_LENGTH, -b BIT_LENGTH
- the bit length filter for the list (default: 0).
-
--mode MODE, -m MODE
- the algorithm mode filter for the list (default: None).
3.3.259. openstack secret order create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new order.
Positional arguments:
-
type
- the type of the order to create.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME, -n NAME
- a human-friendly name.
-
--algorithm ALGORITHM, -a ALGORITHM
- the algorithm to be used with the requested key (default: aes).
-
--bit-length BIT_LENGTH, -b BIT_LENGTH
- the bit length of the requested secret key (default: 256).
-
--mode MODE, -m MODE
- the algorithm mode to be used with the requested key (default: cbc).
-
--payload-content-type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE
- the type/format of the secret to be generated (default: application/octet-stream).
-
--expiration EXPIRATION, -x EXPIRATION
- the expiration time for the secret in ISO 8601 format.
-
--request-type REQUEST_TYPE
- the type of the certificate request.
-
--subject-dn SUBJECT_DN
- the subject of the certificate.
-
--source-container-ref SOURCE_CONTAINER_REF
- the source of the certificate when using stored-key requests.
-
--ca-id CA_ID
- the identifier of the CA to use for the certificate request.
-
--profile PROFILE
- the profile of certificate to use.
-
--request-file REQUEST_FILE
- the file containing the CSR.
3.3.260. openstack secret order delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack secret order delete [-h] URI
usage: openstack secret order delete [-h] URI
Delete an order by providing its href.
Positional arguments:
-
URI
- The URI reference for the order
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.261. openstack secret order get 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack secret order get [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] URI
usage: openstack 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:
-
URI
- The URI reference order.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.262. openstack secret order list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List orders.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--limit LIMIT, -l LIMIT
- specify the limit to the number of items to list per page (default: 10; maximum: 100)
-
--offset OFFSET, -o OFFSET
- specify the page offset (default: 0)
3.3.263. openstack secret store 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Store a secret in Barbican.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME, -n NAME
- a human-friendly name.
-
--payload PAYLOAD, -p PAYLOAD
- the unencrypted secret; if provided, you must also provide a payload_content_type
-
--secret-type SECRET_TYPE, -s SECRET_TYPE
- the secret type; must be one of symmetric, public, private, certificate, passphrase, opaque (default)
-
--payload-content-type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE
- the type/format of the provided secret data; "text/plain" is assumed to be UTF-8; required when --payload is supplied.
-
--payload-content-encoding PAYLOAD_CONTENT_ENCODING, -e PAYLOAD_CONTENT_ENCODING
- required if --payload-content-type is "application /octet-stream".
-
--algorithm ALGORITHM, -a ALGORITHM
- the algorithm (default: aes).
-
--bit-length BIT_LENGTH, -b BIT_LENGTH
- the bit length (default: 256).
-
--mode MODE, -m MODE
- the algorithm mode; used only for reference (default: cbc)
-
--expiration EXPIRATION, -x EXPIRATION
- the expiration time for the secret in ISO 8601 format.
3.3.264. openstack secret update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack secret update [-h] URI payload
usage: openstack secret update [-h] URI payload
Update a secret with no payload in Barbican.
Positional arguments:
-
URI
- The URI reference for the secret.
-
payload
- the unencrypted secret
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.265. openstack security group create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new security group
Positional arguments:
-
<name>
- New security group name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description <description>
- Security group description
3.3.266. openstack security group delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack security group delete [-h] <group>
usage: openstack security group delete [-h] <group>
Delete a security group
Positional arguments:
-
<group>
- Security group to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.267. openstack security group list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List security groups
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all-projects
- Display information from all projects (admin only)
3.3.268. openstack security group rule create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new security group rule
Positional arguments:
-
<group>
- Create rule in this security group (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--src-ip <ip-address>
- Source IP address block (may use CIDR notation; default for IPv4 rule: 0.0.0.0/0)
-
--src-group <group>
- Source security group (name or ID)
-
--dst-port <port-range>
- Destination port, may be a single port or a starting and ending port range: 137:139. Required for IP protocols TCP and UDP. Ignored for ICMP IP protocols.
-
--protocol <protocol>
- IP protocol (icmp, tcp, udp; default: tcp)
3.3.269. openstack security group rule delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack security group rule delete [-h] <rule>
usage: openstack security group rule delete [-h] <rule>
Delete a security group rule
Positional arguments:
-
<rule>
- Security group rule to delete (ID only)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.270. openstack security group rule list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List security group rules
Positional arguments:
-
<group>
- List all rules in this security group (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all-projects
- Display information from all projects (admin only)
3.3.271. openstack security group rule show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display security group rule details
Positional arguments:
-
<rule>
- Security group rule to display (ID only)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.272. openstack security group set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack security group set [-h] [--name <new-name>] [--description <description>] <group>
usage: openstack security group set [-h] [--name <new-name>]
[--description <description>]
<group>
Set security group properties
Positional arguments:
-
<group>
- Security group to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <new-name>
- New security group name
-
--description <description>
- New security group description
3.3.273. openstack security group show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display security group details
Positional arguments:
-
<group>
- Security group to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.274. openstack server add security group 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server add security group [-h] <server> <group>
usage: openstack server add security group [-h] <server> <group>
Add security group to server
Positional arguments:
-
<server>
- Server (name or ID)
-
<group>
- Security group to add (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.275. openstack server add volume 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server add volume [-h] [--device <device>] <server> <volume>
usage: openstack server add volume [-h] [--device <device>] <server> <volume>
Add volume to server
Positional arguments:
-
<server>
- Server (name or ID)
-
<volume>
- Volume to add (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--device <device>
- Server internal device name for volume
3.3.276. openstack server create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new server
Positional arguments:
-
<server-name>
- New server name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--image <image>
- Create server from this image (name or ID)
-
--volume <volume>
- Create server from this volume (name or ID)
-
--flavor <flavor>
- Create server with this flavor (name or ID)
-
--security-group <security-group-name>
- Security group to assign to this server (name or ID) (repeat option to set multiple groups)
-
--key-name <key-name>
- Keypair to inject into this server (optional extension)
-
--property <key=value>
- Set a property on this server (repeat option to set multiple values)
-
--file <dest-filename=source-filename>
- File to inject into image before boot (repeat option to set multiple files)
-
--user-data <user-data>
- User data file to serve from the metadata server
-
--availability-zone <zone-name>
- Select an availability zone for the server
-
--block-device-mapping <dev-name=mapping>
- Map block devices; map is <id>:<type>:<size(GB)>:<delete_on_terminate> (optional extension)
-
--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid>
- Create a NIC on the server. Specify option multiple times to create multiple NICs. Either net-id or port-id must be provided, but not both. net-id: attach NIC to network with this UUID, port-id: attach NIC to port with this UUID, v4-fixed-ip: IPv4 fixed address for NIC (optional), v6-fixed-ip: IPv6 fixed address for NIC (optional).
-
--hint <key=value>
- Hints for the scheduler (optional extension)
-
--config-drive <config-drive-volume>|True
- Use specified volume as the config drive, or 'True' to use an ephemeral drive
-
--min <count>
- Minimum number of servers to launch (default=1)
-
--max <count>
- Maximum number of servers to launch (default=1)
-
--wait
- Wait for build to complete
3.3.277. openstack server delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server delete [-h] [--wait] <server> [<server> ...]
usage: openstack server delete [-h] [--wait] <server> [<server> ...]
Delete server(s)
Positional arguments:
-
<server>
- Server(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for delete to complete
3.3.278. openstack server dump create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server dump create [-h] <server> [<server> ...]
usage: openstack 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:
-
<server>
- Server(s) to create dump file (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.279. openstack server image create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a new disk image from a running server
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <image-name>
- Name of new image (default is server name)
-
--wait
- Wait for image create to complete
3.3.280. openstack server list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List servers
Optional arguments:
-
-h, --help
- show this help message and exit
-
--reservation-id <reservation-id>
- Only return instances that match the reservation
-
--ip <ip-address-regex>
- Regular expression to match IP addresses
-
--ip6 <ip-address-regex>
- Regular expression to match IPv6 addresses
-
--name <name-regex>
- Regular expression to match names
-
--instance-name <server-name>
- Regular expression to match instance name (admin only)
-
--status <status>
- Search by server status
-
--flavor <flavor>
- Search by flavor (name or ID)
-
--image <image>
- Search by image (name or ID)
-
--host <hostname>
- Search by hostname
-
--all-projects
- Include all projects (admin only)
-
--project <project>
- Search by project (admin only) (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--user <user>
- Search by user (admin only) (name or ID)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--long
- List additional fields in output
-
--marker <marker>
- The last server (name or ID) of the previous page. Display list of servers after marker. Display all servers if not specified.
-
--limit <limit>
- Maximum number of servers to display. If limit equals -1, all servers will be displayed. If limit is greater than 'osapi_max_limit' option of Nova API, 'osapi_max_limit' will be used instead.
3.3.281. openstack server lock 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server lock [-h] <server> [<server> ...]
usage: openstack server lock [-h] <server> [<server> ...]
Lock server(s). A non-admin user will not be able to execute actions
Positional arguments:
-
<server>
- Server(s) to lock (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.282. openstack server migrate 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Migrate server to different host
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--live <hostname>
- Target hostname
-
--shared-migration
- Perform a shared live migration (default)
-
--block-migration
- Perform a block live migration
-
--disk-overcommit
- Allow disk over-commit on the destination host
-
--no-disk-overcommit
- Do not over-commit disk on the destination host (default)
-
--wait
- Wait for resize to complete
3.3.283. openstack server pause 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server pause [-h] <server> [<server> ...]
usage: openstack server pause [-h] <server> [<server> ...]
Pause server(s)
Positional arguments:
-
<server>
- Server(s) to pause (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.284. openstack server reboot 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server reboot [-h] [--hard | --soft] [--wait] <server>
usage: openstack server reboot [-h] [--hard | --soft] [--wait] <server>
Perform a hard or soft server reboot
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--hard
- Perform a hard reboot
-
--soft
- Perform a soft reboot
-
--wait
- Wait for reboot to complete
3.3.285. openstack server rebuild 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Rebuild server
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--image <image>
- Recreate server from the specified image (name or ID). Defaults to the currently used one.
-
--password <password>
- Set the password on the rebuilt instance
-
--wait
- Wait for rebuild to complete
3.3.286. openstack server remove security group 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server remove security group [-h] <server> <group>
usage: openstack server remove security group [-h] <server> <group>
Remove security group from server
Positional arguments:
-
<server>
- Name or ID of server to use
-
<group>
- Name or ID of security group to remove from server
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.287. openstack server remove volume 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server remove volume [-h] <server> <volume>
usage: openstack server remove volume [-h] <server> <volume>
Remove volume from server
Positional arguments:
-
<server>
- Server (name or ID)
-
<volume>
- Volume to remove (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.288. openstack server rescue 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server rescue [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <server>
usage: openstack 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:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.289. openstack server resize 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server resize [-h] [--flavor <flavor> | --confirm | --revert] [--wait] <server>
usage: openstack server resize [-h] [--flavor <flavor> | --confirm | --revert]
[--wait]
<server>
Scale server to a new flavor
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--flavor <flavor>
- Resize server to specified flavor
-
--confirm
- Confirm server resize is complete
-
--revert
- Restore server state before resize
-
--wait
- Wait for resize to complete
3.3.290. openstack server resume 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server resume [-h] <server> [<server> ...]
usage: openstack server resume [-h] <server> [<server> ...]
Resume server(s)
Positional arguments:
-
<server>
- Server(s) to resume (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.291. openstack server set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server set [-h] [--name <new-name>] [--root-password] [--property <key=value>] [--state <state>] <server>
usage: openstack server set [-h] [--name <new-name>] [--root-password]
[--property <key=value>] [--state <state>]
<server>
Set server properties
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <new-name>
- New server name
-
--root-password
- Set new root password (interactive only)
-
--property <key=value>
- Property to add/change for this server (repeat option to set multiple properties)
-
--state <state>
- New server state (valid value: active, error)
3.3.292. openstack server shelve 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server shelve [-h] <server> [<server> ...]
usage: openstack server shelve [-h] <server> [<server> ...]
Shelve server(s)
Positional arguments:
-
<server>
- Server(s) to shelve (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.293. openstack server show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--diagnostics] <server>
usage: openstack 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:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--diagnostics
- Display server diagnostics information
3.3.294. openstack server ssh 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
SSH to server
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--login <login-name>
- Login name (ssh -l option)
-
--port <port>
- Destination port (ssh -p option)
-
--identity <keyfile>
- Private key file (ssh -i option)
-
--option <config-options>
- Options in ssh_config(5) format (ssh -o option)
-
-4
- Use only IPv4 addresses
-
-6
- Use only IPv6 addresses
-
--public
- Use public IP address
-
--private
- Use private IP address
-
--address-type <address-type>
- Use other IP address (public, private, etc)
3.3.295. openstack server start 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server start [-h] <server> [<server> ...]
usage: openstack server start [-h] <server> [<server> ...]
Start server(s).
Positional arguments:
-
<server>
- Server(s) to start (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.296. openstack server stop 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server stop [-h] <server> [<server> ...]
usage: openstack server stop [-h] <server> [<server> ...]
Stop server(s).
Positional arguments:
-
<server>
- Server(s) to stop (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.297. openstack server suspend 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server suspend [-h] <server> [<server> ...]
usage: openstack server suspend [-h] <server> [<server> ...]
Suspend server(s)
Positional arguments:
-
<server>
- Server(s) to suspend (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.298. openstack server unlock 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server unlock [-h] <server> [<server> ...]
usage: openstack server unlock [-h] <server> [<server> ...]
Unlock server(s)
Positional arguments:
-
<server>
- Server(s) to unlock (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.299. openstack server unpause 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server unpause [-h] <server> [<server> ...]
usage: openstack server unpause [-h] <server> [<server> ...]
Unpause server(s)
Positional arguments:
-
<server>
- Server(s) to unpause (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.300. openstack server unrescue 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server unrescue [-h] <server>
usage: openstack server unrescue [-h] <server>
Restore server from rescue mode
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.301. openstack server unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server unset [-h] [--property <key>] <server>
usage: openstack server unset [-h] [--property <key>] <server>
Unset server properties
Positional arguments:
-
<server>
- Server (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property key to remove from server (repeat option to remove multiple values)
3.3.302. openstack server unshelve 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack server unshelve [-h] <server> [<server> ...]
usage: openstack server unshelve [-h] <server> [<server> ...]
Unshelve server(s)
Positional arguments:
-
<server>
- Server(s) to unshelve (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.303. openstack service create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new service
Positional arguments:
-
<type>
- New service type (compute, image, identity, volume, etc)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New service name
-
--description <description>
- New service description
-
--enable
- Enable service (default)
-
--disable
- Disable service
3.3.304. openstack service delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack service delete [-h] <service>
usage: openstack service delete [-h] <service>
Delete service
Positional arguments:
-
<service>
- Service to delete (type, name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.305. openstack service list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack service list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--long]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.306. openstack service provider create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new service provider
Positional arguments:
-
<name>
- New service provider name (must be unique)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--auth-url <auth-url>
- Authentication URL of remote federated service provider (required)
-
--description <description>
- New service provider description
-
--service-provider-url <sp-url>
- A service URL where SAML assertions are being sent (required)
-
--enable
- Enable the service provider (default)
-
--disable
- Disable the service provider
3.3.307. openstack service provider delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack service provider delete [-h] <service-provider>
usage: openstack service provider delete [-h] <service-provider>
Delete service provider
Positional arguments:
-
<service-provider>
- Service provider to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.308. openstack service provider list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List service providers
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.309. openstack service provider set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set service provider properties
Positional arguments:
-
<service-provider>
- Service provider to modify
Optional arguments:
-
-h, --help
- show this help message and exit
-
--auth-url <auth-url>
- New Authentication URL of remote federated service provider
-
--description <description>
- New service provider description
-
--service-provider-url <sp-url>
- New service provider URL, where SAML assertions are sent
-
--enable
- Enable the service provider
-
--disable
- Disable the service provider
3.3.310. openstack service provider show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display service provider details
Positional arguments:
-
<service-provider>
- Service provider to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.311. openstack service set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack service set [-h] [--type <type>] [--name <service-name>] [--description <description>] [--enable | --disable] <service>
usage: openstack service set [-h] [--type <type>] [--name <service-name>]
[--description <description>]
[--enable | --disable]
<service>
Set service properties
Positional arguments:
-
<service>
- Service to update (type, name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--type <type>
- New service type (compute, image, identity, volume, etc)
-
--name <service-name>
- New service name
-
--description <description>
- New service description
-
--enable
- Enable service
-
--disable
- Disable service
3.3.312. openstack service show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack service show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <service>
usage: openstack service show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<service>
Display service details
Positional arguments:
-
<service>
- Service to display (type, name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.313. openstack snapshot create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new snapshot
Positional arguments:
-
<volume>
- Volume to snapshot (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of the snapshot
-
--description <description>
- Description of the snapshot
-
--force
- Create a snapshot attached to an instance. Default is False
3.3.314. openstack snapshot delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack snapshot delete [-h] <snapshot> [<snapshot> ...]
usage: openstack snapshot delete [-h] <snapshot> [<snapshot> ...]
Delete volume snapshot(s)
Positional arguments:
-
<snapshot>
- Snapshot(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.315. openstack snapshot list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List snapshots
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all-projects
- Include all projects (admin only)
-
--long
- List additional fields in output
3.3.316. openstack snapshot set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack snapshot set [-h] [--name <name>] [--description <description>] [--property <key=value>] [--state <state>] <snapshot>
usage: openstack snapshot set [-h] [--name <name>]
[--description <description>]
[--property <key=value>] [--state <state>]
<snapshot>
Set snapshot properties
Positional arguments:
-
<snapshot>
- Snapshot to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New snapshot name
-
--description <description>
- New snapshot description
-
--property <key=value>
- Property to add/change for this snapshot (repeat option to set multiple properties)
-
--state <state>
- New snapshot state. Valid values are available, error, creating, deleting, and error-deleting.
3.3.317. openstack snapshot show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack snapshot show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <snapshot>
usage: openstack snapshot show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--noindent] [--prefix PREFIX]
<snapshot>
Display snapshot details
Positional arguments:
-
<snapshot>
- Snapshot to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.318. openstack snapshot unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack snapshot unset [-h] [--property <key>] <snapshot>
usage: openstack snapshot unset [-h] [--property <key>] <snapshot>
Unset snapshot properties
Positional arguments:
-
<snapshot>
- Snapshot to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from snapshot (repeat option to remove multiple properties)
3.3.319. openstack software config create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create software config
Positional arguments:
-
<config-name>
- Name of the software config to create
Optional arguments:
-
-h, --help
- show this help message and exit
-
--config-file <config-file>
- Path to JSON/YAML containing map defining <inputs>, <outputs>, and <options>
-
--definition-file <destination-file>
- Path to software config script/data
-
--group <group>
- Group name of tool expected by the software config
3.3.320. openstack software config delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack software config delete [-h] <config> [<config> ...]
usage: openstack software config delete [-h] <config> [<config> ...]
Delete software configs
Positional arguments:
-
<config>
- IDs of the software configs to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.321. openstack software config list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List software configs
Optional arguments:
-
-h, --help
- show this help message and exit
-
--limit <limit>
- Limit the number of configs returned
-
--marker <id>
- Return configs that appear after the given config ID
3.3.322. openstack software config show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show software config details
Positional arguments:
-
<config>
- ID of the config
Optional arguments:
-
-h, --help
- show this help message and exit
-
--config-only
- Only display the value of the <config> property.
3.3.323. openstack software deployment create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a software deployment.
Positional arguments:
-
<deployment-name>
- Name of the derived config associated with this deployment. This is used to apply a sort order to the list of configurations currently deployed to the server.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--input-value <key=value>
- Input value to set on the deployment. This can be specified multiple times.
-
--action <action>
- Name of an action for this deployment. This can be a custom action, or one of CREATE, UPDATE, DELETE, SUSPEND, RESUME. Default is UPDATE
-
--config <config>
- ID of the configuration to deploy
-
--server <server>
- ID of the server being deployed to
-
--signal-transport <signal-transport>
- How the server should signal to heat with the deployment output values. TEMP_URL_SIGNAL will create a Swift TempURL to be signaled via HTTP PUT. ZAQAR_SIGNAL will create a dedicated zaqar queue to be signaled using the provided keystone credentials.NO_SIGNAL will result in the resource going to the COMPLETE state without waiting for any signal
-
--container <container>
- Optional name of container to store TEMP_URL_SIGNAL objects in. If not specified a container will be created with a name derived from the DEPLOY_NAME
-
--timeout <timeout>
- Deployment timeout in minutes
3.3.324. openstack software deployment delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack software deployment delete [-h] <deployment> [<deployment> ...]
usage: openstack software deployment delete [-h]
<deployment> [<deployment> ...]
Delete software deployment(s) and correlative config(s).
Positional arguments:
-
<deployment>
- ID of the deployment(s) to delete.
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.325. openstack software deployment list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List software deployments.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--server <server>
- ID of the server to fetch deployments for
-
--long
- List more fields in output
3.3.326. openstack software deployment metadata show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack software deployment metadata show [-h] <server>
usage: openstack software deployment metadata show [-h] <server>
Get deployment configuration metadata for the specified server.
Positional arguments:
-
<server>
- ID of the server to fetch deployments for
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.327. openstack software deployment output show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack software deployment output show [-h] [--all] [--long] <deployment> [<output-name>]
usage: openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
Show a specific deployment output.
Positional arguments:
-
<deployment>
- ID of deployment to show the output for
-
<output-name>
- Name of an output to display
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all
- Display all deployment outputs
-
--long
- Show full deployment logs in output
3.3.328. openstack software deployment show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show SoftwareDeployment Details.
Positional arguments:
-
<deployment>
- ID of the deployment
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- Show more fields in output
3.3.329. openstack stack abandon 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Abandon stack and output results.
Positional arguments:
-
<stack>
- Name or ID of stack to abandon
Optional arguments:
-
-h, --help
- show this help message and exit
-
--output-file <output-file>
- File to output abandon results
3.3.330. openstack stack adopt 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Adopt a stack.
Positional arguments:
-
<stack-name>
- Name of the stack to adopt
Optional arguments:
-
-h, --help
- show this help message and exit
-
-e <environment>, --environment <environment>
- Path to the environment. Can be specified multiple times
-
--timeout <timeout>
- Stack creation timeout in minutes
-
--adopt-file <adopt-file>
- Path to adopt stack data file
-
--enable-rollback
- Enable rollback on create/update failure
-
--parameter <key=value>
- Parameter values used to create the stack. Can be specified multiple times
-
--wait
- Wait until stack adopt completes
3.3.331. openstack stack cancel 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack cancel [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--wait] <stack> [<stack> ...]
usage: openstack 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:
-
<stack>
- Stack(s) to cancel (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for check to complete
3.3.332. openstack stack check 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack check [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--wait] <stack> [<stack> ...]
usage: openstack 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:
-
<stack>
- Stack(s) to check update (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for check to complete
3.3.333. openstack stack create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create a stack.
Positional arguments:
-
<stack-name>
- Name of the stack to create
Optional arguments:
-
-h, --help
- show this help message and exit
-
-t <template>, --template <template>
- Path to the template
-
-e <environment>, --environment <environment>
- Path to the environment. Can be specified multiple times
-
--timeout <timeout>
- Stack creating timeout in minutes
-
--pre-create <resource>
- Name of a resource to set a pre-create hook to. Resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource. This can be specified multiple times
-
--enable-rollback
- Enable rollback on create/update failure
-
--parameter <key=value>
- Parameter values used to create the stack. This can be specified multiple times
-
--parameter-file <key=file>
- Parameter values from file used to create the stack. This can be specified multiple times. Parameter values would be the content of the file
-
--wait
- Wait until stack goes to CREATE_COMPLETE or CREATE_FAILED
-
--tags <tag1,tag2...>
- A list of tags to associate with the stack
-
--dry-run
- Do not actually perform the stack create, but show what would be created
3.3.334. openstack stack delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack delete [-h] [--yes] [--wait] <stack> [<stack> ...]
usage: openstack stack delete [-h] [--yes] [--wait] <stack> [<stack> ...]
Delete stack(s).
Positional arguments:
-
<stack>
- Stack(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--yes
- Skip yes/no prompt (assume yes)
-
--wait
- Wait for stack delete to complete
3.3.335. openstack stack event list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List events.
Positional arguments:
-
<stack>
- Name or ID of stack to show events for
Optional arguments:
-
-h, --help
- show this help message and exit
-
--resource <resource>
- Name of resource to show events for. Note: this cannot be specified with --nested-depth
-
--filter <key=value>
- Filter parameters to apply on returned events
-
--limit <limit>
- Limit the number of events returned
-
--marker <id>
- Only return events that appear after the given ID
-
--nested-depth <depth>
- Depth of nested stacks from which to display events. Note: this cannot be specified with --resource
-
--sort <key>[:<direction>]
- Sort output by selected keys and directions (asc or desc) (default: asc). Specify multiple times to sort on multiple keys
-
--follow
- Print events until process is halted
3.3.336. openstack stack event show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack event show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <stack> <resource> <event>
usage: openstack 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:
-
<stack>
- Name or ID of stack to show events for
-
<resource>
- Name of the resource event belongs to
-
<event>
- ID of event to display details for
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.337. openstack stack hook clear 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack hook clear [-h] [--pre-create] [--pre-update] <stack> <resource> [<resource> ...]
usage: openstack stack hook clear [-h] [--pre-create] [--pre-update]
<stack> <resource> [<resource> ...]
Clear resource hooks on a given stack.
Positional arguments:
-
<stack>
- Stack to display (name or ID)
-
<resource>
- Resource names with hooks to clear. Resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource
Optional arguments:
-
-h, --help
- show this help message and exit
-
--pre-create
- Clear the pre-create hooks
-
--pre-update
- Clear the pre-update hooks
3.3.338. openstack stack hook poll 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List resources with pending hook for a stack.
Positional arguments:
-
<stack>
- Stack to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--nested-depth <nested-depth>
- Depth of nested stacks from which to display hooks
3.3.339. openstack stack list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List stacks.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--deleted
- Include soft-deleted stacks in the stack listing
-
--nested
- Include nested stacks in the stack listing
-
--hidden
- Include hidden stacks in the stack listing
-
--property <key=value>
- Filter properties to apply on returned stacks (repeat to filter on multiple properties)
-
--tags <tag1,tag2...>
- List of tags to filter by. Can be combined with --tag- mode to specify how to filter tags
-
--tag-mode <mode>
- Method of filtering tags. Must be one of "any", "not", or "not-any". If not specified, multiple tags will be combined with the boolean AND expression
-
--limit <limit>
- The number of stacks returned
-
--marker <id>
- Only return stacks that appear after the given ID
-
--sort <key>[:<direction>]
- Sort output by selected keys and directions (asc or desc) (default: asc). Specify multiple times to sort on multiple properties
-
--all-projects
- Include all projects (admin only)
-
--short
- List fewer fields in output
-
--long
- List additional fields in output, this is implied by --all-projects
3.3.340. openstack stack output list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List stack outputs.
Positional arguments:
-
<stack>
- Name or ID of stack to query
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.341. openstack stack output show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show stack output.
Positional arguments:
-
<stack>
- Name or ID of stack to query
-
<output>
- Name of an output to display
Optional arguments:
-
-h, --help
- show this help message and exit
-
--all
- Display all stack outputs
3.3.342. openstack stack resource list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List stack resources.
Positional arguments:
-
<stack>
- Name or ID of stack to query
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- Enable detailed information presented for each resource in resource list
-
-n <nested-depth>, --nested-depth <nested-depth>
- Depth of nested stacks from which to display resources
-
--filter <key=value>
- Filter parameters to apply on returned resources based on their name, status, type, action, id and physcial_resource_id
3.3.343. openstack stack resource mark unhealthy 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack resource mark unhealthy [-h] [--reset] <stack> <resource> [reason]
usage: openstack stack resource mark unhealthy [-h] [--reset]
<stack> <resource> [reason]
Set resource's health.
Positional arguments:
-
<stack>
- Name or ID of stack the resource belongs to
-
<resource>
- Name of the resource
-
reason
- Reason for state change
Optional arguments:
-
-h, --help
- show this help message and exit
-
--reset
- Set the resource as healthy
3.3.344. openstack stack resource metadata 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show resource metadata
Positional arguments:
-
<stack>
- Stack to display (name or ID)
-
<resource>
- Name of the resource to show the metadata for
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.345. openstack stack resource show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display stack resource.
Positional arguments:
-
<stack>
- Name or ID of stack to query
-
<resource>
- Name or ID of resource
Optional arguments:
-
-h, --help
- show this help message and exit
-
--with-attr <attribute>
- Attribute to show, can be specified multiple times
3.3.346. openstack stack resource signal 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack resource signal [-h] [--data <data>] [--data-file <data-file>] <stack> <resource>
usage: openstack stack resource signal [-h] [--data <data>]
[--data-file <data-file>]
<stack> <resource>
Signal a resource with optional data.
Positional arguments:
-
<stack>
- Name or ID of stack the resource belongs to
-
<resource>
- Name of the resoure to signal
Optional arguments:
-
-h, --help
- show this help message and exit
-
--data <data>
- JSON Data to send to the signal handler
-
--data-file <data-file>
- File containing JSON data to send to the signal handler
3.3.347. openstack stack resume 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack resume [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--wait] <stack> [<stack> ...]
usage: openstack 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:
-
<stack>
- Stack(s) to resume (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for resume to complete
3.3.348. openstack stack show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <stack>
usage: openstack stack show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<stack>
Show stack details.
Positional arguments:
-
<stack>
- Stack to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.349. openstack stack snapshot create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create stack snapshot.
Positional arguments:
-
<stack>
- Name or ID of stack
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Name of snapshot
3.3.350. openstack stack snapshot delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack snapshot delete [-h] <stack> <snapshot>
usage: openstack stack snapshot delete [-h] <stack> <snapshot>
Delete stack snapshot.
Positional arguments:
-
<stack>
- Name or ID of stack
-
<snapshot>
- ID of stack snapshot
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.351. openstack stack snapshot list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List stack snapshots.
Positional arguments:
-
<stack>
- Name or ID of stack containing the snapshots
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.352. openstack stack snapshot restore 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack stack snapshot restore [-h] <stack> <snapshot>
usage: openstack stack snapshot restore [-h] <stack> <snapshot>
Restore stack snapshot
Positional arguments:
-
<stack>
- Name or ID of stack containing the snapshot
-
<snapshot>
- ID of the snapshot to restore
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.353. openstack stack snapshot show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show stack snapshot.
Positional arguments:
-
<stack>
- Name or ID of stack containing the snapshot
-
<snapshot>
- ID of the snapshot to show
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.354. openstack stack suspend 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Suspend a stack.
Positional arguments:
-
<stack>
- Stack(s) to suspend (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--wait
- Wait for suspend to complete
3.3.355. openstack stack template show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Display stack template.
Positional arguments:
-
<stack>
- Name or ID of stack to query
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.356. openstack stack update 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Update a stack.
Positional arguments:
-
<stack>
- Name or ID of stack to update
Optional arguments:
-
-h, --help
- show this help message and exit
-
-t <template>, --template <template>
- Path to the template
-
-e <environment>, --environment <environment>
- Path to the environment. Can be specified multiple times
-
--pre-update <resource>
- Name of a resource to set a pre-update hook to. Resources in nested stacks can be set using slash as a separator: nested_stack/another/my_resource. You can use wildcards to match multiple stacks or resources: nested_stack/an*/*_resource. This can be specified multiple times
-
--timeout <timeout>
- Stack update timeout in minutes
-
--rollback <value>
- Set rollback on update failure. Value "enabled" sets rollback to enabled. Value "disabled" sets rollback to disabled. Value "keep" uses the value of existing stack to be updated (default)
-
--dry-run
- Do not actually perform the stack update, but show what would be changed
-
--parameter <key=value>
- Parameter values used to create the stack. This can be specified multiple times
-
--parameter-file <key=file>
- Parameter values from file used to create the stack. This can be specified multiple times. Parameter value would be the content of the file
-
--existing
- Re-use the template, parameters and environment of the current stack. If the template argument is omitted then the existing template is used. If no --environment is specified then the existing environment is used. Parameters specified in --parameter will patch over the existing values in the current stack. Parameters omitted will keep the existing values
-
--clear-parameter <parameter>
- Remove the parameters from the set of parameters of current stack for the stack-update. The default value in the template will be used. This can be specified multiple times
-
--tags <tag1,tag2...>
- An updated list of tags to associate with the stack
-
--wait
- Wait until stack goes to UPDATE_COMPLETE or UPDATE_FAILED
3.3.357. openstack subnet delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack subnet delete [-h] <subnet>
usage: openstack subnet delete [-h] <subnet>
Delete subnet
Positional arguments:
-
<subnet>
- Subnet to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.358. openstack subnet list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack subnet list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--long] [--ip-version <ip-version>]
usage: openstack subnet list [-h] [-f {csv,html,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--quote {all,minimal,none,nonnumeric}] [--long]
[--ip-version <ip-version>]
List subnets
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
-
--ip-version <ip-version>
- List only subnets of given IP version in outputAllowed values for IP version are 4 and 6.
3.3.359. openstack subnet pool delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack subnet pool delete [-h] <subnet-pool>
usage: openstack subnet pool delete [-h] <subnet-pool>
Delete subnet pool
Positional arguments:
-
<subnet-pool>
- Subnet pool to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.360. openstack subnet pool list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List subnet pools
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.361. openstack subnet pool show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack subnet pool show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <subnet-pool>
usage: openstack 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:
-
<subnet-pool>
- Subnet pool to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.362. openstack subnet show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack subnet show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <subnet>
usage: openstack subnet show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<subnet>
Display subnet details
Positional arguments:
-
<subnet>
- Subnet to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.363. openstack tld create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack tld create [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] --name NAME [--description DESCRIPTION]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--name NAME
- TLD Name
-
--description DESCRIPTION
- Description
3.3.364. openstack tld delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack tld delete [-h] id
usage: openstack tld delete [-h] id
Delete tld
Positional arguments:
-
id
- TLD ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.365. openstack tld list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack 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]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--name NAME
- TLD NAME
-
--description DESCRIPTION
- TLD Description
3.3.366. openstack tld set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set tld properties
Positional arguments:
-
id
- TLD ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME
- TLD Name
-
--description DESCRIPTION
- Description
--no-description
3.3.367. openstack tld show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack tld show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] id
usage: openstack tld show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
id
Show tld details
Positional arguments:
-
id
- TLD ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.368. openstack token issue 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack token issue [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX]
usage: openstack token issue [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
Issue new token
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.369. openstack token revoke 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack token revoke [-h] <token>
usage: openstack token revoke [-h] <token>
Revoke existing token
Positional arguments:
-
<token>
- Token to be deleted
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.370. openstack trust create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new trust
Positional arguments:
-
<trustor-user>
- User that is delegating authorization (name or ID)
-
<trustee-user>
- User that is assuming authorization (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--project <project>
- Project being delegated (name or ID) (required)
-
--role <role>
- Roles to authorize (name or ID) (repeat option to set multiple values, required)
-
--impersonate
- Tokens generated from the trust will represent <trustor> (defaults to False)
-
--expiration <expiration>
- Sets an expiration date for the trust (format of YYYY-mm-ddTHH:MM:SS)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--trustor-domain <trustor-domain>
- Domain that contains <trustor> (name or ID)
-
--trustee-domain <trustee-domain>
- Domain that contains <trustee> (name or ID)
3.3.371. openstack trust delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack trust delete [-h] <trust> [<trust> ...]
usage: openstack trust delete [-h] <trust> [<trust> ...]
Delete trust(s)
Positional arguments:
-
<trust>
- Trust(s) to delete
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.372. openstack trust list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack trust list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.373. openstack trust show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack trust show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <trust>
usage: openstack trust show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
<trust>
Display trust details
Positional arguments:
-
<trust>
- Trust to display
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.374. openstack usage list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack 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>]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--start <start>
- Usage range start date, ex 2012-01-20 (default: 4 weeks ago)
-
--end <end>
- Usage range end date, ex 2012-01-20 (default: tomorrow)
3.3.375. openstack usage show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack usage show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--project <project>] [--start <start>] [--end <end>]
usage: openstack 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:
-
-h, --help
- show this help message and exit
-
--project <project>
- Name or ID of project to show usage for
-
--start <start>
- Usage range start date, ex 2012-01-20 (default: 4 weeks ago)
-
--end <end>
- Usage range end date, ex 2012-01-20 (default: tomorrow)
3.3.376. openstack user create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new user
Positional arguments:
-
<name>
- New user name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Default domain (name or ID)
-
--project <project>
- Default project (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--password <password>
- Set user password
-
--password-prompt
- Prompt interactively for password
-
--email <email-address>
- Set user email address
-
--description <description>
- User description
-
--enable
- Enable user (default)
-
--disable
- Disable user
-
--or-show
- Return existing user
3.3.377. openstack user delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack user delete [-h] [--domain <domain>] <user> [<user> ...]
usage: openstack user delete [-h] [--domain <domain>] <user> [<user> ...]
Delete user(s)
Positional arguments:
-
<user>
- User(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain owning <user> (name or ID)
3.3.378. openstack user list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List users
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Filter users by <domain> (name or ID)
-
--group <group>
- Filter users by <group> membership (name or ID)
-
--project <project>
- Filter users by <project> (name or ID)
-
--long
- List additional fields in output
3.3.379. openstack user password set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack user password set [-h] [--password <new-password>] [--original-password <original-password>]
usage: openstack user password set [-h] [--password <new-password>]
[--original-password <original-password>]
Change current user password
Optional arguments:
-
-h, --help
- show this help message and exit
-
--password <new-password>
- New user password
-
--original-password <original-password>
- Original user password
3.3.380. openstack user set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set user properties
Positional arguments:
-
<user>
- User to change (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set user name
-
--project <project>
- Set default project (name or ID)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--password <password>
- Set user password
-
--password-prompt
- Prompt interactively for password
-
--email <email-address>
- Set user email address
-
--description <description>
- Set user description
-
--enable
- Enable user (default)
-
--disable
- Disable user
3.3.381. openstack user show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack user show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] [--domain <domain>] <user>
usage: openstack 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:
-
<user>
- User to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--domain <domain>
- Domain owning <user> (name or ID)
3.3.382. openstack volume create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new volume
Positional arguments:
-
<name>
- Volume name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--size <size>
- Volume size in GB
-
--type <volume-type>
- Set the type of volume
-
--image <image>
- Use <image> as source of volume (name or ID)
-
--snapshot <snapshot>
- Use <snapshot> as source of volume (name or ID)
-
--source <volume>
- Volume to clone (name or ID)
-
--description <description>
- Volume description
-
--user <user>
- Specify an alternate user (name or ID)
-
--project <project>
- Specify an alternate project (name or ID)
-
--availability-zone <availability-zone>
- Create volume in <availability-zone>
-
--property <key=value>
- Set a property to this volume (repeat option to set multiple properties)
3.3.383. openstack volume delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume delete [-h] [--force] <volume> [<volume> ...]
usage: openstack volume delete [-h] [--force] <volume> [<volume> ...]
Delete volume(s)
Positional arguments:
-
<volume>
- Volume(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--force
- Attempt forced removal of volume(s), regardless of state (defaults to False)
3.3.384. openstack volume list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List volumes
Optional arguments:
-
-h, --help
- show this help message and exit
-
--project <project>
- Filter results by project (name or ID) (admin only)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
-
--user <user>
- Filter results by user (name or ID) (admin only)
-
--user-domain <user-domain>
- Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
-
--name <name>
- Filter results by volume name
-
--status <status>
- Filter results by status
-
--all-projects
- Include all projects (admin only)
-
--long
- List additional fields in output
3.3.385. openstack volume qos associate 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos associate [-h] <qos-spec> <volume-type>
usage: openstack volume qos associate [-h] <qos-spec> <volume-type>
Associate a QoS specification to a volume type
Positional arguments:
-
<qos-spec>
- QoS specification to modify (name or ID)
-
<volume-type>
- Volume type to associate the QoS (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.386. openstack volume qos create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new QoS specification
Positional arguments:
-
<name>
- New QoS specification name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--consumer <consumer>
- Consumer of the QoS. Valid consumers: back-end, both, front-end (defaults to 'both')
-
--property <key=value>
- Set a QoS specification property (repeat option to set multiple properties)
3.3.387. openstack volume qos delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos delete [-h] <qos-spec> [<qos-spec> ...]
usage: openstack volume qos delete [-h] <qos-spec> [<qos-spec> ...]
Delete QoS specification
Positional arguments:
-
<qos-spec>
- QoS specification(s) to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.388. openstack volume qos disassociate 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos disassociate [-h] [--volume-type <volume-type> | --all] <qos-spec>
usage: openstack volume qos disassociate [-h]
[--volume-type <volume-type> | --all]
<qos-spec>
Disassociate a QoS specification from a volume type
Positional arguments:
-
<qos-spec>
- QoS specification to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--volume-type <volume-type>
- Volume type to disassociate the QoS from (name or ID)
-
--all
- Disassociate the QoS from every volume type
3.3.389. openstack volume qos list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos list [-h] [-f {csv,html,json,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}]
usage: openstack 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:
-
-h, --help
- show this help message and exit
3.3.390. openstack volume qos set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos set [-h] [--property <key=value>] <qos-spec>
usage: openstack volume qos set [-h] [--property <key=value>] <qos-spec>
Set QoS specification properties
Positional arguments:
-
<qos-spec>
- QoS specification to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key=value>
- Property to add or modify for this QoS specification (repeat option to set multiple properties)
3.3.391. openstack volume qos show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <qos-spec>
usage: openstack 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:
-
<qos-spec>
- QoS specification to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.392. openstack volume qos unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume qos unset [-h] [--property <key>] <qos-spec>
usage: openstack volume qos unset [-h] [--property <key>] <qos-spec>
Unset QoS specification properties
Positional arguments:
-
<qos-spec>
- QoS specification to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Property to remove from the QoS specification. (repeat option to unset multiple properties)
3.3.393. openstack volume set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set volume properties
Positional arguments:
-
<volume>
- Volume to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- New volume name
-
--size <size>
- Extend volume size in GB
-
--description <description>
- New volume description
-
--property <key=value>
- Set a property on this volume (repeat option to set multiple properties)
-
--image-property <key=value>
- Set an image property on this volume (repeat option to set multiple image properties)
3.3.394. openstack volume show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <volume-id>
usage: openstack 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:
-
<volume-id>
- Volume to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.395. openstack volume type create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new volume type
Positional arguments:
-
<name>
- Volume type name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description <description>
- Volume type description
-
--public
- Volume type is accessible to the public
-
--private
- Volume type is not accessible to the public
-
--property <key=value>
- Set a property on this volume type (repeat option to set multiple properties)
3.3.396. openstack volume type delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume type delete [-h] <volume-type>
usage: openstack volume type delete [-h] <volume-type>
Delete volume type
Positional arguments:
-
<volume-type>
- Volume type to delete (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.397. openstack volume type list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List volume types
Optional arguments:
-
-h, --help
- show this help message and exit
-
--long
- List additional fields in output
3.3.398. openstack volume type set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set volume type properties
Positional arguments:
-
<volume-type>
- Volume type to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name <name>
- Set volume type name
-
--description <name>
- Set volume type description
-
--property <key=value>
- Set a property on this volume type (repeat option to set multiple properties)
-
--project <project>
- Set volume type access to project (name or ID) (admin only)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.399. openstack volume type show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume type show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] <volume-type>
usage: openstack 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:
-
<volume-type>
- Volume type to display (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.400. openstack volume type unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume type unset [-h] [--property <key>] [--project <project>] [--project-domain <project-domain>] <volume-type>
usage: openstack volume type unset [-h] [--property <key>]
[--project <project>]
[--project-domain <project-domain>]
<volume-type>
Unset volume type properties
Positional arguments:
-
<volume-type>
- Volume type to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Remove a property from this volume type (repeat option to remove multiple properties)
-
--project <project>
- Removes volume type access to project (name or ID) (admin only)
-
--project-domain <project-domain>
- Domain the project belongs to (name or ID). This can be used in case collisions between project names exist.
3.3.401. openstack volume unset 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack volume unset [-h] [--property <key>] [--image-property <key>] <volume>
usage: openstack volume unset [-h] [--property <key>] [--image-property <key>]
<volume>
Unset volume properties
Positional arguments:
-
<volume>
- Volume to modify (name or ID)
Optional arguments:
-
-h, --help
- show this help message and exit
-
--property <key>
- Remove a property from volume (repeat option to remove multiple properties)
-
--image-property <key>
- Remove an image property from volume (repeat option to remove multiple image properties)
3.3.402. openstack zone abandon 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone abandon [-h] id
usage: openstack zone abandon [-h] id
Abandon a zone
Positional arguments:
-
id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.403. openstack zone axfr 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone axfr [-h] id
usage: openstack zone axfr [-h] id
AXFR a zone
Positional arguments:
-
id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.404. openstack zone blacklist create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new blacklist
Optional arguments:
-
-h, --help
- show this help message and exit
-
--pattern PATTERN
- Blacklist pattern
-
--description DESCRIPTION
- Description
3.3.405. openstack zone blacklist delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone blacklist delete [-h] id
usage: openstack zone blacklist delete [-h] id
Delete blacklist
Positional arguments:
-
id
- Blacklist ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.406. openstack zone blacklist list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List blacklists
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.407. openstack zone blacklist set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set blacklist properties
Positional arguments:
-
id
- Blacklist ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--pattern PATTERN
- Blacklist pattern
-
--description DESCRIPTION
- Description
--no-description
3.3.408. openstack zone blacklist show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show blacklist details
Positional arguments:
-
id
- Blacklist ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.409. openstack zone create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new zone
Positional arguments:
-
name
- Zone Name
Optional arguments:
-
-h, --help
- show this help message and exit
-
--email EMAIL
- Zone Email
-
--type TYPE
- Zone Type
-
--ttl TTL
- Time To Live (Seconds)
-
--description DESCRIPTION
- Description
-
--masters MASTERS [MASTERS ...]
- Zone Masters
3.3.410. openstack zone delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone delete [-h] id
usage: openstack zone delete [-h] id
Delete zone
Positional arguments:
-
id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.411. openstack zone list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List zones
Optional arguments:
-
-h, --help
- show this help message and exit
-
--name NAME
- Zone Name
-
--email EMAIL
- Zone Email
-
--type TYPE
- Zone Type
-
--ttl TTL
- Time To Live (Seconds)
-
--description DESCRIPTION
- Description
-
--status STATUS
- Zone Status
3.3.412. openstack zone set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set zone properties
Positional arguments:
-
id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--email EMAIL
- Zone Email
-
--ttl TTL
- Time To Live (Seconds)
-
--description DESCRIPTION
- Description
--no-description
-
--masters MASTERS [MASTERS ...]
- Zone Masters
3.3.413. openstack zone show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone show [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--prefix PREFIX] id
usage: openstack zone show [-h] [-f {html,json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--noindent]
[--prefix PREFIX]
id
Show zone details
Positional arguments:
-
id
- Zone ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.414. openstack zone transfer accept request 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Accept a Zone Transfer Request
Optional arguments:
-
-h, --help
- show this help message and exit
-
--transfer-id TRANSFER_ID
- Transfer ID
-
--key KEY
- Transfer Key
3.3.415. openstack zone transfer accept show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show Zone Transfer Accept
Positional arguments:
-
id
- Zone Tranfer Accept ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.416. openstack zone transfer request create 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Create new zone transfer request
Positional arguments:
-
zone_id
- Zone ID to transfer.
Optional arguments:
-
-h, --help
- show this help message and exit
-
--target-project-id TARGET_PROJECT_ID
- Target Project ID to transfer to.
-
--description DESCRIPTION
- Description
3.3.417. openstack zone transfer request delete 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
usage: openstack zone transfer request delete [-h] id
usage: openstack zone transfer request delete [-h] id
Delete a Zone Transfer Request
Positional arguments:
-
id
- Zone Transfer Request ID
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.418. openstack zone transfer request list 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
List Zone Transfer Requests
Optional arguments:
-
-h, --help
- show this help message and exit
3.3.419. openstack zone transfer request set 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Set a Zone Transfer Request
Positional arguments:
-
id
- Zone Transfer Request ID
Optional arguments:
-
-h, --help
- show this help message and exit
-
--description DESCRIPTION
- Description
--no-description
3.3.420. openstack zone transfer request show 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Show Zone Transfer Request Details
Positional arguments:
-
id
- Zone Tranfer Request ID
Optional arguments:
-
-h, --help
- show this help message and exit