このコンテンツは選択した言語では利用できません。
Command Line Interface Reference
Command-line clients for Red Hat OpenStack Platform
Abstract
Preface リンクのコピーリンクがクリップボードにコピーされました!
A reference to the commands available to the unified OpenStack command-line client.
Chapter 1. The OpenStack Client リンクのコピーリンクがクリップボードにコピーされました!
The openstack client is a common OpenStack command-line interface (CLI).
1.1. openstack リンクのコピーリンクがクリップボードにコピーされました!
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>] [--os-cert <certificate-file>]
[--os-key <key-file>] [--verify | --insecure]
[--os-default-domain <auth-domain>]
[--os-interface <interface>]
[--os-service-provider <service_provider>]
[--os-remote-project-name <remote_project_name> | --os-remote-project-id <remote_project_id>]
[--os-remote-project-domain-name <remote_project_domain_name> | --os-remote-project-domain-id <remote_project_domain_id>]
[--timing] [--os-beta-command] [--os-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-object-api-version <object-api-version>]
[--os-metrics-api-version <metrics-api-version>]
[--os-key-manager-api-version <key-manager-api-version>]
[--os-dns-api-version <dns-api-version>]
[--os-orchestration-api-version <orchestration-api-version>]
[--os-queues-api-version <queues-api-version>]
[--os-workflow-api-version <workflow-api-version>]
[--os-database-api-version <database-api-version>]
[--os-alarming-api-version <alarming-api-version>]
[--inspector-api-version INSPECTOR_API_VERSION]
[--inspector-url INSPECTOR_URL]
[--os-container-infra-api-version <container-infra-api-version>]
[--os-loadbalancer-api-version <loadbalancer-api-version>]
[--os-data-processing-api-version <data-processing-api-version>]
[--os-data-processing-url OS_DATA_PROCESSING_URL]
[--os-baremetal-api-version <baremetal-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-consumer-key <auth-consumer-key>]
[--os-domain-name <auth-domain-name>]
[--os-access-secret <auth-access-secret>]
[--os-user-domain-id <auth-user-domain-id>]
[--os-access-token-type <auth-access-token-type>]
[--os-code <auth-code>]
[--os-application-credential-name <auth-application-credential-name>]
[--os-identity-provider-url <auth-identity-provider-url>]
[--os-aodh-endpoint <auth-aodh-endpoint>]
[--os-service-provider-endpoint <auth-service-provider-endpoint>]
[--os-access-token <auth-access-token>]
[--os-domain-id <auth-domain-id>]
[--os-user-domain-name <auth-user-domain-name>]
[--os-openid-scope <auth-openid-scope>]
[--os-user-id <auth-user-id>]
[--os-application-credential-secret <auth-application-credential-secret>]
[--os-identity-provider <auth-identity-provider>]
[--os-username <auth-username>]
[--os-auth-url <auth-auth-url>]
[--os-client-secret <auth-client-secret>]
[--os-access-token-endpoint <auth-access-token-endpoint>]
[--os-default-domain-id <auth-default-domain-id>]
[--os-discovery-endpoint <auth-discovery-endpoint>]
[--os-client-id <auth-client-id>]
[--os-default-domain-name <auth-default-domain-name>]
[--os-project-domain-name <auth-project-domain-name>]
[--os-service-provider-entity-id <auth-service-provider-entity-id>]
[--os-access-key <auth-access-key>]
[--os-password <auth-password>]
[--os-redirect-uri <auth-redirect-uri>]
[--os-endpoint <auth-endpoint>] [--os-roles <auth-roles>]
[--os-url <auth-url>]
[--os-consumer-secret <auth-consumer-secret>]
[--os-token <auth-token>]
[--os-application-credential-id <auth-application-credential-id>]
[--os-passcode <auth-passcode>]
[--os-system-scope <auth-system-scope>]
[--os-project-id <auth-project-id>] [--os-user <auth-user>]
Command-line interface to the OpenStack APIs
| Value | Summary |
|---|---|
| --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) |
| --os-cert <certificate-file> | Client certificate bundle file (Env: OS_CERT) |
| --os-key <key-file> | Client certificate key file (env: os_key) |
| --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) |
| --os-service-provider <service_provider> | Authenticate with and perform the command on a service provider using Keystone-to-keystone federation. Must also specify the remote project option. |
| --os-remote-project-name <remote_project_name> | Project name when authenticating to a service provider if using Keystone-to-Keystone federation. |
| --os-remote-project-id <remote_project_id> | Project ID when authenticating to a service provider if using Keystone-to-Keystone federation. |
| --os-remote-project-domain-name <remote_project_domain_name> | Domain name of the project when authenticating to a service provider if using Keystone-to-Keystone federation. |
| --os-remote-project-domain-id <remote_project_domain_id> | Domain ID of the project when authenticating to a service provider if using Keystone-to-Keystone federation. |
| --timing | Print api call timing info |
| --os-beta-command | Enable beta commands which are subject to change |
| --os-profile hmac-key | HMAC key for encrypting profiling context data |
| --os-compute-api-version <compute-api-version> | Compute API version, default=2.1 (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=2 (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-object-api-version <object-api-version> | Object API version, default=1 (Env: OS_OBJECT_API_VERSION) |
| --os-metrics-api-version <metrics-api-version> | Metrics API version, default=1 (Env: OS_METRICS_API_VERSION) |
| --os-key-manager-api-version <key-manager-api-version> | Barbican API version, default=1 (Env: OS_KEY_MANAGER_API_VERSION) |
| --os-dns-api-version <dns-api-version> | DNS API version, default=2 (Env: OS_DNS_API_VERSION) |
| --os-orchestration-api-version <orchestration-api-version> | Orchestration API version, default=1 (Env: OS_ORCHESTRATION_API_VERSION) |
| --os-queues-api-version <queues-api-version> | Queues API version, default=2 (Env: OS_QUEUES_API_VERSION) |
| --os-workflow-api-version <workflow-api-version> | Workflow API version, default=2 (Env: OS_WORKFLOW_API_VERSION) |
| --os-database-api-version <database-api-version> | Database API version, default=1 (Env: OS_DATABASE_API_VERSION) |
| --os-alarming-api-version <alarming-api-version> | Queues API version, default=2 (Env: OS_ALARMING_API_VERSION) |
| --inspector-api-version INSPECTOR_API_VERSION | inspector API version, only 1 is supported now (env: INSPECTOR_VERSION). |
| --inspector-url INSPECTOR_URL | inspector URL, defaults to localhost (env: INSPECTOR_URL). |
| --os-container-infra-api-version <container-infra-api-version> | Container-Infra API version, default=1 (Env: OS_CONTAINER_INFRA_API_VERSION) |
| --os-loadbalancer-api-version <loadbalancer-api-version> | OSC Plugin API version, default=2.0 (Env: OS_LOADBALANCER_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-baremetal-api-version <baremetal-api-version> | Bare metal API version, default="latest" (the maximum version supported by both the client and the server). (Env: OS_BAREMETAL_API_VERSION) |
| --os-auth-type <auth-type> | Select an authentication type. Available types: v2token, v3adfspassword, admin_token, v2password, v3password, v3tokenlessauth, v3token, v3oauth1, v3oidcauthcode, v3samlpassword, token_endpoint, v1password, v3totp, aodh-noauth, v3oidcclientcredentials, gnocchi-basic, gnocchi- noauth, password, none, v3oidcaccesstoken, v3oidcpassword, token, v3applicationcredential, noauth. Default: selected based on --os-username/--os- token (Env: OS_AUTH_TYPE) |
| --os-project-domain-id <auth-project-domain-id> | With v3adfspassword: Domain ID containing project With v3password: Domain ID containing project With v3tokenlessauth: Domain ID containing project With v3token: Domain ID containing project With v3oidcauthcode: Domain ID containing project With v3samlpassword: Domain ID containing project With v3totp: Domain ID containing project With v3oidcclientcredentials: Domain ID containing project With password: Domain ID containing project With v3oidcaccesstoken: Domain ID containing project With v3oidcpassword: Domain ID containing project With token: Domain ID containing project With v3applicationcredential: Domain ID containing project (Env: OS_PROJECT_DOMAIN_ID) |
| --os-protocol <auth-protocol> | With v3adfspassword: Protocol for federated plugin With v3oidcauthcode: Protocol for federated plugin With v3samlpassword: Protocol for federated plugin With v3oidcclientcredentials: Protocol for federated plugin With v3oidcaccesstoken: Protocol for federated plugin With v3oidcpassword: Protocol for federated plugin (Env: OS_PROTOCOL) |
| --os-project-name <auth-project-name> | With v3adfspassword: Project name to scope to With v3password: Project name to scope to With v3tokenlessauth: Project name to scope to With v3token: Project name to scope to With v3oidcauthcode: Project name to scope to With v3samlpassword: Project name to scope to With v1password: Swift account to use With v3totp: Project name to scope to With v3oidcclientcredentials: Project name to scope to With password: Project name to scope to With v3oidcaccesstoken: Project name to scope to With v3oidcpassword: Project name to scope to With token: Project name to scope to With v3applicationcredential: Project name to scope to (Env: OS_PROJECT_NAME) |
| --os-trust-id <auth-trust-id> | With v2token: Trust ID With v3adfspassword: Trust ID With v2password: Trust ID With v3password: Trust ID With v3token: Trust ID With v3oidcauthcode: Trust ID With v3samlpassword: Trust ID With v3totp: Trust ID With v3oidcclientcredentials: Trust ID With password: Trust ID With v3oidcaccesstoken: Trust ID With v3oidcpassword: Trust ID With token: Trust ID With v3applicationcredential: Trust ID (Env: OS_TRUST_ID) |
| --os-consumer-key <auth-consumer-key> | With v3oauth1: OAuth Consumer ID/Key (Env: OS_CONSUMER_KEY) |
| --os-domain-name <auth-domain-name> | With v3adfspassword: Domain name to scope to With v3password: Domain name to scope to With v3tokenlessauth: Domain name to scope to With v3token: Domain name to scope to With v3oidcauthcode: Domain name to scope to With v3samlpassword: Domain name to scope to With v3totp: Domain name to scope to With v3oidcclientcredentials: Domain name to scope to With password: Domain name to scope to With v3oidcaccesstoken: Domain name to scope to With v3oidcpassword: Domain name to scope to With token: Domain name to scope to With v3applicationcredential: Domain name to scope to (Env: OS_DOMAIN_NAME) |
| --os-access-secret <auth-access-secret> | With v3oauth1: OAuth Access Secret (Env: OS_ACCESS_SECRET) |
| --os-user-domain-id <auth-user-domain-id> | With v3password: User’s domain id With v3totp: User’s domain id With password: User’s domain id With v3applicationcredential: User’s domain id (Env: OS_USER_DOMAIN_ID) |
| --os-access-token-type <auth-access-token-type> | With v3oidcauthcode: OAuth 2.0 Authorization Server Introspection token type, it is used to decide which type of token will be used when processing token introspection. Valid values are: "access_token" or "id_token" With v3oidcclientcredentials: OAuth 2.0 Authorization Server Introspection token type, it is used to decide which type of token will be used when processing token introspection. Valid values are: "access_token" or "id_token" With v3oidcpassword: OAuth 2.0 Authorization Server Introspection token type, it is used to decide which type of token will be used when processing token introspection. Valid values are: "access_token" or "id_token" (Env: OS_ACCESS_TOKEN_TYPE) |
| --os-code <auth-code> | With v3oidcauthcode: OAuth 2.0 Authorization Code (Env: OS_CODE) |
| --os-application-credential-name <auth-application-credential-name> | With v3applicationcredential: Application credential name (Env: OS_APPLICATION_CREDENTIAL_NAME) |
| --os-identity-provider-url <auth-identity-provider-url> | With v3adfspassword: An Identity Provider URL, where the SAML authentication request will be sent. With v3samlpassword: An Identity Provider URL, where the SAML2 authentication request will be sent. (Env: OS_IDENTITY_PROVIDER_URL) |
| --os-aodh-endpoint <auth-aodh-endpoint> | With aodh-noauth: Aodh endpoint (Env: OS_AODH_ENDPOINT) |
| --os-service-provider-endpoint <auth-service-provider-endpoint> | With v3adfspassword: Service Provider’s Endpoint (Env: OS_SERVICE_PROVIDER_ENDPOINT) |
| --os-access-token <auth-access-token> | With v3oidcaccesstoken: OAuth 2.0 Access Token (Env: OS_ACCESS_TOKEN) |
| --os-domain-id <auth-domain-id> | With v3adfspassword: Domain ID to scope to With v3password: Domain ID to scope to With v3tokenlessauth: Domain ID to scope to With v3token: Domain ID to scope to With v3oidcauthcode: Domain ID to scope to With v3samlpassword: Domain ID to scope to With v3totp: Domain ID to scope to With v3oidcclientcredentials: Domain ID to scope to With password: Domain ID to scope to With v3oidcaccesstoken: Domain ID to scope to With v3oidcpassword: Domain ID to scope to With token: Domain ID to scope to With v3applicationcredential: Domain ID to scope to (Env: OS_DOMAIN_ID) |
| --os-user-domain-name <auth-user-domain-name> | With v3password: User’s domain name With v3totp: User’s domain name With password: User’s domain name With v3applicationcredential: User’s domain name (Env: OS_USER_DOMAIN_NAME) |
| --os-openid-scope <auth-openid-scope> | With v3oidcauthcode: OpenID Connect scope that is requested from authorization server. Note that the OpenID Connect specification states that "openid" must be always specified. With v3oidcclientcredentials: OpenID Connect scope that is requested from authorization server. Note that the OpenID Connect specification states that "openid" must be always specified. With v3oidcpassword: OpenID Connect scope that is requested from authorization server. Note that the OpenID Connect specification states that "openid" must be always specified. (Env: OS_OPENID_SCOPE) |
| --os-user-id <auth-user-id> | With v2password: User ID to login with With v3password: User ID With v3totp: User ID With aodh- noauth: User ID With gnocchi-noauth: User ID With password: User id With v3applicationcredential: User ID With noauth: User ID (Env: OS_USER_ID) |
| --os-application-credential-secret <auth-application-credential-secret> | With v3applicationcredential: Application credential auth secret (Env: OS_APPLICATION_CREDENTIAL_SECRET) |
| --os-identity-provider <auth-identity-provider> | With v3adfspassword: Identity Provider’s name With v3oidcauthcode: Identity Provider’s name With v3samlpassword: Identity Provider’s name With v3oidcclientcredentials: Identity Provider’s name With v3oidcaccesstoken: Identity Provider’s name With v3oidcpassword: Identity Provider’s name (Env: OS_IDENTITY_PROVIDER) |
| --os-username <auth-username> | With v3adfspassword: Username With v2password: Username to login with With v3password: Username With v3samlpassword: Username With v1password: Username to login with With v3totp: Username With password: Username With v3oidcpassword: Username With v3applicationcredential: Username (Env: OS_USERNAME) |
| --os-auth-url <auth-auth-url> | With v2token: Authentication URL With v3adfspassword: Authentication URL With v2password: Authentication URL With v3password: Authentication URL With v3tokenlessauth: Authentication URL With v3token: Authentication URL With v3oauth1: Authentication URL With v3oidcauthcode: Authentication URL With v3samlpassword: Authentication URL With v1password: Authentication URL With v3totp: Authentication URL With v3oidcclientcredentials: Authentication URL With password: Authentication URL With v3oidcaccesstoken: Authentication URL With v3oidcpassword: Authentication URL With token: Authentication URL With v3applicationcredential: Authentication URL (Env: OS_AUTH_URL) |
| --os-client-secret <auth-client-secret> | With v3oidcauthcode: OAuth 2.0 Client Secret With v3oidcclientcredentials: OAuth 2.0 Client Secret With v3oidcpassword: OAuth 2.0 Client Secret (Env: OS_CLIENT_SECRET) |
| --os-access-token-endpoint <auth-access-token-endpoint> | With v3oidcauthcode: OpenID Connect Provider Token Endpoint. Note that if a discovery document is being passed this option will override the endpoint provided by the server in the discovery document. With v3oidcclientcredentials: OpenID Connect Provider Token Endpoint. Note that if a discovery document is being passed this option will override the endpoint provided by the server in the discovery document. With v3oidcpassword: OpenID Connect Provider Token Endpoint. Note that if a discovery document is being passed this option will override the endpoint provided by the server in the discovery document. (Env: OS_ACCESS_TOKEN_ENDPOINT) |
| --os-default-domain-id <auth-default-domain-id> | With password: Optional domain ID to use with v3 and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication. With token: Optional domain ID to use with v3 and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication. (Env: OS_DEFAULT_DOMAIN_ID) |
| --os-discovery-endpoint <auth-discovery-endpoint> | With v3oidcauthcode: OpenID Connect Discovery Document URL. The discovery document will be used to obtain the values of the access token endpoint and the authentication endpoint. This URL should look like https://idp.example.org/.well-known/openid- configuration With v3oidcclientcredentials: OpenID Connect Discovery Document URL. The discovery document will be used to obtain the values of the access token endpoint and the authentication endpoint. This URL should look like https://idp.example.org/.well-known /openid-configuration With v3oidcpassword: OpenID Connect Discovery Document URL. The discovery document will be used to obtain the values of the access token endpoint and the authentication endpoint. This URL should look like https://idp.example.org/.well-known /openid-configuration (Env: OS_DISCOVERY_ENDPOINT) |
| --os-client-id <auth-client-id> | With v3oidcauthcode: OAuth 2.0 Client ID With v3oidcclientcredentials: OAuth 2.0 Client ID With v3oidcpassword: OAuth 2.0 Client ID (Env: OS_CLIENT_ID) |
| --os-default-domain-name <auth-default-domain-name> | With password: Optional domain name to use with v3 API and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication. With token: Optional domain name to use with v3 API and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication. (Env: OS_DEFAULT_DOMAIN_NAME) |
| --os-project-domain-name <auth-project-domain-name> | With v3adfspassword: Domain name containing project With v3password: Domain name containing project With v3tokenlessauth: Domain name containing project With v3token: Domain name containing project With v3oidcauthcode: Domain name containing project With v3samlpassword: Domain name containing project With v3totp: Domain name containing project With v3oidcclientcredentials: Domain name containing project With password: Domain name containing project With v3oidcaccesstoken: Domain name containing project With v3oidcpassword: Domain name containing project With token: Domain name containing project With v3applicationcredential: Domain name containing project (Env: OS_PROJECT_DOMAIN_NAME) |
| --os-service-provider-entity-id <auth-service-provider-entity-id> | With v3adfspassword: Service Provider’s SAML Entity ID (Env: OS_SERVICE_PROVIDER_ENTITY_ID) |
| --os-access-key <auth-access-key> | With v3oauth1: OAuth Access Key (Env: OS_ACCESS_KEY) |
| --os-password <auth-password> | With v3adfspassword: Password With v2password: Password to use With v3password: User’s password With v3samlpassword: Password With v1password: Password to use With password: User’s password With v3oidcpassword: Password (Env: OS_PASSWORD) |
| --os-redirect-uri <auth-redirect-uri> | With v3oidcauthcode: OpenID Connect Redirect URL (Env: OS_REDIRECT_URI) |
| --os-endpoint <auth-endpoint> | With admin_token: The endpoint that will always be used With gnocchi-basic: Gnocchi endpoint With gnocchi-noauth: Gnocchi endpoint With none: The endpoint that will always be used With noauth: Cinder endpoint (Env: OS_ENDPOINT) |
| --os-roles <auth-roles> | With aodh-noauth: Roles With gnocchi-noauth: Roles (Env: OS_ROLES) |
| --os-url <auth-url> | With token_endpoint: specific service endpoint to use (Env: OS_URL) |
| --os-consumer-secret <auth-consumer-secret> | With v3oauth1: OAuth Consumer Secret (Env: OS_CONSUMER_SECRET) |
| --os-token <auth-token> | With v2token: Token With admin_token: The token that will always be used With v3token: Token to authenticate with With token_endpoint: Authentication token to use With token: Token to authenticate with (Env: OS_TOKEN) |
| --os-application-credential-id <auth-application-credential-id> | With v3applicationcredential: Application credential ID (Env: OS_APPLICATION_CREDENTIAL_ID) |
| --os-passcode <auth-passcode> | With v3totp: User’s TOTP passcode (Env: OS_PASSCODE) |
| --os-system-scope <auth-system-scope> | With v3adfspassword: Scope for system operations With v3password: Scope for system operations With v3token: Scope for system operations With v3oidcauthcode: Scope for system operations With v3samlpassword: Scope for system operations With v3totp: Scope for system operations With v3oidcclientcredentials: Scope for system operations With password: Scope for system operations With v3oidcaccesstoken: Scope for system operations With v3oidcpassword: Scope for system operations With token: Scope for system operations With v3applicationcredential: Scope for system operations (Env: OS_SYSTEM_SCOPE) |
| --os-project-id <auth-project-id> | With v3adfspassword: Project ID to scope to With v3password: Project ID to scope to With v3tokenlessauth: Project ID to scope to With v3token: Project ID to scope to With v3oidcauthcode: Project ID to scope to With v3samlpassword: Project ID to scope to With v3totp: Project ID to scope to With aodh- noauth: Project ID With v3oidcclientcredentials: Project ID to scope to With gnocchi-noauth: Project ID With password: Project ID to scope to With v3oidcaccesstoken: Project ID to scope to With v3oidcpassword: Project ID to scope to With token: Project ID to scope to With v3applicationcredential: Project ID to scope to With noauth: Project ID (Env: OS_PROJECT_ID) |
| --os-user <auth-user> | With gnocchi-basic: User (Env: OS_USER) |
Chapter 2. acl リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the acl command.
2.1. acl delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack acl delete [-h] URI
Delete ACLs for a secret or container as identified by its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-barbicanclient plugin.
2.2. acl get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack acl get [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width] [--print-empty]
[--noindent] [--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
URI
Retrieve ACLs for a secret or container by providing its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
2.3. acl submit リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack acl submit [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Submit ACL on a secret or container as identified by its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
2.4. acl user add リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack acl user add [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Add ACL users to a secret or container as identified by its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
2.5. acl user remove リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack acl user remove [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--user [USERS]]
[--project-access | --no-project-access]
[--operation-type {read}]
URI
Remove ACL users from a secret or container as identified by its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
Chapter 3. action リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the action command.
3.1. action definition create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition create [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--public]
definition
Create new action.
| Value | Summary |
|---|---|
| definition | Action definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | With this flag action will be marked as "public". |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
3.2. action definition definition show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition definition show [-h] name
Show action definition.
| Value | Summary |
|---|---|
| name | Action name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
3.3. action definition delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition delete [-h] action [action ...]
Delete action.
| Value | Summary |
|---|---|
| action | Name or id of action(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
3.4. action definition list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--filter FILTERS]
List all actions.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --filter FILTERS | Filters. can be repeated. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
3.5. action definition show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
action
Show specific action.
| Value | Summary |
|---|---|
| action | Action (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
3.6. action definition update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action definition update [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--id ID] [--public]
definition
Update action.
| Value | Summary |
|---|---|
| definition | Action definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --id ID | Action id. |
| --public | With this flag action will be marked as "public". |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
3.7. action execution delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution delete [-h]
action_execution
[action_execution ...]
Delete action execution.
| Value | Summary |
|---|---|
| action_execution | Id of action execution identifier(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
3.8. action execution input show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution input show [-h] id
Show Action execution input data.
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
3.9. action execution list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit [LIMIT]]
[task_execution_id]
List all Action executions.
| Value | Summary |
|---|---|
| task_execution_id | Task execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit [LIMIT] | Maximum number of action-executions to return in a single result. limit is set to 100 by default. Use |
| --limit -1 to fetch the full result set. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
3.10. action execution output show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution output show [-h] id
Show Action execution output data.
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
3.11. action execution run リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution run [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX] [-s]
[--run-sync] [-t TARGET]
name [input]
Create new Action execution or just run specific action.
| Value | Summary |
|---|---|
| name | Action name to execute. |
| input | Action input. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -s, --save-result | Save the result into db. |
| --run-sync | Run the action synchronously. |
| -t TARGET, --target TARGET | Action will be executed on <target> executor. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
3.12. action execution show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
action_execution
Show specific Action execution.
| Value | Summary |
|---|---|
| action_execution | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
3.13. action execution update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack action execution update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--state {IDLE,RUNNING,SUCCESS,ERROR,CANCELLED}]
[--output OUTPUT]
id
Update specific Action execution.
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --state {IDLE,RUNNING,SUCCESS,ERROR,CANCELLED} | Action execution state |
| --output OUTPUT | Action execution output |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 4. address リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the address command.
4.1. address scope create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack address scope create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--ip-version {4,6}]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
<name>
Create a new Address Scope
| Value | Summary |
|---|---|
| <name> | New address scope name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ip-version {4,6} | Ip version (default is 4) |
| --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. |
| --share | Share the address scope between projects |
| --no-share | Do not share the address scope between projects (default) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
4.2. address scope delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack address scope delete [-h]
<address-scope> [<address-scope> ...]
Delete address scope(s)
| Value | Summary |
|---|---|
| <address-scope> | Address scope(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.3. address scope list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack address scope list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--name <name>]
[--ip-version <ip-version>]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
List address scopes
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List only address scopes of given name in output |
| --ip-version <ip-version> | List address scopes of given IP version networks (4 or 6) |
| --project <project> | List address scopes according to their 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. |
| --share | List address scopes shared between projects |
| --no-share | List address scopes not shared between projects |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
4.4. address scope set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack address scope set [-h] [--name <name>] [--share | --no-share]
<address-scope>
Set address scope properties
| Value | Summary |
|---|---|
| <address-scope> | Address scope to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set address scope name |
| --share | Share the address scope between projects |
| --no-share | Do not share the address scope between projects |
4.5. address scope show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack address scope show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<address-scope>
Display address scope details
| Value | Summary |
|---|---|
| <address-scope> | Address scope to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 5. aggregate リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the aggregate command.
5.1. aggregate add host リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate add host [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<aggregate> <host>
Add host to aggregate
| Value | Summary |
|---|---|
| <aggregate> | Aggregate (name or id) |
| <host> | Host to add to <aggregate> |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
5.2. aggregate create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--zone <availability-zone>]
[--property <key=value>]
<name>
Create a new aggregate
| Value | Summary |
|---|---|
| <name> | New aggregate name |
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
5.3. aggregate delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate delete [-h] <aggregate> [<aggregate> ...]
Delete existing aggregate(s)
| Value | Summary |
|---|---|
| <aggregate> | Aggregate(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
5.4. aggregate list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List all aggregates
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
5.5. aggregate remove host リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate remove host [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<aggregate> <host>
Remove host from aggregate
| Value | Summary |
|---|---|
| <aggregate> | Aggregate (name or id) |
| <host> | Host to remove from <aggregate> |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
5.6. aggregate set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate set [-h] [--name <name>]
[--zone <availability-zone>]
[--property <key=value>] [--no-property]
<aggregate>
Set aggregate properties
| Value | Summary |
|---|---|
| <aggregate> | Aggregate to modify (name or id) |
| Value | Summary |
|---|---|
| -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) |
| --no-property | Remove all properties from <aggregate> (specify both |
| --property and --no-property to overwrite the current | properties) |
5.7. aggregate show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<aggregate>
Display aggregate details
| Value | Summary |
|---|---|
| <aggregate> | Aggregate to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
5.8. aggregate unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack aggregate unset [-h] [--property <key>] <aggregate>
Unset aggregate properties
| Value | Summary |
|---|---|
| <aggregate> | Aggregate to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from aggregate (repeat option to remove multiple properties) |
Chapter 6. alarm リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the alarm command.
6.1. alarm create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --name <NAME> -t <TYPE>
[--project-id <PROJECT_ID>]
[--user-id <USER_ID>]
[--description <DESCRIPTION>] [--state <STATE>]
[--severity <SEVERITY>] [--enabled {True|False}]
[--alarm-action <Webhook URL>]
[--ok-action <Webhook URL>]
[--insufficient-data-action <Webhook URL>]
[--time-constraint <Time Constraint>]
[--repeat-actions {True|False}]
[--query <QUERY>]
[--comparison-operator <OPERATOR>]
[--evaluation-periods <EVAL_PERIODS>]
[--threshold <THRESHOLD>]
[--event-type <EVENT_TYPE>]
[--granularity <GRANULARITY>]
[--aggregation-method <AGGR_METHOD>]
[--metric <METRIC>]
[--resource-type <RESOURCE_TYPE>]
[--resource-id <RESOURCE_ID>]
[--composite-rule <COMPOSITE_RULE>]
Create an alarm
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
| -t <TYPE>, --type <TYPE> | Type of alarm, should be one of: event, composite, gnocchi_resources_threshold, gnocchi_aggregation_by_metrics_threshold, gnocchi_aggregation_by_resources_threshold. |
| --project-id <PROJECT_ID> | Project to associate with alarm (configurable by admin users only) |
| --user-id <USER_ID> | User to associate with alarm (configurable by admin users only) |
| --description <DESCRIPTION> | Free text description of the alarm |
| --state <STATE> | State of the alarm, one of: ['ok', 'alarm', 'insufficient data'] |
| --severity <SEVERITY> | Severity of the alarm, one of: ['low', 'moderate', 'critical'] |
| --enabled {True | False} |
| True if alarm evaluation is enabled | --alarm-action <Webhook URL> |
| URL to invoke when state transitions to alarm. May be used multiple times | --ok-action <Webhook URL> |
| URL to invoke when state transitions to OK. May be used multiple times | --insufficient-data-action <Webhook URL> |
| URL to invoke when state transitions to insufficient data. May be used multiple times | --time-constraint <Time Constraint> |
| Only evaluate the alarm if the time at evaluation is within this time constraint. Start point(s) of the constraint are specified with a cron expression, whereas its duration is given in seconds. Can be specified multiple times for multiple time constraints, format is: name=<CONSTRAINT_NAME>;start=< CRON>;duration=<SECONDS>;[description=<DESCRIPTION>;[t imezone=<IANA Timezone>]] | --repeat-actions {True |
| False} | True if actions should be repeatedly notified while alarm remains in target state |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --query <QUERY> | For alarms of type event: key[op]data_type::value; list. data_type is optional, but if supplied must be string, integer, float, or boolean. For alarms of type gnocchi_aggregation_by_resources_threshold: need to specify a complex query json string, like: {"and": [{"=": {"ended_at": null}}, …]}. |
| --comparison-operator <OPERATOR> | Operator to compare with, one of: ['lt', 'le', 'eq', 'ne', 'ge', 'gt'] |
| --evaluation-periods <EVAL_PERIODS> | Number of periods to evaluate over |
| --threshold <THRESHOLD> | Threshold to evaluate against. |
| Value | Summary |
|---|---|
| --event-type <EVENT_TYPE> | Event type to evaluate against |
| Value | Summary |
|---|---|
| --granularity <GRANULARITY> | The time range in seconds over which to query. |
| --aggregation-method <AGGR_METHOD> | The aggregation_method to compare to the threshold. |
| --metric <METRIC>, --metrics <METRIC> | The metric id or name depending of the alarm type |
| Value | Summary |
|---|---|
| --resource-type <RESOURCE_TYPE> | The type of resource. |
| --resource-id <RESOURCE_ID> | The id of a resource. |
| Value | Summary |
|---|---|
| --composite-rule <COMPOSITE_RULE> | Composite threshold rule with JSON format, the form can be a nested dict which combine gnocchi rules by "and", "or". For example, the form is like: {"or":[RULE1, RULE2, {"and": [RULE3, RULE4]}]}. |
This command is provided by the aodhclient plugin.
6.2. alarm delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm delete [-h] [--name <NAME>] [<ALARM ID or NAME>]
Delete an alarm
| Value | Summary |
|---|---|
| <ALARM ID or NAME> | Id or name of an alarm. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
This command is provided by the aodhclient plugin.
6.3. alarm list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--query QUERY | --filter <KEY1=VALUE1;KEY2=VALUE2...>]
[--limit <LIMIT>] [--marker <MARKER>]
[--sort <SORT_KEY:SORT_DIR>]
List alarms
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --query QUERY | Rich query supported by aodh, e.g. project_id!=my-id user_id=foo or user_id=bar |
| --filter <KEY1=VALUE1;KEY2=VALUE2…> | Filter parameters to apply on returned alarms. |
| --limit <LIMIT> | Number of resources to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value,the supported marker is alarm_id. |
| --sort <SORT_KEY:SORT_DIR> | Sort of resource attribute, e.g. name:asc |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the aodhclient plugin.
6.4. alarm show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--name <NAME>]
[<ALARM ID or NAME>]
Show an alarm
| Value | Summary |
|---|---|
| <ALARM ID or NAME> | Id or name of an alarm. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the aodhclient plugin.
6.5. alarm state get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm state get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name <NAME>]
[<ALARM ID or NAME>]
Get state of an alarm
| Value | Summary |
|---|---|
| <ALARM ID or NAME> | Id or name of an alarm. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the aodhclient plugin.
6.6. alarm state set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm state set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name <NAME>] --state
<STATE>
[<ALARM ID or NAME>]
Set state of an alarm
| Value | Summary |
|---|---|
| <ALARM ID or NAME> | Id or name of an alarm. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
| --state <STATE> | State of the alarm, one of: ['ok', 'alarm', 'insufficient data'] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the aodhclient plugin.
6.7. alarm update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name <NAME>] [-t <TYPE>]
[--project-id <PROJECT_ID>]
[--user-id <USER_ID>]
[--description <DESCRIPTION>] [--state <STATE>]
[--severity <SEVERITY>] [--enabled {True|False}]
[--alarm-action <Webhook URL>]
[--ok-action <Webhook URL>]
[--insufficient-data-action <Webhook URL>]
[--time-constraint <Time Constraint>]
[--repeat-actions {True|False}]
[--query <QUERY>]
[--comparison-operator <OPERATOR>]
[--evaluation-periods <EVAL_PERIODS>]
[--threshold <THRESHOLD>]
[--event-type <EVENT_TYPE>]
[--granularity <GRANULARITY>]
[--aggregation-method <AGGR_METHOD>]
[--metric <METRIC>]
[--resource-type <RESOURCE_TYPE>]
[--resource-id <RESOURCE_ID>]
[--composite-rule <COMPOSITE_RULE>]
[<ALARM ID or NAME>]
Update an alarm
| Value | Summary |
|---|---|
| <ALARM ID or NAME> | Id or name of an alarm. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <NAME> | Name of the alarm |
| -t <TYPE>, --type <TYPE> | Type of alarm, should be one of: event, composite, gnocchi_resources_threshold, gnocchi_aggregation_by_metrics_threshold, gnocchi_aggregation_by_resources_threshold. |
| --project-id <PROJECT_ID> | Project to associate with alarm (configurable by admin users only) |
| --user-id <USER_ID> | User to associate with alarm (configurable by admin users only) |
| --description <DESCRIPTION> | Free text description of the alarm |
| --state <STATE> | State of the alarm, one of: ['ok', 'alarm', 'insufficient data'] |
| --severity <SEVERITY> | Severity of the alarm, one of: ['low', 'moderate', 'critical'] |
| --enabled {True | False} |
| True if alarm evaluation is enabled | --alarm-action <Webhook URL> |
| URL to invoke when state transitions to alarm. May be used multiple times | --ok-action <Webhook URL> |
| URL to invoke when state transitions to OK. May be used multiple times | --insufficient-data-action <Webhook URL> |
| URL to invoke when state transitions to insufficient data. May be used multiple times | --time-constraint <Time Constraint> |
| Only evaluate the alarm if the time at evaluation is within this time constraint. Start point(s) of the constraint are specified with a cron expression, whereas its duration is given in seconds. Can be specified multiple times for multiple time constraints, format is: name=<CONSTRAINT_NAME>;start=< CRON>;duration=<SECONDS>;[description=<DESCRIPTION>;[t imezone=<IANA Timezone>]] | --repeat-actions {True |
| False} | True if actions should be repeatedly notified while alarm remains in target state |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --query <QUERY> | For alarms of type event: key[op]data_type::value; list. data_type is optional, but if supplied must be string, integer, float, or boolean. For alarms of type gnocchi_aggregation_by_resources_threshold: need to specify a complex query json string, like: {"and": [{"=": {"ended_at": null}}, …]}. |
| --comparison-operator <OPERATOR> | Operator to compare with, one of: ['lt', 'le', 'eq', 'ne', 'ge', 'gt'] |
| --evaluation-periods <EVAL_PERIODS> | Number of periods to evaluate over |
| --threshold <THRESHOLD> | Threshold to evaluate against. |
| Value | Summary |
|---|---|
| --event-type <EVENT_TYPE> | Event type to evaluate against |
| Value | Summary |
|---|---|
| --granularity <GRANULARITY> | The time range in seconds over which to query. |
| --aggregation-method <AGGR_METHOD> | The aggregation_method to compare to the threshold. |
| --metric <METRIC>, --metrics <METRIC> | The metric id or name depending of the alarm type |
| Value | Summary |
|---|---|
| --resource-type <RESOURCE_TYPE> | The type of resource. |
| --resource-id <RESOURCE_ID> | The id of a resource. |
| Value | Summary |
|---|---|
| --composite-rule <COMPOSITE_RULE> | Composite threshold rule with JSON format, the form can be a nested dict which combine gnocchi rules by "and", "or". For example, the form is like: {"or":[RULE1, RULE2, {"and": [RULE3, RULE4]}]}. |
This command is provided by the aodhclient plugin.
6.8. alarm history search リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm-history search [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--query QUERY]
Show history for all alarms based on query
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --query QUERY | Rich query supported by aodh, e.g. project_id!=my-id user_id=foo or user_id=bar |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the aodhclient plugin.
6.9. alarm history show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarm-history show [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <LIMIT>] [--marker <MARKER>]
[--sort <SORT_KEY:SORT_DIR>]
alarm_id
Show history for an alarm
| Value | Summary |
|---|---|
| alarm_id | Id of an alarm |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <LIMIT> | Number of resources to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value,the supported marker is event_id. |
| --sort <SORT_KEY:SORT_DIR> | Sort of resource attribute. e.g. timestamp:desc |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the aodhclient plugin.
Chapter 7. alarming リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the alarming command.
7.1. alarming capabilities list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack alarming capabilities list [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
List capabilities of alarming service
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the aodhclient plugin.
Chapter 8. availability リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the availability command.
8.1. availability zone list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack availability zone list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--compute] [--network] [--volume]
[--long]
List availability zones and their status
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
Chapter 9. baremetal リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the baremetal command.
9.1. baremetal chassis create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--extra <key=value>]
[--uuid <uuid>]
Create a new chassis.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the chassis |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --uuid <uuid> | Unique uuid of the chassis |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.2. baremetal chassis delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis delete [-h] <chassis> [<chassis> ...]
Delete a chassis.
| Value | Summary |
|---|---|
| <chassis> | Uuids of chassis to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.3. baremetal chassis list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--fields <field> [<field> ...]]
[--limit <limit>] [--long]
[--marker <chassis>]
[--sort <key>[:<direction>]]
List the chassis.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more chassis fields. Only these fields will be fetched from the server. Cannot be used when '--long' is specified. |
| --limit <limit> | Maximum number of chassis to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --long | Show detailed information about the chassis |
| --marker <chassis> | Chassis uuid (for example, of the last chassis in the list from a previous request). Returns the list of chassis after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified chassis fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.4. baremetal chassis set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis set [-h] [--description <description>]
[--extra <key=value>]
<chassis>
Set chassis properties.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set the description of the chassis |
| --extra <key=value> | Extra to set on this chassis (repeat option to set multiple extras) |
This command is provided by the python-ironicclient plugin.
9.5. baremetal chassis show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--fields <field> [<field> ...]]
<chassis>
Show chassis details.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more chassis fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.6. baremetal chassis unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal chassis unset [-h] [--description] [--extra <key>]
<chassis>
Unset chassis properties.
| Value | Summary |
|---|---|
| <chassis> | Uuid of the chassis |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description | Clear the chassis description |
| --extra <key> | Extra to unset on this chassis (repeat option to unset multiple extras) |
This command is provided by the python-ironicclient plugin.
9.7. baremetal create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal create [-h] <file> [<file> ...]
Create resources from files
| Value | Summary |
|---|---|
| <file> | File (.yaml or .json) containing descriptions of the resources to create. Can be specified multiple times. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.8. baremetal driver list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--type <type>] [--long]
List the enabled drivers.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of driver ("classic" or "dynamic"). the default is to list all of them. |
| --long | Show detailed information about the drivers. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.9. baremetal driver passthru call リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver passthru call [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--arg <key=value>]
[--http-method <http-method>]
<driver> <method>
Call a vendor passthru method for a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| <method> | Vendor passthru method to be called. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --arg <key=value> | Argument to pass to the passthru method (repeat option to specify multiple arguments). |
| --http-method <http-method> | The HTTP method to use in the passthru request. One of DELETE, GET, PATCH, POST, PUT. Defaults to 'POST'. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.10. baremetal driver passthru list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver passthru list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<driver>
List available vendor passthru methods for a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.11. baremetal driver property list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver property list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<driver>
List the driver properties.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.12. baremetal driver raid property list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver raid property list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<driver>
List a driver’s RAID logical disk properties.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.13. baremetal driver show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal driver show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<driver>
Show information about a driver.
| Value | Summary |
|---|---|
| <driver> | Name of the driver. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.14. baremetal introspection abort リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection abort [-h] node
Abort running introspection for node.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.15. baremetal introspection data save リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection data save [-h] [--file <filename>]
node
Save or display raw introspection data.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Downloaded introspection data filename (default: stdout) |
This command is provided by the python-ironic-inspector-client plugin.
9.16. baremetal introspection interface list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection interface list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--vlan VLAN]
[--long | --fields <field> [<field> ...]]
node_ident
List interface data including attached switch port information.
| Value | Summary |
|---|---|
| node_ident | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --vlan VLAN | List only interfaces configured for this vlan id, can be repeated |
| --long | Show detailed information about interfaces. |
| --fields <field> [<field> …] | Display one or more fields. Can not be used when '-- long' is specified |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.17. baremetal introspection interface show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection interface show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--fields <field> [<field> ...]]
node_ident interface
Show interface data including attached switch port information.
| Value | Summary |
|---|---|
| node_ident | Baremetal node uuid or name |
| interface | Interface name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | Display one or more fields. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.18. baremetal introspection list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--marker MARKER]
[--limit LIMIT]
List introspection statuses
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker MARKER | Uuid of the last item on the previous page |
| --limit LIMIT | The amount of items to return |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.19. baremetal introspection reprocess リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection reprocess [-h] node
Reprocess stored introspection data
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.20. baremetal introspection rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection rule delete [-h] uuid
Delete an introspection rule.
| Value | Summary |
|---|---|
| uuid | Rule uuid |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.21. baremetal introspection rule import リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection rule import [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
file
Import one or several introspection rules from a json file.
| Value | Summary |
|---|---|
| file | Json file to import, may contain one or several rules |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.22. baremetal introspection rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection rule list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all introspection rules.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.23. baremetal introspection rule purge リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection rule purge [-h]
Drop all introspection rules.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironic-inspector-client plugin.
9.24. baremetal introspection rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
uuid
Show an introspection rule.
| Value | Summary |
|---|---|
| uuid | Rule uuid |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.25. baremetal introspection start リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection start [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--wait]
node [node ...]
Start the introspection.
| Value | Summary |
|---|---|
| node | Baremetal node uuid(s) or name(s) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for introspection to finish; the result will be displayed in the end |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironic-inspector-client plugin.
9.26. baremetal introspection status リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal introspection status [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
node
Get introspection status.
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironic-inspector-client plugin.
9.27. baremetal node abort リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node abort [-h] <node>
Set provision state of baremetal node to 'abort'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.28. baremetal node add trait リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node add trait [-h] <node> <trait> [<trait> ...]
Add traits to a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <trait> | Trait(s) to add |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.29. baremetal node adopt リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node adopt [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'adopt'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.30. baremetal node bios setting list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node bios setting list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
List a node’s BIOS settings.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.31. baremetal node bios setting show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node bios setting show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
<node> <setting name>
Show a specific BIOS setting for a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <setting name> | Setting name to show |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.32. baremetal node boot device set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node boot device set [-h] [--persistent]
<node> <device>
Set the boot device for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <device> | One of bios, cdrom, disk, pxe, safe, wanboot |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --persistent | Make changes persistent for all future boots |
This command is provided by the python-ironicclient plugin.
9.33. baremetal node boot device show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node boot device show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
[--supported]
<node>
Show the boot device information for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --supported | Show the supported boot devices |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.34. baremetal node clean リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node clean [-h] [--wait [<time-out>]] --clean-steps
<clean-steps>
<node>
Set provision state of baremetal node to 'clean'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --clean-steps <clean-steps> | The clean steps in JSON format. May be the path to a file containing the clean steps; OR '-', with the clean steps being read from standard input; OR a string. The value should be a list of clean-step dictionaries; each dictionary should have keys 'interface' and 'step', and optional key 'args'. |
This command is provided by the python-ironicclient plugin.
9.35. baremetal node console disable リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node console disable [-h] <node>
Disable console access for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.36. baremetal node console enable リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node console enable [-h] <node>
Enable console access for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.37. baremetal node console show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node console show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<node>
Show console information for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.38. baremetal node create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--chassis-uuid <chassis>] --driver
<driver> [--driver-info <key=value>]
[--property <key=value>]
[--extra <key=value>] [--uuid <uuid>]
[--name <name>]
[--bios-interface <bios_interface>]
[--boot-interface <boot_interface>]
[--console-interface <console_interface>]
[--deploy-interface <deploy_interface>]
[--inspect-interface <inspect_interface>]
[--management-interface <management_interface>]
[--network-interface <network_interface>]
[--power-interface <power_interface>]
[--raid-interface <raid_interface>]
[--rescue-interface <rescue_interface>]
[--storage-interface <storage_interface>]
[--vendor-interface <vendor_interface>]
[--resource-class <resource_class>]
[--conductor-group <conductor_group>]
Register a new node with the baremetal service
| Value | Summary |
|---|---|
| -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. |
| --bios-interface <bios_interface> | BIOS interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --boot-interface <boot_interface> | Boot interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --console-interface <console_interface> | Console interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --deploy-interface <deploy_interface> | Deploy interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --inspect-interface <inspect_interface> | Inspect interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --management-interface <management_interface> | Management interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --network-interface <network_interface> | Network interface used for switching node to cleaning/provisioning networks. |
| --power-interface <power_interface> | Power interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --raid-interface <raid_interface> | RAID interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --rescue-interface <rescue_interface> | Rescue interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --storage-interface <storage_interface> | Storage interface used by the node’s driver. |
| --vendor-interface <vendor_interface> | Vendor interface used by the node’s driver. This is only applicable when the specified --driver is a hardware type. |
| --resource-class <resource_class> | Resource class for mapping nodes to Nova flavors |
| --conductor-group <conductor_group> | Conductor group the node will belong to |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
9.39. baremetal node delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node delete [-h] <node> [<node> ...]
Unregister baremetal node(s)
| Value | Summary |
|---|---|
| <node> | Node(s) to delete (name or uuid) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.40. baremetal node deploy リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node deploy [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
Set provision state of baremetal node to 'deploy'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --config-drive <config-drive> | A gzipped, base64-encoded configuration drive string OR the path to the configuration drive file OR the path to a directory containing the config drive files. In case it’s a directory, a config drive will be generated from it. |
This command is provided by the python-ironicclient plugin.
9.41. baremetal node inject nmi リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node inject nmi [-h] <node>
Inject NMI to baremetal node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.42. baremetal node inspect リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node inspect [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'inspect'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.43. baremetal node list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <node>]
[--sort <key>[:<direction>]]
[--maintenance | --no-maintenance]
[--fault <fault>]
[--associated | --unassociated]
[--provision-state <provision state>]
[--driver <driver>]
[--resource-class <resource class>]
[--conductor-group <conductor_group>]
[--chassis <chassis UUID>]
[--long | --fields <field> [<field> ...]]
List baremetal nodes
| Value | Summary |
|---|---|
| -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 specified node fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --maintenance | Limit list to nodes in maintenance mode |
| --no-maintenance | Limit list to nodes not in maintenance mode |
| --fault <fault> | List nodes in specified fault. |
| --associated | List only nodes associated with an instance. |
| --unassociated | List only nodes not associated with an instance. |
| --provision-state <provision state> | List nodes in specified provision state. |
| --driver <driver> | Limit list to nodes with driver <driver> |
| --resource-class <resource class> | Limit list to nodes with resource class <resource class> |
| --conductor-group <conductor_group> | Limit list to nodes with conductor group <conductor group> |
| --chassis <chassis UUID> | Limit list to nodes of this chassis |
| --long | Show detailed information about the nodes. |
| --fields <field> [<field> …] | One or more node fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.44. baremetal node maintenance set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node maintenance set [-h] [--reason <reason>]
<node>
Set baremetal node to maintenance mode
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --reason <reason> | Reason for setting maintenance mode. |
This command is provided by the python-ironicclient plugin.
9.45. baremetal node maintenance unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node maintenance unset [-h] <node>
Unset baremetal node from maintenance mode
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
9.46. baremetal node manage リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node manage [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'manage'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, manageable. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
9.47. baremetal node passthru call リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
Call a vendor passthu method for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <method> | Vendor passthru method to be executed |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --arg <key=value> | Argument to pass to the passthru method (repeat option to specify multiple arguments) |
| --http-method <http-method> | The HTTP method to use in the passthru request. One of DELETE, GET, PATCH, POST, PUT. Defaults to POST. |
This command is provided by the python-ironicclient plugin.
9.48. baremetal node passthru list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node passthru list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
List vendor passthru methods for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
9.49. baremetal node power off リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node power off [-h]
[--power-timeout <power-timeout>]
[--soft]
<node>
Power off a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
| --soft | Request graceful power-off. |
This command is provided by the python-ironicclient plugin.
Chapter 10. bgp リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the bgp command.
10.1. bgp peer create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp peer create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --peer-ip <peer-ip-address>
--remote-as <peer-remote-as>
[--auth-type <peer-auth-type>]
[--password <auth-password>]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create a BGP peer
| Value | Summary |
|---|---|
| <name> | Name of the bgp peer to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --peer-ip <peer-ip-address> | Peer IP address |
| --remote-as <peer-remote-as> | Peer AS number. (Integer in [1, 65535] is allowed) |
| --auth-type <peer-auth-type> | Authentication algorithm. Supported algorithms: none (default), md5 |
| --password <auth-password> | Authentication password |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
Chapter 11. baremetal リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the baremetal command.
11.1. baremetal node power on リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node power on [-h]
[--power-timeout <power-timeout>]
<node>
Power on a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
This command is provided by the python-ironicclient plugin.
11.2. baremetal node provide リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node provide [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'provide'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, available. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.3. baremetal node reboot リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node reboot [-h] [--soft]
[--power-timeout <power-timeout>]
<node>
Reboot baremetal node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --soft | Request graceful reboot. |
| --power-timeout <power-timeout> | Timeout (in seconds, positive integer) to wait for the target power state before erroring out. |
This command is provided by the python-ironicclient plugin.
11.4. baremetal node rebuild リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node rebuild [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
Set provision state of baremetal node to 'rebuild'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --config-drive <config-drive> | A gzipped, base64-encoded configuration drive string OR the path to the configuration drive file OR the path to a directory containing the config drive files. In case it’s a directory, a config drive will be generated from it. |
This command is provided by the python-ironicclient plugin.
11.5. baremetal node remove trait リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node remove trait [-h] [--all]
<node> [<trait> [<trait> ...]]
Remove trait(s) from a node.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <trait> | Trait(s) to remove |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Remove all traits |
This command is provided by the python-ironicclient plugin.
11.6. baremetal node rescue リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node rescue [-h] [--wait [<time-out>]]
--rescue-password <rescue-password>
<node>
Set provision state of baremetal node to 'rescue'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, rescue. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --rescue-password <rescue-password> | The password that will be used to login to the rescue ramdisk. The value should be a non-empty string. |
This command is provided by the python-ironicclient plugin.
11.7. baremetal node set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node set [-h] [--instance-uuid <uuid>]
[--name <name>]
[--chassis-uuid <chassis UUID>]
[--driver <driver>]
[--bios-interface <bios_interface> | --reset-bios-interface]
[--boot-interface <boot_interface> | --reset-boot-interface]
[--console-interface <console_interface> | --reset-console-interface]
[--deploy-interface <deploy_interface> | --reset-deploy-interface]
[--inspect-interface <inspect_interface> | --reset-inspect-interface]
[--management-interface <management_interface> | --reset-management-interface]
[--network-interface <network_interface> | --reset-network-interface]
[--power-interface <power_interface> | --reset-power-interface]
[--raid-interface <raid_interface> | --reset-raid-interface]
[--rescue-interface <rescue_interface> | --reset-rescue-interface]
[--storage-interface <storage_interface> | --reset-storage-interface]
[--vendor-interface <vendor_interface> | --reset-vendor-interface]
[--reset-interfaces]
[--resource-class <resource_class>]
[--conductor-group <conductor_group>]
[--target-raid-config <target_raid_config>]
[--property <key=value>]
[--extra <key=value>]
[--driver-info <key=value>]
[--instance-info <key=value>]
<node>
Set baremetal properties
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance-uuid <uuid> | Set instance UUID of node to <uuid> |
| --name <name> | Set the name of the node |
| --chassis-uuid <chassis UUID> | Set the chassis for the node |
| --driver <driver> | Set the driver for the node |
| --bios-interface <bios_interface> | Set the BIOS interface for the node |
| --reset-bios-interface | Reset the BIOS interface to its hardware type default |
| --boot-interface <boot_interface> | Set the boot interface for the node |
| --reset-boot-interface | Reset the boot interface to its hardware type default |
| --console-interface <console_interface> | Set the console interface for the node |
| --reset-console-interface | Reset the console interface to its hardware type default |
| --deploy-interface <deploy_interface> | Set the deploy interface for the node |
| --reset-deploy-interface | Reset the deploy interface to its hardware type default |
| --inspect-interface <inspect_interface> | Set the inspect interface for the node |
| --reset-inspect-interface | Reset the inspect interface to its hardware type default |
| --management-interface <management_interface> | Set the management interface for the node |
| --reset-management-interface | Reset the management interface to its hardware type default |
| --network-interface <network_interface> | Set the network interface for the node |
| --reset-network-interface | Reset the network interface to its hardware type default |
| --power-interface <power_interface> | Set the power interface for the node |
| --reset-power-interface | Reset the power interface to its hardware type default |
| --raid-interface <raid_interface> | Set the RAID interface for the node |
| --reset-raid-interface | Reset the RAID interface to its hardware type default |
| --rescue-interface <rescue_interface> | Set the rescue interface for the node |
| --reset-rescue-interface | Reset the rescue interface to its hardware type default |
| --storage-interface <storage_interface> | Set the storage interface for the node |
| --reset-storage-interface | Reset the storage interface to its hardware type default |
| --vendor-interface <vendor_interface> | Set the vendor interface for the node |
| --reset-vendor-interface | Reset the vendor interface to its hardware type default |
| --reset-interfaces | Reset all interfaces not specified explicitly to their default implementations. Only valid with --driver. |
| --resource-class <resource_class> | Set the resource class for the node |
| --conductor-group <conductor_group> | Set the conductor group for the node |
| --target-raid-config <target_raid_config> | Set the target RAID configuration (JSON) for the node. This can be one of: 1. a file containing JSON data of the RAID configuration; 2. "-" to read the contents from standard input; or 3. a valid JSON string. |
| --property <key=value> | Property to set on this baremetal node (repeat option to set multiple properties) |
| --extra <key=value> | Extra to set on this baremetal node (repeat option to set multiple extras) |
| --driver-info <key=value> | Driver information to set on this baremetal node (repeat option to set multiple driver infos) |
| --instance-info <key=value> | Instance information to set on this baremetal node (repeat option to set multiple instance infos) |
This command is provided by the python-ironicclient plugin.
11.8. baremetal node show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--instance]
[--fields <field> [<field> ...]]
<node>
Show baremetal node details
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node (or instance uuid if |
| --instance is specified) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance | <node> is an instance uuid. |
| --fields <field> [<field> …] | One or more node fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.9. baremetal node trait list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node trait list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
List a node’s traits.
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.10. baremetal node undeploy リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node undeploy [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'deleted'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, available. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.11. baremetal node unrescue リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node unrescue [-h] [--wait [<time-out>]] <node>
Set provision state of baremetal node to 'unrescue'
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait [<time-out>] | Wait for a node to reach the desired state, active. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
This command is provided by the python-ironicclient plugin.
11.12. baremetal node unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node unset [-h] [--instance-uuid] [--name]
[--resource-class]
[--target-raid-config]
[--property <key>] [--extra <key>]
[--driver-info <key>]
[--instance-info <key>] [--chassis-uuid]
[--bios-interface] [--boot-interface]
[--console-interface]
[--deploy-interface]
[--inspect-interface]
[--management-interface]
[--network-interface]
[--power-interface] [--raid-interface]
[--rescue-interface]
[--storage-interface]
[--vendor-interface] [--conductor-group]
<node>
Unset baremetal properties
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance-uuid | Unset instance uuid on this baremetal node |
| --name | Unset the name of the node |
| --resource-class | Unset the resource class of the node |
| --target-raid-config | Unset the target raid configuration of the node |
| --property <key> | Property to unset on this baremetal node (repeat option to unset multiple properties) |
| --extra <key> | Extra to unset on this baremetal node (repeat option to unset multiple extras) |
| --driver-info <key> | Driver information to unset on this baremetal node (repeat option to unset multiple driver informations) |
| --instance-info <key> | Instance information to unset on this baremetal node (repeat option to unset multiple instance informations) |
| --chassis-uuid | Unset chassis uuid on this baremetal node |
| --bios-interface | Unset bios interface on this baremetal node |
| --boot-interface | Unset boot interface on this baremetal node |
| --console-interface | Unset console interface on this baremetal node |
| --deploy-interface | Unset deploy interface on this baremetal node |
| --inspect-interface | Unset inspect interface on this baremetal node |
| --management-interface | Unset management interface on this baremetal node |
| --network-interface | Unset network interface on this baremetal node |
| --power-interface | Unset power interface on this baremetal node |
| --raid-interface | Unset raid interface on this baremetal node |
| --rescue-interface | Unset rescue interface on this baremetal node |
| --storage-interface | Unset storage interface on this baremetal node |
| --vendor-interface | Unset vendor interface on this baremetal node |
| --conductor-group | Unset conductor group for this baremetal node (the default group will be used) |
This command is provided by the python-ironicclient plugin.
11.13. baremetal node validate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node validate [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
Validate a node’s driver interfaces
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.14. baremetal node vif attach リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node vif attach [-h] [--vif-info <key=value>]
<node> <vif-id>
Attach VIF to a given node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <vif-id> | Name or uuid of the vif to attach to a node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --vif-info <key=value> | Record arbitrary key/value metadata. Can be specified multiple times. The mandatory 'id' parameter cannot be specified as a key. |
This command is provided by the python-ironicclient plugin.
11.15. baremetal node vif detach リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node vif detach [-h] <node> <vif-id>
Detach VIF from a given node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <vif-id> | Name or uuid of the vif to detach from a node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.16. baremetal node vif list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal node vif list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<node>
Show attached VIFs for a node
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.17. baremetal port create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX] --node
<uuid> [--uuid <uuid>]
[--extra <key=value>]
[--local-link-connection <key=value>]
[-l <key=value>]
[--pxe-enabled <boolean>]
[--port-group <uuid>]
[--physical-network <physical network>]
<address>
Create a new port
| Value | Summary |
|---|---|
| <address> | Mac address for this port. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this port belongs to. |
| --uuid <uuid> | Uuid of the port. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --local-link-connection <key=value> | Key/value metadata describing Local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| -l <key=value> | Deprecated. please use --local-link-connection instead. Key/value metadata describing Local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| --pxe-enabled <boolean> | Indicates whether this Port should be used when PXE booting this Node. |
| --port-group <uuid> | Uuid of the port group that this port belongs to. |
| --physical-network <physical network> | Name of the physical network to which this port is connected. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.18. baremetal port delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port delete [-h] <port> [<port> ...]
Delete port(s).
| Value | Summary |
|---|---|
| <port> | Uuid(s) of the port(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.19. baremetal port group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--node <uuid>
[--address <mac-address>]
[--name NAME] [--uuid UUID]
[--extra <key=value>]
[--mode MODE]
[--property <key=value>]
[--support-standalone-ports | --unsupport-standalone-ports]
Create a new baremetal port group.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this port group belongs to. |
| --address <mac-address> | MAC address for this port group. |
| --name NAME | Name of the port group. |
| --uuid UUID | Uuid of the port group. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --mode MODE | Mode of the port group. for possible values, refer to https://www.kernel.org/doc/Documentation/networking/bo nding.txt. |
| --property <key=value> | Key/value property related to this port group’s configuration. Can be specified multiple times. |
| --support-standalone-ports | Ports that are members of this port group can be used as stand-alone ports. (default) |
| --unsupport-standalone-ports | Ports that are members of this port group cannot be used as stand-alone ports. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.20. baremetal port group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group delete [-h]
<port group> [<port group> ...]
Unregister baremetal port group(s).
| Value | Summary |
|---|---|
| <port group> | Port group(s) to delete (name or uuid). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.21. baremetal port group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>]
[--marker <port group>]
[--sort <key>[:<direction>]]
[--address <mac-address>]
[--node <node>]
[--long | --fields <field> [<field> ...]]
List baremetal port groups.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of port groups to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <port group> | Port group UUID (for example, of the last port group in the list from a previous request). Returns the list of port groups after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified port group fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --address <mac-address> | Only show information for the port group with this MAC address. |
| --node <node> | Only list port groups of this node (name or uuid). |
| --long | Show detailed information about the port groups. |
| --fields <field> [<field> …] | One or more port group fields. Only these fields will be fetched from the server. Can not be used when '-- long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.22. baremetal port group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group set [-h] [--node <uuid>]
[--address <mac-address>]
[--name <name>]
[--extra <key=value>] [--mode MODE]
[--property <key=value>]
[--support-standalone-ports | --unsupport-standalone-ports]
<port group>
Set baremetal port group properties.
| Value | Summary |
|---|---|
| <port group> | Name or uuid of the port group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Update uuid of the node that this port group belongs to. |
| --address <mac-address> | MAC address for this port group. |
| --name <name> | Name of the port group. |
| --extra <key=value> | Extra to set on this baremetal port group (repeat option to set multiple extras). |
| --mode MODE | Mode of the port group. for possible values, refer to https://www.kernel.org/doc/Documentation/networking/bo nding.txt. |
| --property <key=value> | Key/value property related to this port group’s configuration (repeat option to set multiple properties). |
| --support-standalone-ports | Ports that are members of this port group can be used as stand-alone ports. |
| --unsupport-standalone-ports | Ports that are members of this port group cannot be used as stand-alone ports. |
This command is provided by the python-ironicclient plugin.
11.23. baremetal port group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--address]
[--fields <field> [<field> ...]]
<id>
Show baremetal port group details.
| Value | Summary |
|---|---|
| <id> | Uuid or name of the port group (or mac address if |
| --address is specified). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address | <id> is the mac address (instead of uuid or name) of the port group. |
| --fields <field> [<field> …] | One or more port group fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.24. baremetal port group unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port group unset [-h] [--name] [--address]
[--extra <key>] [--property <key>]
<port group>
Unset baremetal port group properties.
| Value | Summary |
|---|---|
| <port group> | Name or uuid of the port group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name | Unset the name of the port group. |
| --address | Unset the address of the port group. |
| --extra <key> | Extra to unset on this baremetal port group (repeat option to unset multiple extras). |
| --property <key> | Property to unset on this baremetal port group (repeat option to unset multiple properties). |
This command is provided by the python-ironicclient plugin.
11.25. baremetal port list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--address <mac-address>] [--node <node>]
[--port-group <port group>]
[--limit <limit>] [--marker <port>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal ports.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address <mac-address> | Only show information for the port with this MAC address. |
| --node <node> | Only list ports of this node (name or uuid). |
| --port-group <port group> | Only list ports of this port group (name or UUID). |
| --limit <limit> | Maximum number of ports to return per request, 0 for no limit. Default is the maximum number used by the Ironic API Service. |
| --marker <port> | Port uuid (for example, of the last port in the list from a previous request). Returns the list of ports after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified port fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about ports. |
| --fields <field> [<field> …] | One or more port fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.26. baremetal port set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port set [-h] [--node <uuid>] [--address <address>]
[--extra <key=value>]
[--port-group <uuid>]
[--local-link-connection <key=value>]
[--pxe-enabled | --pxe-disabled]
[--physical-network <physical network>]
<port>
Set baremetal port properties.
| Value | Summary |
|---|---|
| <port> | Uuid of the port |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Set uuid of the node that this port belongs to |
| --address <address> | Set mac address for this port |
| --extra <key=value> | Extra to set on this baremetal port (repeat option to set multiple extras) |
| --port-group <uuid> | Set uuid of the port group that this port belongs to. |
| --local-link-connection <key=value> | Key/value metadata describing local link connection information. Valid keys are 'switch_info', 'switch_id', and 'port_id'. The keys 'switch_id' and 'port_id' are required. Can be specified multiple times. |
| --pxe-enabled | Indicates that this port should be used when pxe booting this node (default) |
| --pxe-disabled | Indicates that this port should not be used when pxe booting this node |
| --physical-network <physical network> | Set the name of the physical network to which this port is connected. |
This command is provided by the python-ironicclient plugin.
11.27. baremetal port show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--address]
[--fields <field> [<field> ...]]
<id>
Show baremetal port details.
| Value | Summary |
|---|---|
| <id> | Uuid of the port (or mac address if --address is specified). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --address | <id> is the mac address (instead of the uuid) of the port. |
| --fields <field> [<field> …] | One or more port fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.28. baremetal port unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal port unset [-h] [--extra <key>] [--port-group]
[--physical-network]
<port>
Unset baremetal port properties.
| Value | Summary |
|---|---|
| <port> | Uuid of the port. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset on this baremetal port (repeat option to unset multiple extras) |
| --port-group | Remove port from the port group |
| --physical-network | Unset the physical network on this baremetal port. |
This command is provided by the python-ironicclient plugin.
11.29. baremetal volume connector create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX] --node
<uuid> --type <type>
--connector-id <connector
id> [--uuid <uuid>]
[--extra <key=value>]
Create a new baremetal volume connector.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume connector belongs to. |
| --type <type> | Type of the volume connector. can be 'iqn', 'ip', 'mac', 'wwnn', 'wwpn', 'port', 'portgroup'. |
| --connector-id <connector id> | ID of the volume connector in the specified type. For example, the iSCSI initiator IQN for the node if the type is 'iqn'. |
| --uuid <uuid> | Uuid of the volume connector. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.30. baremetal volume connector delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector delete [-h]
<volume connector>
[<volume connector> ...]
Unregister baremetal volume connector(s).
| Value | Summary |
|---|---|
| <volume connector> | Uuid(s) of the volume connector(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.31. baremetal volume connector list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--node <node>]
[--limit <limit>]
[--marker <volume connector>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal volume connectors.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <node> | Only list volume connectors of this node (name or UUID). |
| --limit <limit> | Maximum number of volume connectors to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <volume connector> | Volume connector UUID (for example, of the last volume connector in the list from a previous request). Returns the list of volume connectors after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified volume connector fields and directions (asc or desc) (default:asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about volume connectors. |
| --fields <field> [<field> …] | One or more volume connector fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.32. baremetal volume connector set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector set [-h] [--node <uuid>]
[--type <type>]
[--connector-id <connector id>]
[--extra <key=value>]
<volume connector>
Set baremetal volume connector properties.
| Value | Summary |
|---|---|
| <volume connector> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume connector belongs to. |
| --type <type> | Type of the volume connector. can be 'iqn', 'ip', 'mac', 'wwnn', 'wwpn', 'port', 'portgroup'. |
| --connector-id <connector id> | ID of the volume connector in the specified type. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
This command is provided by the python-ironicclient plugin.
11.33. baremetal volume connector show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
[--fields <field> [<field> ...]]
<id>
Show baremetal volume connector details.
| Value | Summary |
|---|---|
| <id> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more volume connector fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.34. baremetal volume connector unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume connector unset [-h] [--extra <key>]
<volume connector>
Unset baremetal volume connector properties.
| Value | Summary |
|---|---|
| <volume connector> | Uuid of the volume connector. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset (repeat option to unset multiple extras) |
This command is provided by the python-ironicclient plugin.
11.35. baremetal volume target create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--node <uuid> --type <volume
type> [--property <key=value>]
--boot-index <boot index>
--volume-id <volume id>
[--uuid <uuid>]
[--extra <key=value>]
Create a new baremetal volume target.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume target belongs to. |
| --type <volume type> | Type of the volume target, e.g. 'iscsi', 'fibre_channel'. |
| --property <key=value> | Key/value property related to the type of this volume target. Can be specified multiple times. |
| --boot-index <boot index> | Boot index of the volume target. |
| --volume-id <volume id> | ID of the volume associated with this target. |
| --uuid <uuid> | Uuid of the volume target. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.36. baremetal volume target delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target delete [-h]
<volume target>
[<volume target> ...]
Unregister baremetal volume target(s).
| Value | Summary |
|---|---|
| <volume target> | Uuid(s) of the volume target(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-ironicclient plugin.
11.37. baremetal volume target list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--node <node>]
[--limit <limit>]
[--marker <volume target>]
[--sort <key>[:<direction>]]
[--long | --fields <field> [<field> ...]]
List baremetal volume targets.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <node> | Only list volume targets of this node (name or uuid). |
| --limit <limit> | Maximum number of volume targets to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <volume target> | Volume target UUID (for example, of the last volume target in the list from a previous request). Returns the list of volume targets after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified volume target fields and directions (asc or desc) (default:asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about volume targets. |
| --fields <field> [<field> …] | One or more volume target fields. Only these fields will be fetched from the server. Can not be used when '--long' is specified. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-ironicclient plugin.
11.38. baremetal volume target set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target set [-h] [--node <uuid>]
[--type <volume type>]
[--property <key=value>]
[--boot-index <boot index>]
[--volume-id <volume id>]
[--extra <key=value>]
<volume target>
Set baremetal volume target properties.
| Value | Summary |
|---|---|
| <volume target> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node <uuid> | Uuid of the node that this volume target belongs to. |
| --type <volume type> | Type of the volume target, e.g. 'iscsi', 'fibre_channel'. |
| --property <key=value> | Key/value property related to the type of this volume target. Can be specified multiple times. |
| --boot-index <boot index> | Boot index of the volume target. |
| --volume-id <volume id> | ID of the volume associated with this target. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
This command is provided by the python-ironicclient plugin.
11.39. baremetal volume target show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--fields <field> [<field> ...]]
<id>
Show baremetal volume target details.
| Value | Summary |
|---|---|
| <id> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more volume target fields. Only these fields will be fetched from the server. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-ironicclient plugin.
11.40. baremetal volume target unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack baremetal volume target unset [-h] [--extra <key>]
[--property <key>]
<volume target>
Unset baremetal volume target properties.
| Value | Summary |
|---|---|
| <volume target> | Uuid of the volume target. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset (repeat option to unset multiple extras) |
| --property <key> | Property to unset on this baremetal volume target (repeat option to unset multiple properties). |
This command is provided by the python-ironicclient plugin.
Chapter 12. bgp リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the bgp command.
12.1. bgp dragent add speaker リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp dragent add speaker [-h] <agent-id> <bgp-speaker>
Add a BGP speaker to a dynamic routing agent
| Value | Summary |
|---|---|
| <agent-id> | Id of the dynamic routing agent |
| <bgp-speaker> | Id or name of the bgp speaker |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.2. bgp dragent remove speaker リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp dragent remove speaker [-h] <agent-id> <bgp-speaker>
Removes a BGP speaker from a dynamic routing agent
| Value | Summary |
|---|---|
| <agent-id> | Id of the dynamic routing agent |
| <bgp-speaker> | Id or name of the bgp speaker |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.3. bgp peer delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp peer delete [-h] <bgp-peer>
Delete a BGP peer
| Value | Summary |
|---|---|
| <bgp-peer> | Bgp peer to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.4. bgp peer list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp peer list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List BGP peers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
12.5. bgp peer set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp peer set [-h] [--name NAME] [--password <auth-password>]
<bgp-peer>
Update a BGP peer
| Value | Summary |
|---|---|
| <bgp-peer> | Bgp peer to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Updated name of the bgp peer |
| --password <auth-password> | Updated authentication password |
This command is provided by the python-neutronclient plugin.
12.6. bgp peer show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp peer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<bgp-peer>
Show information for a BGP peer
| Value | Summary |
|---|---|
| <bgp-peer> | Bgp peer to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
12.7. bgp speaker add network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker add network [-h] <bgp-speaker> <network>
Add a network to a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker (name or id) |
| <network> | Network to add (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.8. bgp speaker add peer リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker add peer [-h] <bgp-speaker> <bgp-peer>
Add a peer to a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker (name or id) |
| <bgp-peer> | Bgp peer to add (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.9. bgp speaker create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --local-as <local-as>
[--ip-version {4,6}]
[--advertise-floating-ip-host-routes]
[--no-advertise-floating-ip-host-routes]
[--advertise-tenant-networks]
[--no-advertise-tenant-networks]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create a BGP speaker
| Value | Summary |
|---|---|
| <name> | Name of the bgp speaker to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --local-as <local-as> | Local AS number. (Integer in [1, 65535] is allowed.) |
| --ip-version {4,6} | Ip version for the bgp speaker (default is 4) |
| --advertise-floating-ip-host-routes | Enable the advertisement of floating IP host routes by the BGP speaker. (default) |
| --no-advertise-floating-ip-host-routes | Disable the advertisement of floating IP host routes by the BGP speaker. |
| --advertise-tenant-networks | Enable the advertisement of tenant network routes by the BGP speaker. (default) |
| --no-advertise-tenant-networks | Disable the advertisement of tenant network routes by the BGP speaker. |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
12.10. bgp speaker delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker delete [-h] <bgp-speaker>
Delete a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.11. bgp speaker list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--agent <agent-id>]
List BGP speakers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --agent <agent-id> | List bgp speakers hosted by an agent (id only) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
12.12. bgp speaker list advertised routes リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker list advertised routes [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<bgp-speaker>
List routes advertised
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
12.13. bgp speaker remove network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker remove network [-h] <bgp-speaker> <network>
Remove a network from a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker (name or id) |
| <network> | Network to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.14. bgp speaker remove peer リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker remove peer [-h] <bgp-speaker> <bgp-peer>
Remove a peer from a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker (name or id) |
| <bgp-peer> | Bgp peer to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
12.15. bgp speaker set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker set [-h] [--name NAME]
[--advertise-floating-ip-host-routes]
[--no-advertise-floating-ip-host-routes]
[--advertise-tenant-networks]
[--no-advertise-tenant-networks]
<bgp-speaker>
Set BGP speaker properties
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Name of the bgp speaker to update |
| --advertise-floating-ip-host-routes | Enable the advertisement of floating IP host routes by the BGP speaker. (default) |
| --no-advertise-floating-ip-host-routes | Disable the advertisement of floating IP host routes by the BGP speaker. |
| --advertise-tenant-networks | Enable the advertisement of tenant network routes by the BGP speaker. (default) |
| --no-advertise-tenant-networks | Disable the advertisement of tenant network routes by the BGP speaker. |
This command is provided by the python-neutronclient plugin.
12.16. bgp speaker show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<bgp-speaker>
Show a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
12.17. bgp speaker show dragents リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgp speaker show dragents [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<bgp-speaker>
List dynamic routing agents hosting a BGP speaker
| Value | Summary |
|---|---|
| <bgp-speaker> | Id or name of the bgp speaker |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
Chapter 13. bgpvpn リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the bgpvpn command.
13.1. bgpvpn create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--project <project>]
[--project-domain <project-domain>]
[--name <name>] [--route-target <route-target>]
[--import-target <import-target>]
[--export-target <export-target>]
[--route-distinguisher <route-distinguisher>]
[--vni VNI] [--local-pref LOCAL_PREF]
[--type {l2,l3}]
Create BGP VPN resource
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --name <name> | Name of the bgp vpn |
| --route-target <route-target> | Add Route Target to import/export list (repeat option for multiple Route Targets) |
| --import-target <import-target> | Add Route Target to import list (repeat option for multiple Route Targets) |
| --export-target <export-target> | Add Route Target to export list (repeat option for multiple Route Targets) |
| --route-distinguisher <route-distinguisher> | Add Route Distinguisher to the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers) |
| --vni VNI | Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used |
| --local-pref LOCAL_PREF | Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN. |
| --type {l2,l3} | Bgp vpn type selection between ip vpn (l3) and Ethernet VPN (l2) (default: l3) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.2. bgpvpn delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn delete [-h] <bgpvpn> [<bgpvpn> ...]
Delete BGP VPN resource(s)
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
13.3. bgpvpn list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--project-domain <project-domain>] [--long]
[--property <key=value>]
List BGP VPN resources
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --long | List additional fields in output |
| --property <key=value> | Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
13.4. bgpvpn network association create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn network association create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
<bgpvpn> <network>
Create a BGP VPN network association
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to apply the network association (name or id) |
| <network> | Network to associate the bgp vpn (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.5. bgpvpn network association delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn network association delete [-h]
<network association ID>
[<network association ID> ...]
<bgpvpn>
Delete a BGP VPN network association(s) for a given BGP VPN
| Value | Summary |
|---|---|
| <network association ID> | Network association ID(s) to remove |
| <bgpvpn> | Bgp vpn the network association belongs to (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
13.6. bgpvpn network association list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn network association list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--property <key=value>]
<bgpvpn>
List BGP VPN network associations for a given BGP VPN
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn listed associations belong to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --property <key=value> | Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
13.7. bgpvpn network association show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn network association show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
<network association ID>
<bgpvpn>
Show information of a given BGP VPN network association
| Value | Summary |
|---|---|
| <network association ID> | Network association ID to look up |
| <bgpvpn> | Bgp vpn the association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.8. bgpvpn port association create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
[--advertise-fixed-ips | --no-advertise-fixed-ips]
[--prefix-route prefix=<cidr>[,local_pref=<integer>]]
[--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]]
<bgpvpn> <port>
Create a BGP VPN port association
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to apply the port association (name or id) |
| <port> | Port to associate the bgp vpn (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --advertise-fixed-ips | Fixed IPs of the port will be advertised to the BGP VPN (default) |
| --no-advertise-fixed-ips | Fixed IPs of the port will not be advertised to the BGP VPN |
| --prefix-route prefix=<cidr>[,local_pref=<integer>] | Add prefix route in CIDR notation. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple prefix routes) |
| --bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>] | Add BGP VPN route for route leaking. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple BGP VPN routes) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.9. bgpvpn port association delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association delete [-h]
<port association ID>
[<port association ID> ...]
<bgpvpn>
Delete a BGP VPN port association(s) for a given BGP VPN
| Value | Summary |
|---|---|
| <port association ID> | Port association ID(s) to remove |
| <bgpvpn> | Bgp vpn the port association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
13.10. bgpvpn port association list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--property <key=value>]
<bgpvpn>
List BGP VPN port associations for a given BGP VPN
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn listed associations belong to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --property <key=value> | Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
13.11. bgpvpn port association set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association set [-h]
[--advertise-fixed-ips | --no-advertise-fixed-ips]
[--prefix-route prefix=<cidr>[,local_pref=<integer>]]
[--bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>]]
[--no-prefix-route]
[--no-bgpvpn-route]
<port association ID> <bgpvpn>
Set BGP VPN port association properties
| Value | Summary |
|---|---|
| <port association ID> | Port association ID to update |
| <bgpvpn> | Bgp vpn the port association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --advertise-fixed-ips | Fixed IPs of the port will be advertised to the BGP VPN |
| --no-advertise-fixed-ips | Fixed IPs of the port will not be advertised to the BGP VPN |
| --prefix-route prefix=<cidr>[,local_pref=<integer>] | Add prefix route in CIDR notation. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple prefix routes) |
| --bgpvpn-route bgpvpn=<BGP VPN ID or name>[,local_pref=<integer>] | Add BGP VPN route for route leaking. Optionally, can control the value of the BGP LOCAL_PREF of the routes that will be advertised (repeat option for multiple BGP VPN routes) |
| --no-prefix-route | Empty prefix route list |
| --no-bgpvpn-route | Empty bgp vpn route list |
This command is provided by the python-neutronclient plugin.
13.12. bgpvpn port association show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<port association ID> <bgpvpn>
Show information of a given BGP VPN port association
| Value | Summary |
|---|---|
| <port association ID> | Port association ID to look up |
| <bgpvpn> | Bgp vpn the association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.13. bgpvpn port association unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn port association unset [-h]
[--advertise-fixed-ips | --no-advertise-fixed-ips]
[--prefix-route <cidr>]
[--bgpvpn-route <BGP VPN ID or name>]
[--all-prefix-routes]
[--all-bgpvpn-routes]
<port association ID> <bgpvpn>
Unset BGP VPN port association properties
| Value | Summary |
|---|---|
| <port association ID> | Port association ID to update |
| <bgpvpn> | Bgp vpn the port association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --advertise-fixed-ips | Fixed IPs of the port will not be advertised to the BGP VPN |
| --no-advertise-fixed-ips | Fixed IPs of the port will be advertised to the BGP VPN |
| --prefix-route <cidr> | Remove prefix route in CIDR notation (repeat option for multiple prefix routes) |
| --bgpvpn-route <BGP VPN ID or name> | Remove BGP VPN route (repeat option for multiple BGP VPN routes) |
| --all-prefix-routes | Empty prefix route list |
| --all-bgpvpn-routes | Empty bgp vpn route list |
This command is provided by the python-neutronclient plugin.
13.14. bgpvpn router association create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn router association create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
<bgpvpn> <router>
Create a BGP VPN router association
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to apply the router association (name or id) |
| <router> | Router to associate the bgp vpn (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.15. bgpvpn router association delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn router association delete [-h]
<router association ID>
[<router association ID> ...]
<bgpvpn>
Delete a BGP VPN router association(s) for a given BGP VPN
| Value | Summary |
|---|---|
| <router association ID> | Router association ID(s) to remove |
| <bgpvpn> | Bgp vpn the router association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
13.16. bgpvpn router association list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn router association list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--property <key=value>]
<bgpvpn>
List BGP VPN router associations for a given BGP VPN
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn listed associations belong to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --property <key=value> | Filter property to apply on returned BGP VPNs (repeat to filter on multiple properties) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
13.17. bgpvpn router association show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn router association show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<router association ID>
<bgpvpn>
Show information of a given BGP VPN router association
| Value | Summary |
|---|---|
| <router association ID> | Router association ID to look up |
| <bgpvpn> | Bgp vpn the association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.18. bgpvpn set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn set [-h] [--name <name>]
[--route-target <route-target>]
[--no-route-target]
[--import-target <import-target>]
[--no-import-target]
[--export-target <export-target>]
[--no-export-target]
[--route-distinguisher <route-distinguisher>]
[--no-route-distinguisher] [--vni VNI]
[--local-pref LOCAL_PREF]
<bgpvpn>
Set BGP VPN properties
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the bgp vpn |
| --route-target <route-target> | Add Route Target to import/export list (repeat option for multiple Route Targets) |
| --no-route-target | Empty route target list |
| --import-target <import-target> | Add Route Target to import list (repeat option for multiple Route Targets) |
| --no-import-target | Empty import route target list |
| --export-target <export-target> | Add Route Target to export list (repeat option for multiple Route Targets) |
| --no-export-target | Empty export route target list |
| --route-distinguisher <route-distinguisher> | Add Route Distinguisher to the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers) |
| --no-route-distinguisher | Empty route distinguisher list |
| --vni VNI | Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used |
| --local-pref LOCAL_PREF | Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN. |
This command is provided by the python-neutronclient plugin.
13.19. bgpvpn show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<bgpvpn>
Show information of a given BGP VPN
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
13.20. bgpvpn unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack bgpvpn unset [-h] [--route-target <route-target>]
[--all-route-target]
[--import-target <import-target>]
[--all-import-target]
[--export-target <export-target>]
[--all-export-target]
[--route-distinguisher <route-distinguisher>]
[--all-route-distinguisher] [--vni VNI]
[--local-pref LOCAL_PREF]
<bgpvpn>
Unset BGP VPN properties
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --route-target <route-target> | Remove Route Target from import/export list (repeat option for multiple Route Targets) |
| --all-route-target | Empty route target list |
| --import-target <import-target> | Remove Route Target from import list (repeat option for multiple Route Targets) |
| --all-import-target | Empty import route target list |
| --export-target <export-target> | Remove Route Target from export list (repeat option for multiple Route Targets) |
| --all-export-target | Empty export route target list |
| --route-distinguisher <route-distinguisher> | Remove Route Distinguisher from the list of Route Distinguishers from which a Route Distinguishers will be picked from to advertise a VPN route (repeat option for multiple Route Distinguishers) |
| --all-route-distinguisher | Empty route distinguisher list |
| --vni VNI | Vxlan network identifier to be used for this bgpvpn when a VXLAN encapsulation is used |
| --local-pref LOCAL_PREF | Default BGP LOCAL_PREF to use in route advertisementstowards this BGPVPN. |
This command is provided by the python-neutronclient plugin.
Chapter 14. ca リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the ca command.
14.1. ca get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ca get [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
URI
Retrieve a CA by providing its URI.
| Value | Summary |
|---|---|
| URI | The uri reference for the ca. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
14.2. ca list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ca list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width] [--print-empty]
[--noindent] [--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--limit LIMIT]
[--offset OFFSET] [--name NAME]
List CAs.
| Value | Summary |
|---|---|
| -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 ca name (default: none) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
Chapter 15. catalog リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the catalog command.
15.1. catalog list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack catalog list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List services in the service catalog
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
15.2. catalog show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack catalog show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<service>
Display service catalog details
| Value | Summary |
|---|---|
| <service> | Service to display (type or name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 16. coe リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the coe command.
16.1. coe ca rotate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe ca rotate [-h] <cluster>
Rotate the CA certificate for cluster to revoke access.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
16.2. coe ca show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe ca show [-h] <cluster>
Show details about the CA certificate for a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
16.3. coe ca sign リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe ca sign [-h] <cluster> <csr>
Generate the CA certificate for a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| <csr> | File path of csr file to send to magnum to get signed. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
16.4. coe cluster config リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster config [-h] [--dir <dir>] [--force] <cluster>
Get Configuration for a Cluster
| Value | Summary |
|---|---|
| <cluster> | The name or uuid of cluster to update |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --dir <dir> | Directory to save the certificate and config files. |
| --force | Overwrite files if existing. |
This command is provided by the python-magnumclient plugin.
16.5. coe cluster create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster create [-h] --cluster-template <cluster-template>
[--discovery-url <discovery-url>]
[--docker-volume-size <docker-volume-size>]
[--labels <KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3...>]
[--keypair <keypair>]
[--master-count <master-count>]
[--node-count <node-count>]
[--timeout <timeout>]
[--master-flavor <master-flavor>]
[--flavor <flavor>]
<name>
Create a cluster
| Value | Summary |
|---|---|
| <name> | Name of the cluster to create. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --cluster-template <cluster-template> | ID or name of the cluster template. |
| --discovery-url <discovery-url> | Specifies custom delivery url for node discovery. |
| --docker-volume-size <docker-volume-size> | The size in GB for the docker volume to use. |
| --labels <KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3…> | Arbitrary labels in the form of key=valuepairs to associate with a cluster template. May be used multiple times. |
| --keypair <keypair> | Uuid or name of the keypair to use. |
| --master-count <master-count> | The number of master nodes for the cluster. |
| --node-count <node-count> | The cluster node count. |
| --timeout <timeout> | The timeout for cluster creation time. the default is 60 minutes. |
| --master-flavor <master-flavor> | The nova flavor name or UUID to use when launching the master node of the Cluster. |
| --flavor <flavor> | The nova flavor name or uuid to use when launching the Cluster. |
This command is provided by the python-magnumclient plugin.
16.6. coe cluster delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster delete [-h] <cluster> [<cluster> ...]
Delete a cluster
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
16.7. coe cluster list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--sort-key <sort-key>]
[--sort-dir <sort-dir>]
List clusters
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of clusters to return |
| --sort-key <sort-key> | Column to sort results by |
| --sort-dir <sort-dir> | Direction to sort. "asc" or "desc". |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-magnumclient plugin.
16.8. coe cluster show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<cluster>
Show a Cluster
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster to show. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-magnumclient plugin.
16.9. coe cluster template create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--coe <coe> --image <image>
--external-network
<external-network>
[--keypair <keypair>]
[--fixed-network <fixed-network>]
[--fixed-subnet <fixed-subnet>]
[--network-driver <network-driver>]
[--volume-driver <volume-driver>]
[--dns-nameserver <dns-nameserver>]
[--flavor <flavor>]
[--master-flavor <master-flavor>]
[--docker-volume-size <docker-volume-size>]
[--docker-storage-driver <docker-storage-driver>]
[--http-proxy <http-proxy>]
[--https-proxy <https-proxy>]
[--no-proxy <no-proxy>]
[--labels <KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3...>]
[--tls-disabled] [--public]
[--registry-enabled]
[--server-type <server-type>]
[--master-lb-enabled]
[--floating-ip-enabled]
[--floating-ip-disabled]
<name>
Create a Cluster Template.
| Value | Summary |
|---|---|
| <name> | Name of the cluster template to create. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --coe <coe> | Specify the container orchestration engine to use. |
| --image <image> | The name or uuid of the base image to customize for the Cluster. |
| --external-network <external-network> | The external Neutron network name or UUID to connect to this Cluster Template. |
| --keypair <keypair> | The name or uuid of the ssh keypair to load into the Cluster nodes. |
| --fixed-network <fixed-network> | The private Neutron network name to connect to this Cluster model. |
| --fixed-subnet <fixed-subnet> | The private Neutron subnet name to connect to Cluster. |
| --network-driver <network-driver> | The network driver name for instantiating container networks. |
| --volume-driver <volume-driver> | The volume driver name for instantiating container volume. |
| --dns-nameserver <dns-nameserver> | The DNS nameserver to use for this cluster template. |
| --flavor <flavor> | The nova flavor name or uuid to use when launching the Cluster. |
| --master-flavor <master-flavor> | The nova flavor name or UUID to use when launching the master node of the Cluster. |
| --docker-volume-size <docker-volume-size> | Specify the number of size in GB for the docker volume to use. |
| --docker-storage-driver <docker-storage-driver> | Select a docker storage driver. Supported: devicemapper, overlay. Default: devicemapper |
| --http-proxy <http-proxy> | The http_proxy address to use for nodes in Cluster. |
| --https-proxy <https-proxy> | The https_proxy address to use for nodes in Cluster. |
| --no-proxy <no-proxy> | The no_proxy address to use for nodes in Cluster. |
| --labels <KEY1=VALUE1,KEY2=VALUE2;KEY3=VALUE3…> | Arbitrary labels in the form of key=value pairs to associate with a cluster template. May be used multiple times. |
| --tls-disabled | Disable tls in the cluster. |
| --public | Make cluster template public. |
| --registry-enabled | Enable docker registry in the cluster |
| --server-type <server-type> | Specify the server type to be used for example vm. For this release default server type will be vm. |
| --master-lb-enabled | Indicates whether created clusters should have a load balancer for master nodes or not. |
| --floating-ip-enabled | Indicates whether created Clusters should have a floating ip. |
| --floating-ip-disabled | Disables floating ip creation on the new Cluster |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-magnumclient plugin.
16.10. coe cluster template delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster template delete [-h]
<cluster-templates>
[<cluster-templates> ...]
Delete a Cluster Template.
| Value | Summary |
|---|---|
| <cluster-templates> | Id or name of the (cluster template)s to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
16.11. coe cluster template list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>]
[--sort-key <sort-key>]
[--sort-dir <sort-dir>]
[--fields <fields>]
List Cluster Templates.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of cluster templates to return |
| --sort-key <sort-key> | Column to sort results by |
| --sort-dir <sort-dir> | Direction to sort. "asc" or "desc". |
| --fields <fields> | Comma-separated list of fields to display. available fields: uuid, name, coe, image_id, public, link, apiserver_port, server_type, tls_disabled, registry_enabled |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-magnumclient plugin.
16.12. coe cluster template show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<cluster-template>
Show a Cluster Template.
| Value | Summary |
|---|---|
| <cluster-template> | Id or name of the cluster template to show. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-magnumclient plugin.
16.13. coe cluster template update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<cluster-template> <op>
<path=value> [<path=value> ...]
Update a Cluster Template.
| Value | Summary |
|---|---|
| <cluster-template> | The name or uuid of cluster template to update |
| <op> | Operations: one of 'add', 'replace' or 'remove' |
| <path=value> | Attributes to add/replace or remove (only path is necessary on remove) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-magnumclient plugin.
16.14. coe cluster update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe cluster update [-h] [--rollback]
<cluster> <op> <path=value>
[<path=value> ...]
Update a Cluster
| Value | Summary |
|---|---|
| <cluster> | The name or uuid of cluster to update |
| <op> | Operations: one of 'add', 'replace' or 'remove' |
| <path=value> | Attributes to add/replace or remove (only path is necessary on remove) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --rollback | Rollback cluster on update failure. |
This command is provided by the python-magnumclient plugin.
16.15. coe quotas create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe quotas create [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
Create a quota.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project ID |
| --resource <resource> | Resource name. |
| --hard-limit <hard-limit> | Max resource limit (default: hard-limit=1) |
This command is provided by the python-magnumclient plugin.
16.16. coe quotas delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe quotas delete [-h] --project-id <project-id> --resource
<resource>
Delete specified resource quota.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project ID |
| --resource <resource> | Resource name. |
This command is provided by the python-magnumclient plugin.
16.17. coe quotas list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe quotas list [-h] [--marker <marker>] [--limit <limit>]
[--sort-key <sort-key>]
[--sort-dir <sort-dir>] [--all-tenants]
Print a list of available quotas.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <marker> | The last quota uuid of the previous page; displays list of quotas after "marker". |
| --limit <limit> | Maximum number of quotas to return. |
| --sort-key <sort-key> | Column to sort results by. |
| --sort-dir <sort-dir> | Direction to sort. "asc" or "desc". |
| --all-tenants | Flag to indicate list all tenant quotas. |
This command is provided by the python-magnumclient plugin.
16.18. coe quotas show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe quotas show [-h] --project-id <project-id> --resource
<resource>
Show details about the given project resource quota.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project ID |
| --resource <resource> | Resource name. |
This command is provided by the python-magnumclient plugin.
16.19. coe quotas update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe quotas update [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
Update information about the given project resource quota.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project ID |
| --resource <resource> | Resource name. |
| --hard-limit <hard-limit> | Max resource limit (default: hard-limit=1) |
This command is provided by the python-magnumclient plugin.
16.20. coe service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
Print a list of Magnum services.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-magnumclient plugin.
16.21. coe stats list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack coe stats list [-h] <project>
Show stats for the given project_id
| Value | Summary |
|---|---|
| <project> | Project id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-magnumclient plugin.
Chapter 17. command リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the command command.
17.1. command list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack command list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--group <group-keyword>]
List recognized commands by group
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --group <group-keyword> | Show commands filtered by a command group, for example: identity, volume, compute, image, network and other keywords |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
Chapter 18. complete.adoc リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the complete.adoc command.
18.1. complete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack complete [-h] [--name <command_name>] [--shell <shell>]
print bash completion command
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <command_name> | Command name to support with command completion |
| --shell <shell> | Shell being used. use none for data only (default: bash) |
This command is provided by the cliff plugin.
Chapter 19. compute リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the compute command.
19.1. compute agent create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute agent create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<os> <architecture> <version> <url>
<md5hash> <hypervisor>
Create compute agent
| Value | Summary |
|---|---|
| <os> | Type of os |
| <architecture> | Type of architecture |
| <version> | Version |
| <url> | Url |
| <md5hash> | Md5 hash |
| <hypervisor> | Type of hypervisor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
19.2. compute agent delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute agent delete [-h] <id> [<id> ...]
Delete compute agent(s)
| Value | Summary |
|---|---|
| <id> | Id of agent(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
19.3. compute agent list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute agent list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--hypervisor <hypervisor>]
List compute agents
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --hypervisor <hypervisor> | Type of hypervisor |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
19.4. compute agent set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute agent set [-h] [--agent-version <version>]
[--url <url>] [--md5hash <md5hash>]
<id>
Set compute agent properties
| Value | Summary |
|---|---|
| <id> | Id of the agent |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --agent-version <version> | Version of the agent |
| --url <url> | Url of the agent |
| --md5hash <md5hash> | Md5 hash of the agent |
19.5. compute service delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute service delete [-h] <service> [<service> ...]
Delete compute service(s)
| Value | Summary |
|---|---|
| <service> | Compute service(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
19.6. compute service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--host <host>] [--service <service>]
[--long]
List compute services
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
19.7. compute service set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack compute service set [-h] [--enable | --disable]
[--disable-reason <reason>]
[--up | --down]
<host> <service>
Set compute service properties
| Value | Summary |
|---|---|
| <host> | Name of host |
| <service> | Name of service (binary name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --enable | Enable service |
| --disable | Disable service |
| --disable-reason <reason> | Reason for disabling the service (in quotes). Should be used with --disable option. |
| --up | Force up service |
| --down | Force down service |
Chapter 20. configuration リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the configuration command.
20.1. configuration show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack configuration show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--mask | --unmask]
Display configuration details
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --mask | Attempt to mask passwords (default) |
| --unmask | Show password in clear text |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 21. consistency リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the consistency command.
21.1. consistency group add volume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group add volume [-h]
<consistency-group> <volume>
[<volume> ...]
Add volume(s) to consistency group
| Value | Summary |
|---|---|
| <consistency-group> | Consistency group to contain <volume> (name or id) |
| <volume> | Volume(s) to add to <consistency-group> (name or id) (repeat option to add multiple volumes) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
21.2. consistency group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
(--volume-type <volume-type> | --consistency-group-source <consistency-group> | --consistency-group-snapshot <consistency-group-snapshot>)
[--description <description>]
[--availability-zone <availability-zone>]
[<name>]
Create new consistency group.
| Value | Summary |
|---|---|
| <name> | Name of new consistency group (default to none) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --volume-type <volume-type> | Volume type of this consistency group (name or ID) |
| --consistency-group-source <consistency-group> | Existing consistency group (name or ID) |
| --consistency-group-snapshot <consistency-group-snapshot> | Existing consistency group snapshot (name or ID) |
| --description <description> | Description of this consistency group |
| --availability-zone <availability-zone> | Availability zone for this consistency group (not available if creating consistency group from source) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
21.3. consistency group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group delete [-h] [--force]
<consistency-group>
[<consistency-group> ...]
Delete consistency group(s).
| Value | Summary |
|---|---|
| <consistency-group> | Consistency group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Allow delete in state other than error or available |
21.4. consistency group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--long]
List consistency groups.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show details for all projects. admin only. (defaults to False) |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
21.5. consistency group remove volume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group remove volume [-h]
<consistency-group> <volume>
[<volume> ...]
Remove volume(s) from consistency group
| Value | Summary |
|---|---|
| <consistency-group> | Consistency group containing <volume> (name or id) |
| <volume> | Volume(s) to remove from <consistency-group> (name or ID) (repeat option to remove multiple volumes) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
21.6. consistency group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group set [-h] [--name <name>]
[--description <description>]
<consistency-group>
Set consistency group properties
| Value | Summary |
|---|---|
| <consistency-group> | Consistency group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New consistency group name |
| --description <description> | New consistency group description |
21.7. consistency group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<consistency-group>
Display consistency group details.
| Value | Summary |
|---|---|
| <consistency-group> | Consistency group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
21.8. consistency group snapshot create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group snapshot create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--consistency-group <consistency-group>]
[--description <description>]
[<snapshot-name>]
Create new consistency group snapshot.
| Value | Summary |
|---|---|
| <snapshot-name> | Name of new consistency group snapshot (default to None) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --consistency-group <consistency-group> | Consistency group to snapshot (name or ID) (default to be the same as <snapshot-name>) |
| --description <description> | Description of this consistency group snapshot |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
21.9. consistency group snapshot delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group snapshot delete [-h]
<consistency-group-snapshot>
[<consistency-group-snapshot> ...]
Delete consistency group snapshot(s).
| Value | Summary |
|---|---|
| <consistency-group-snapshot> | Consistency group snapshot(s) to delete (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
21.10. consistency group snapshot list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group snapshot list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--long]
[--status <status>]
[--consistency-group <consistency-group>]
List consistency group snapshots.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show detail for all projects (admin only) (defaults to False) |
| --long | List additional fields in output |
| --status <status> | Filters results by a status ("available", "error", "creating", "deleting" or "error_deleting") |
| --consistency-group <consistency-group> | Filters results by a consistency group (name or ID) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
21.11. consistency group snapshot show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack consistency group snapshot show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
<consistency-group-snapshot>
Display consistency group snapshot details
| Value | Summary |
|---|---|
| <consistency-group-snapshot> | Consistency group snapshot to display (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 22. console リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the console command.
22.1. console log show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack console log show [-h] [--lines <num-lines>] <server>
Show server’s console output
| Value | Summary |
|---|---|
| <server> | Server to show console log (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --lines <num-lines> | Number of lines to display from the end of the log (default=all) |
22.2. console url show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack console url show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--novnc | --xvpvnc | --spice | --rdp | --serial | --mks]
<server>
Show server’s remote console URL
| Value | Summary |
|---|---|
| <server> | Server to show url (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --novnc | Show novnc console url (default) |
| --xvpvnc | Show xvpvnc console url |
| --spice | Show spice console url |
| --rdp | Show rdp console url |
| --serial | Show serial console url |
| --mks | Show webmks console url |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 23. container リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the container command.
23.1. container create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container create [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<container-name> [<container-name> ...]
Create new container
| Value | Summary |
|---|---|
| <container-name> | New container name(s) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
23.2. container delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container delete [-h] [--recursive]
<container> [<container> ...]
Delete container
| Value | Summary |
|---|---|
| <container> | Container(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --recursive, -r | Recursively delete objects and container |
23.3. container list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--prefix <prefix>] [--marker <marker>]
[--end-marker <end-marker>]
[--limit <num-containers>] [--long] [--all]
List containers
| Value | Summary |
|---|---|
| -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 <num-containers> | Limit the number of containers returned |
| --long | List additional fields in output |
| --all | List all containers (default is 10000) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
23.4. container save リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container save [-h] <container>
Save container contents locally
| Value | Summary |
|---|---|
| <container> | Container to save |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
23.5. container set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container set [-h] --property <key=value> <container>
Set container properties
| Value | Summary |
|---|---|
| <container> | Container to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key=value> | Set a property on this container (repeat option to set multiple properties) |
23.6. container show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<container>
Display container details
| Value | Summary |
|---|---|
| <container> | Container to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
23.7. container unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack container unset [-h] --property <key> <container>
Unset container properties
| Value | Summary |
|---|---|
| <container> | Container to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from container (repeat option to remove multiple properties) |
Chapter 24. cron リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the cron command.
24.1. cron trigger create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack cron trigger create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--params PARAMS] [--pattern <* * * * *>]
[--first-time <YYYY-MM-DD HH:MM>]
[--count <integer>] [--utc]
name workflow_identifier [workflow_input]
Create new trigger.
| Value | Summary |
|---|---|
| name | Cron trigger name |
| workflow_identifier | Workflow name or id |
| workflow_input | Workflow input |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --params PARAMS | Workflow params |
| --pattern <* * * * *> | Cron trigger pattern |
| --first-time <YYYY-MM-DD HH:MM> | Date and time of the first execution. Time is treated as local time unless --utc is also specified |
| --count <integer> | Number of wanted executions |
| --utc | All times specified should be treated as utc |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
24.2. cron trigger delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack cron trigger delete [-h] cron_trigger [cron_trigger ...]
Delete trigger.
| Value | Summary |
|---|---|
| cron_trigger | Name of cron trigger(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
24.3. cron trigger list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack cron trigger list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all cron triggers.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
24.4. cron trigger show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack cron trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
cron_trigger
Show specific cron trigger.
| Value | Summary |
|---|---|
| cron_trigger | Cron trigger name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 25. database リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the database command.
25.1. database backup create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--parent <parent>] [--incremental]
<instance> <name>
Creates a backup of an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of the backup. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | An optional description for the backup. |
| --parent <parent> | Optional id of the parent backup to perform an incremental backup from. |
| --incremental | Create an incremental backup based on the last full or incremental backup. It will create a full backup if no existing backup found. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.2. database backup delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup delete [-h] <backup>
Deletes a backup.
| Value | Summary |
|---|---|
| <backup> | Id or name of the backup. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.3. database backup execution delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup execution delete [-h] <execution>
Deletes an execution.
| Value | Summary |
|---|---|
| <execution> | Id of the execution to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.4. database backup list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <ID>]
[--datastore <datastore>]
List database backups
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Return up to n number of the most recent bcakups. |
| --marker <ID> | Begin displaying the results for ids greater than thespecified marker. When used with :option:`--limit,` setthis to the last ID displayed in the previous run. |
| --datastore <datastore> | ID or name of the datastore (to filter backups by). |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.5. database backup list instance リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup list instance [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>]
[--marker <ID>]
<instance>
Lists available backups for an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Return up to n number of the most recent bcakups. |
| --marker <ID> | Begin displaying the results for ids greater than thespecified marker. When used with :option:`--limit,` setthis to the last ID displayed in the previous run. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.6. database backup show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database backup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<backup>
Shows details of a database backup
| Value | Summary |
|---|---|
| <backup> | Id or name of the backup |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.7. database cluster create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--instance "opt=<value>[,opt=<value> ...]
"] [--locality <policy>]
<name> <datastore>
<datastore_version>
Creates a new database cluster.
| Value | Summary |
|---|---|
| <name> | Name of the cluster. |
| <datastore> | A datastore name or id. |
| <datastore_version> | A datastore version name or id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance "opt=<value>[,opt=<value> …] " | Add an instance to the cluster. Specify multiple times to create multiple instances. Valid options are: flavor=<flavor_name_or_id>, volume=<disk_size_in_GB>, volume_type=<type>, nic='<net-id=<net-uuid>, v4-fixed- ip=<ip-addr>, port-id=<port-uuid>>' (where net- id=network_id, v4-fixed-ip=IPv4r_fixed_address, port- id=port_id), availability_zone=<AZ_hint_for_Nova>, module=<module_name_or_id>, type=<type_of_cluster_node>, related_to=<related_attribute>. |
| --locality <policy> | Locality policy to use when creating cluster. choose one of affinity, anti-affinity. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.8. database cluster delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster delete [-h] <cluster>
Deletes a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.9. database cluster force delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster force delete [-h] <cluster>
Force delete a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.10. database cluster grow リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster grow [-h]
[--instance "opt=<value>[,opt=<value> ...]
"]
<cluster>
Adds more instances to a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --instance "opt=<value>[,opt=<value> …] " | Add an instance to the cluster. Specify multiple times to create multiple instances. Valid options are: flavor=<flavor_name_or_id>, volume=<disk_size_in_GB>, volume_type=<type>, nic='<net-id=<net-uuid>, v4-fixed- ip=<ip-addr>, port-id=<port-uuid>>' (where net- id=network_id, v4-fixed-ip=IPv4r_fixed_address, port- id=port_id), availability_zone=<AZ_hint_for_Nova>, module=<module_name_or_id>, type=<type_of_cluster_node>, related_to=<related_attribute>. |
This command is provided by the python-troveclient plugin.
25.11. database cluster list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <ID>]
List database clusters
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Limit the number of results displayed. |
| --marker <ID> | Begin displaying the results for ids greater than the specified marker. When used with :option:`--limit,` set this to the last ID displayed in the previous run. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.12. database cluster list instances リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster list instances [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<cluster>
Lists all instances of a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.13. database cluster modules リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster modules [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<cluster>
Lists all modules for each instance of a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.14. database cluster reset status リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster reset status [-h] <cluster>
Set the cluster task to NONE.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.15. database cluster show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<cluster>
Shows details of a database cluster
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.16. database cluster shrink リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster shrink [-h]
<cluster> <instance> [<instance> ...]
Drops instances from a cluster.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| <instance> | Drop instance(s) from the cluster. specify multiple ids to drop multiple instances. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.17. database cluster upgrade リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database cluster upgrade [-h] <cluster> <datastore_version>
Upgrades a cluster to a new datastore version.
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster. |
| <datastore_version> | A datastore version name or id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.18. database configuration attach リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration attach [-h] <instance> <configuration>
Attaches a configuration group to an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance |
| <configuration> | Id or name of the configuration group to attach to the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.19. database configuration create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--datastore <datastore>]
[--datastore_version <datastore_version>]
[--description <description>]
<name> <values>
Creates a configuration group.
| Value | Summary |
|---|---|
| <name> | Name of the configuration group. |
| <values> | Dictionary of the values to set. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --datastore <datastore> | Datastore assigned to the configuration group. Required if default datastore is not configured. |
| --datastore_version <datastore_version> | Datastore version ID assigned to the configuration group. |
| --description <description> | An optional description for the configuration group. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.20. database configuration default リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration default [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<instance>
Shows the default configuration of an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.21. database configuration delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration delete [-h] <configuration_group>
Deletes a configuration group.
| Value | Summary |
|---|---|
| <configuration_group> | ID or name of the configuration group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.22. database configuration detach リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration detach [-h] <instance>
Detaches a configuration group from an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.23. database configuration instances リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration instances [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>]
[--marker <ID>]
<configuration_group>
Lists all instances associated with a configuration group.
| Value | Summary |
|---|---|
| <configuration_group> | ID or name of the configuration group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Limit the number of results displayed. |
| --marker <ID> | Begin displaying the results for ids greater than the specified marker. When used with --limit, set this to the last ID displayed in the previous run. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.24. database configuration list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <ID>]
List database configurations
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Limit the number of results displayed. |
| --marker <ID> | Begin displaying the results for ids greater than the specified marker. When used with --limit, set this to the last ID displayed in the previous run. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.25. database configuration parameter list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration parameter list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--datastore <datastore>]
<datastore_version>
Lists available parameters for a configuration group.
| Value | Summary |
|---|---|
| <datastore_version> | Datastore version name or id assignedto the configuration group. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --datastore <datastore> | ID or name of the datastore to list configurationparameters for. Optional if the ID of thedatastore_version is provided. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.26. database configuration parameter show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration parameter show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--datastore <datastore>]
<datastore_version>
<parameter>
Shows details of a database configuration parameter.
| Value | Summary |
|---|---|
| <datastore_version> | Datastore version name or id assigned to the configuration group. |
| <parameter> | Name of the configuration parameter. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --datastore <datastore> | ID or name of the datastore to list configuration parameters for. Optional if the ID of the datastore_version is provided. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.27. database configuration show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database configuration show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<configuration_group>
Shows details of a database configuration group.
| Value | Summary |
|---|---|
| <configuration_group> | ID or name of the configuration group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.28. database db create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database db create [-h] [--character_set <character_set>]
[--collate <collate>]
<instance> <name>
Creates a database on an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of the database. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --character_set <character_set> | Optional character set for database. |
| --collate <collate> | Optional collation type for database. |
This command is provided by the python-troveclient plugin.
25.29. database db delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database db delete [-h] <instance> <database>
Deletes a database from an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <database> | Name of the database. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.30. database db list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database db list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<instance>
Get a list of all Databases from the instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.31. database flavor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database flavor list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--datastore-type <datastore-type>]
[--datastore-version-id <datastore-version-id>]
List database flavors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --datastore-type <datastore-type> | Type of the datastore. For eg: mysql. |
| --datastore-version-id <datastore-version-id> | ID of the datastore version. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.32. database flavor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor>
Shows details of a database flavor
| Value | Summary |
|---|---|
| <flavor> | Id or name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.33. database instance create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--size <size>]
[--volume_type <volume_type>]
[--databases <database> [<database> ...]]
[--users <user:password> [<user:password> ...]]
[--backup <backup>]
[--availability_zone <availability_zone>]
[--datastore <datastore>]
[--datastore_version <datastore_version>]
[--nic <net-id=<net-uuid>,v4-fixed-ip=<ip-addr>,port-id=<port-uuid>>]
[--configuration <configuration>]
[--replica_of <source_instance>]
[--replica_count <count>]
[--module <module>]
[--locality <policy>]
<name> <flavor>
Creates a new database instance.
| Value | Summary |
|---|---|
| <name> | Name of the instance. |
| <flavor> | A flavor name or id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --size <size> | Size of the instance disk volume in gb. required when volume support is enabled. |
| --volume_type <volume_type> | Volume type. Optional when volume support is enabled. |
| --databases <database> [<database> …] | Optional list of databases. |
| --users <user:password> [<user:password> …] | Optional list of users. |
| --backup <backup> | A backup name or id. |
| --availability_zone <availability_zone> | The Zone hint to give to Nova. |
| --datastore <datastore> | A datastore name or ID. |
| --datastore_version <datastore_version> | A datastore version name or ID. |
| --nic <net-id=<net-uuid>,v4-fixed-ip=<ip-addr>,port-id=<port-uuid>> | Create a NIC on the instance. Specify option multiple times to create multiple NICs. net-id: attach NIC to network with this ID (either port-id or net-id must be specified), v4-fixed-ip: IPv4 fixed address for NIC (optional), port-id: attach NIC to port with this ID (either port-id or net-id must be specified). |
| --configuration <configuration> | ID of the configuration group to attach to the instance. |
| --replica_of <source_instance> | ID or name of an existing instance to replicate from. |
| --replica_count <count> | Number of replicas to create (defaults to 1 if replica_of specified). |
| --module <module> | Id or name of the module to apply. specify multiple times to apply multiple modules. |
| --locality <policy> | Locality policy to use when creating replicas. choose one of affinity, anti-affinity. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.34. database instance delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance delete [-h] <instance>
Deletes an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.35. database instance detach replica リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance detach replica [-h] <instance>
Detaches a replica instance from its replication source.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.36. database instance eject replica source リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance eject replica source [-h] <instance>
Ejects a replica source from its set.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.37. database instance force delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance force delete [-h] <instance>
Force delete an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.38. database instance list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <ID>]
[--include_clustered]
List database instances
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Limit the number of results displayed. |
| --marker <ID> | Begin displaying the results for ids greater than thespecified marker. When used with :option:`--limit,` setthis to the last ID displayed in the previous run. |
| --include_clustered, --include-clustered | Include instances that are part of a cluster (default False). --include-clustered may be deprecated in the future, retaining just --include_clustered. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.39. database instance promote to replica source リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance promote to replica source [-h] <instance>
Promotes a replica to be the new replica source of its set.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.40. database instance reset status リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance reset status [-h] <instance>
Set the task status of an instance to NONE if the instance is in BUILD or ERROR state. Resetting task status of an instance in BUILD state will allow the instance to be deleted.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.41. database instance resize flavor リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance resize flavor [-h] <instance> <flavor_id>
Resize an instance with a new flavor
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance |
| <flavor_id> | New flavor of the instance |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.42. database instance resize volume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance resize volume [-h] <instance> <size>
Resizes the volume size of an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <size> | New size of the instance disk volume in gb. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.43. database instance restart リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance restart [-h] <instance>
Restarts an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.44. database instance show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<instance>
Show instance details
| Value | Summary |
|---|---|
| <instance> | Instance (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.45. database instance update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance update [-h] [--name <name>]
[--configuration <configuration>]
[--detach_replica_source]
[--remove_configuration]
<instance>
Updates an instance: Edits name, configuration, or replica source.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Id or name of the instance. |
| --configuration <configuration> | ID of the configuration reference to attach. |
| --detach_replica_source, --detach-replica-source | Detach the replica instance from its replication source. --detach-replica-source may be deprecated in the future in favor of just --detach_replica_source |
| --remove_configuration | Drops the current configuration reference. |
This command is provided by the python-troveclient plugin.
25.46. database instance upgrade リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database instance upgrade [-h] <instance> <datastore_version>
Upgrades an instance to a new datastore version.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <datastore_version> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.47. database limit list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database limit list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List database limits
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.48. database log enable リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database log enable [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<instance> <log_name>
Instructs Trove guest to start collecting log details.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <log_name> | Name of log to publish. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.49. database log list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database log list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<instance>
Lists the log files available for instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.50. database quota show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database quota show [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<tenant_id>
Show quotas for a tenant.
| Value | Summary |
|---|---|
| <tenant_id> | Id of tenant for which to show quotas. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.51. database quota update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database quota update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<tenant_id> <resource> <limit>
Update quotas for a tenant.
| Value | Summary |
|---|---|
| <tenant_id> | Id of tenant for which to update quotas. |
| <resource> | Id of resource to change. |
| <limit> | New limit to set for the named resource. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.52. database root disable リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database root disable [-h] <instance>
Disables root for an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-troveclient plugin.
25.53. database root enable リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database root enable [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--root_password <root_password>]
<instance_or_cluster>
Enables root for an instance and resets if already exists.
| Value | Summary |
|---|---|
| <instance_or_cluster> | ID or name of the instance or cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --root_password <root_password> | Root password to set. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.54. database root show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database root show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<instance_or_cluster>
Gets status if root was ever enabled for an instance or cluster.
| Value | Summary |
|---|---|
| <instance_or_cluster> | ID or name of the instance or cluster. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.55. database user create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user create [-h] [--host <host>]
[--databases <databases> [<databases> ...]]
<instance> <name> <password>
Creates a user on an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| <password> | Password of user. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
| --databases <databases> [<databases> …] | Optional list of databases. |
This command is provided by the python-troveclient plugin.
25.56. database user delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user delete [-h] [--host <host>] <instance> <name>
Deletes a user from an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
This command is provided by the python-troveclient plugin.
25.57. database user grant access リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user grant access [-h] [--host <host>]
<instance> <name> <databases>
[<databases> ...]
Grants access to a database(s) for a user.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| <databases> | List of databases. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
This command is provided by the python-troveclient plugin.
25.58. database user list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<instance>
Lists the users for an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.59. database user revoke access リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user revoke access [-h] [--host <host>]
<instance> <name> <databases>
Revokes access to a database for a user.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| <databases> | A single database. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
This command is provided by the python-troveclient plugin.
25.60. database user show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--host <host>]
<instance> <name>
Shows details of a database user of an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
25.61. database user show access リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user show access [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--host <host>]
<instance> <name>
Shows access details of a user of an instance.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
25.62. database user update attributes リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack database user update attributes [-h] [--host <host>]
[--new_name <new_name>]
[--new_password <new_password>]
[--new_host <new_host>]
<instance> <name>
Updates a user’s attributes on an instance.At least one optional argument must be provided.
| Value | Summary |
|---|---|
| <instance> | Id or name of the instance. |
| <name> | Name of user. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Optional host of user. |
| --new_name <new_name> | Optional new name of user. |
| --new_password <new_password> | Optional new password of user. |
| --new_host <new_host> | Optional new host of user. |
This command is provided by the python-troveclient plugin.
Chapter 26. dataprocessing リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the dataprocessing command.
26.1. dataprocessing cluster create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--cluster-template <cluster-template>]
[--image <image>]
[--description <description>]
[--user-keypair <keypair>]
[--neutron-network <network>]
[--count <count>] [--public]
[--protected] [--transient]
[--json <filename>] [--wait]
Creates cluster
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.2. dataprocessing cluster delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster delete [-h] [--wait]
<cluster> [<cluster> ...]
Deletes cluster
| Value | Summary |
|---|---|
| <cluster> | Name(s) or id(s) of the cluster(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the cluster(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.3. dataprocessing cluster list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists clusters
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.4. dataprocessing cluster scale リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster scale [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--instances <node-group-template:instances_count> [<node-group-template:instances_count> ...]]
[--json <filename>] [--wait]
<cluster>
Scales cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.5. dataprocessing cluster show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--verification]
[--show-progress]
[--full-dump-events]
<cluster>
Display cluster details
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --verification | List additional fields for verifications |
| --show-progress | Provides ability to show brief details of event logs. |
| --full-dump-events | Provides ability to make full dump with event log details. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.6. dataprocessing cluster template create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
[--anti-affinity <anti-affinity> [<anti-affinity> ...]]
[--description <description>]
[--autoconfig]
[--public]
[--protected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
[--domain-name <domain-name>]
Creates cluster template
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| --domain-name <domain-name> | Domain name for instances of this cluster template. This option is available if 'use_designate' config is True |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.7. dataprocessing cluster template delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template delete [-h]
<cluster-template>
[<cluster-template> ...]
Deletes cluster template
| Value | Summary |
|---|---|
| <cluster-template> | Name(s) or id(s) of the cluster template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.8. dataprocessing cluster template export リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template export [-h]
[--file <filename>]
<cluster-template>
Export cluster template to JSON
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file cluster template should be exported to If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.9. dataprocessing cluster template import リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template import [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--default-image-id <default_image_id>]
--node-groups
<node-group:instances_count>
[<node-group:instances_count> ...]
<json>
Imports cluster template
| Value | Summary |
|---|---|
| <json> | Json containing cluster template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the cluster template |
| --default-image-id <default_image_id> | Default image ID to be used |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.10. dataprocessing cluster template list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists cluster templates
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.11. dataprocessing cluster template show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
<cluster-template>
Display cluster template details
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.12. dataprocessing cluster template update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--node-groups <node-group:instances_count> [<node-group:instances_count> ...]]
[--anti-affinity <anti-affinity> [<anti-affinity> ...]]
[--description <description>]
[--autoconfig-enable | --autoconfig-disable]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
[--domain-name <domain-name>]
<cluster-template>
Updates cluster template
| Value | Summary |
|---|---|
| <cluster-template> | Name or id of the cluster template [required] |
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| --domain-name <domain-name> | Domain name for instances of this cluster template. This option is available if 'use_designate' config is True |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.13. dataprocessing cluster update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--shares <filename>]
[--public | --private]
[--protected | --unprotected]
<cluster>
Updates cluster
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -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 projects) |
| --private | Make the cluster private (visible only from this tenant) |
| --protected | Make the cluster protected |
| --unprotected | Make the cluster unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.14. dataprocessing cluster verification リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing cluster verification [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
(--start | --show)
<cluster>
Updates cluster verifications
| Value | Summary |
|---|---|
| <cluster> | Name or id of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --start | Start health verification for the cluster |
| --show | Show health of the cluster |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.15. dataprocessing data source create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing data source create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX] --type
<type> --url <url>
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey>]
[--s3-endpoint <endpoint>]
[--enable-s3-ssl | --disable-s3-ssl]
[--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
[--description <description>]
[--public] [--protected]
<name>
Creates data source
| Value | Summary |
|---|---|
| <name> | Name of the data source |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of the data source (swift, hdfs, maprfs, manila, s3) [REQUIRED] |
| --url <url> | Url for the data source [required] |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public |
| --protected | Make the data source protected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.16. dataprocessing data source delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing data source delete [-h]
<data-source>
[<data-source> ...]
Delete data source
| Value | Summary |
|---|---|
| <data-source> | Name(s) or id(s) of the data source(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.17. dataprocessing data source list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing data source list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--type <type>]
Lists data sources
| Value | Summary |
|---|---|
| -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, s3) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.18. dataprocessing data source show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing data source show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
<data-source>
Display data source details
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.19. dataprocessing data source update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing data source update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--url <url>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey>]
[--s3-endpoint <endpoint>]
[--enable-s3-ssl | --disable-s3-ssl]
[--enable-s3-bucket-in-path | --disable-s3-bucket-in-path]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<data-source>
Update data source
| Value | Summary |
|---|---|
| <data-source> | Name or id of the data source |
| Value | Summary |
|---|---|
| -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, s3) |
| --url <url> | Url for the data source |
| --username <username> | Username for accessing the data source URL |
| --access-key <accesskey> | S3 access key for accessing the data source URL |
| --password <password> | Password for accessing the data source URL |
| --secret-key <secretkey> | S3 secret key for accessing the data source URL |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the data source URL (ignored if data source not in S3) |
| --enable-s3-ssl | Enable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --disable-s3-ssl | Disable access to s3 endpoint using ssl (ignored if data source not in S3) |
| --enable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --disable-s3-bucket-in-path | Access S3 endpoint using bucket name in path (ignored if data source not in S3) |
| --description <description> | Description of the data source |
| --public | Make the data source public (visible from other projects) |
| --private | Make the data source private (visible only from this tenant) |
| --protected | Make the data source protected |
| --unprotected | Make the data source unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.20. dataprocessing image list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--name <name-regex>]
[--tags <tag> [<tag> ...]]
[--username <username>]
Lists registered images
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.21. dataprocessing image register リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image register [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--username <username>
[--description <description>]
<image>
Register an image
| Value | Summary |
|---|---|
| <image> | Name or id of the image to register |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.22. dataprocessing image show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<image>
Display image details
| Value | Summary |
|---|---|
| <image> | Name or id of the image to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.23. dataprocessing image tags add リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image tags add [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Add image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to add [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.24. dataprocessing image tags remove リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image tags remove [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--tags <tag> [<tag> ...] |
--all]
<image>
Remove image tags
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to remove |
| --all | Remove all tags from image |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.25. dataprocessing image tags set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image tags set [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--tags <tag> [<tag> ...]
<image>
Set image tags (Replace current image tags with provided ones)
| Value | Summary |
|---|---|
| <image> | Name or id of the image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tags <tag> [<tag> …] | Tag(s) to set [REQUIRED] |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.26. dataprocessing image unregister リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing image unregister [-h] <image> [<image> ...]
Unregister image(s)
| Value | Summary |
|---|---|
| <image> | Name(s) or id(s) of the image(s) to unregister |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.27. dataprocessing job binary create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--name <name>]
[--data <file> | --url <url>]
[--description <description>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey> | --password-prompt | --secret-key-prompt]
[--s3-endpoint <endpoint>]
[--public] [--protected]
[--json <filename>]
Creates job binary
| Value | Summary |
|---|---|
| -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 |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.28. dataprocessing job binary delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary delete [-h]
<job-binary>
[<job-binary> ...]
Deletes job binary
| Value | Summary |
|---|---|
| <job-binary> | Name(s) or id(s) of the job binary(ies) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.29. dataprocessing job binary download リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary download [-h] [--file <file>]
<job-binary>
Downloads job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to download |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job binary name) |
This command is provided by the python-saharaclient plugin.
26.30. dataprocessing job binary list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--name <name-substring>]
Lists job binaries
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.31. dataprocessing job binary show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<job-binary>
Display job binary details
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.32. dataprocessing job binary update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job binary update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--name <name>]
[--url <url>]
[--description <description>]
[--username <username> | --access-key <accesskey>]
[--password <password> | --secret-key <secretkey> | --password-prompt | --secret-key-prompt]
[--s3-endpoint <endpoint>]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
<job-binary>
Updates job binary
| Value | Summary |
|---|---|
| <job-binary> | Name or id of the job binary |
| Value | Summary |
|---|---|
| -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 |
| --access-key <accesskey> | S3 access key for accessing the job binary URL |
| --password <password> | Password for accessing the job binary URL |
| --secret-key <secretkey> | S3 secret key for accessing the job binary URL |
| --password-prompt | Prompt interactively for password |
| --secret-key-prompt | Prompt interactively for s3 secret key |
| --s3-endpoint <endpoint> | S3 endpoint for accessing the job binary URL (ignored if binary not in S3 |
| --public | Make the job binary public (visible from other projects) |
| --private | Make the job binary private (visible only from this project) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.33. dataprocessing job delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job delete [-h] [--wait] <job> [<job> ...]
Deletes job
| Value | Summary |
|---|---|
| <job> | Id(s) of the job(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for the job(s) delete to complete |
This command is provided by the python-saharaclient plugin.
26.34. dataprocessing job execute リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job execute [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--job-template <job-template>]
[--cluster <cluster>]
[--input <input>]
[--output <output>]
[--params <name:value> [<name:value> ...]]
[--args <argument> [<argument> ...]]
[--public] [--protected]
[--config-json <filename> | --configs <name:value> [<name:value> ...]]
[--interface <filename>]
[--json <filename>]
Executes job
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.35. dataprocessing job list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--status <status>]
Lists jobs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --status <status> | List jobs with specific status |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.36. dataprocessing job show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<job>
Display job details
| Value | Summary |
|---|---|
| <job> | Id of the job to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.37. dataprocessing job template create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--type <type>]
[--mains <main> [<main> ...]]
[--libs <lib> [<lib> ...]]
[--description <description>]
[--public] [--protected]
[--interface <filename>]
[--json <filename>]
Creates job template
| Value | Summary |
|---|---|
| -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, Storm.Pyleus, 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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.38. dataprocessing job template delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job template delete [-h]
<job-template>
[<job-template> ...]
Deletes job template
| Value | Summary |
|---|---|
| <job-template> | Name(s) or id(s) of the job template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.39. dataprocessing job template list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long] [--type <type>]
[--name <name-substring>]
Lists job templates
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.40. dataprocessing job template show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
<job-template>
Display job template details
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.41. dataprocessing job template update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--description <description>]
[--public | --private]
[--protected | --unprotected]
<job-template>
Updates job template
| Value | Summary |
|---|---|
| <job-template> | Name or id of the job template |
| Value | Summary |
|---|---|
| -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 projects) |
| --private | Make the job_template private (visible only from this tenant) |
| --protected | Make the job template protected |
| --unprotected | Make the job template unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.42. dataprocessing job type configs get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job type configs get [-h] [--file <file>]
<job-type>
Get job type configs
| Value | Summary |
|---|---|
| <job-type> | Type of the job to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to job type) |
This command is provided by the python-saharaclient plugin.
26.43. dataprocessing job type list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job type list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--type <type>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
Lists job types supported by plugins
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.44. dataprocessing job update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing job update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--public | --private]
[--protected | --unprotected]
<job>
Updates job
| Value | Summary |
|---|---|
| <job> | Id of the job to update |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | Make the job public (visible from other projects) |
| --private | Make the job private (visible only from this project) |
| --protected | Make the job protected |
| --unprotected | Make the job unprotected |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.45. dataprocessing node group template create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--processes <processes> [<processes> ...]]
[--flavor <flavor>]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group]
[--availability-zone <availability-zone>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality]
[--description <description>]
[--autoconfig]
[--proxy-gateway]
[--public]
[--protected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
Creates node group template
| Value | Summary |
|---|---|
| -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 projects) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.46. dataprocessing node group template delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template delete [-h]
<node-group-template>
[<node-group-template> ...]
Deletes node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name(s) or id(s) of the node group template(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-saharaclient plugin.
26.47. dataprocessing node group template export リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template export [-h]
[--file <filename>]
<node-group-template>
Export node group template to JSON
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Name of the file node group template should be exported to.If not provided, print to stdout |
This command is provided by the python-saharaclient plugin.
26.48. dataprocessing node group template import リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template import [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--security_groups <security_groups>]
[--floating_ip_pool <floating_ip_pool>]
--image_id
<image_id>
--flavor_id
<flavor_id>
<json>
Imports node group template
| Value | Summary |
|---|---|
| <json> | Json containing node group template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the node group template |
| --security_groups <security_groups> | Security groups of the node group template |
| --floating_ip_pool <floating_ip_pool> | Floating IP pool of the node group template |
| --image_id <image_id> | Image ID of the node group template |
| --flavor_id <flavor_id> | Flavor ID of the node group template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.49. dataprocessing node group template list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--name <name-substring>]
Lists node group templates
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.50. dataprocessing node group template show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
<node-group-template>
Display node group template details
| Value | Summary |
|---|---|
| <node-group-template> | Name or id of the node group template to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.51. dataprocessing node group template update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing node group template update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>]
[--plugin <plugin>]
[--plugin-version <plugin_version>]
[--processes <processes> [<processes> ...]]
[--security-groups <security-groups> [<security-groups> ...]]
[--auto-security-group-enable | --auto-security-group-disable]
[--availability-zone <availability-zone>]
[--flavor <flavor>]
[--floating-ip-pool <floating-ip-pool>]
[--volumes-per-node <volumes-per-node>]
[--volumes-size <volumes-size>]
[--volumes-type <volumes-type>]
[--volumes-availability-zone <volumes-availability-zone>]
[--volumes-mount-prefix <volumes-mount-prefix>]
[--volumes-locality-enable | --volumes-locality-disable]
[--description <description>]
[--autoconfig-enable | --autoconfig-disable]
[--proxy-gateway-enable | --proxy-gateway-disable]
[--public | --private]
[--protected | --unprotected]
[--json <filename>]
[--shares <filename>]
[--configs <filename>]
<node-group-template>
Updates node group template
| Value | Summary |
|---|---|
| <node-group-template> | Name or ID of the node group template |
| Value | Summary |
|---|---|
| -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 projects) |
| --private | Make the node group template private (visible only from this project) |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.52. dataprocessing plugin configs get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing plugin configs get [-h] [--file <file>]
<plugin> <plugin_version>
Get plugin configs
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <plugin_version> | Version of the plugin to provide config information about |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <file> | Destination file (defaults to a combination of plugin name and plugin version) |
This command is provided by the python-saharaclient plugin.
26.53. dataprocessing plugin list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing plugin list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
Lists plugins
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-saharaclient plugin.
26.54. dataprocessing plugin show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing plugin show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--plugin-version <plugin_version>]
<plugin>
Display plugin details
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --plugin-version <plugin_version> | Version of the plugin to display |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
26.55. dataprocessing plugin update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dataprocessing plugin update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<plugin> <json>
| Value | Summary |
|---|---|
| <plugin> | Name of the plugin to provide config information about |
| <json> | Json representation of the plugin update dictionary |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-saharaclient plugin.
Chapter 27. datastore リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the datastore command.
27.1. datastore list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack datastore list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List available datastores
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
27.2. datastore show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack datastore show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<datastore>
Shows details of a datastore
| Value | Summary |
|---|---|
| <datastore> | Id of the datastore |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
27.3. datastore version list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack datastore version list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<datastore>
Lists available versions for a datastore
| Value | Summary |
|---|---|
| <datastore> | Id or name of the datastore |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-troveclient plugin.
27.4. datastore version show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack datastore version show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--datastore <datastore>]
<datastore_version>
Shows details of a datastore version.
| Value | Summary |
|---|---|
| <datastore_version> | Id or name of the datastore version. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --datastore <datastore> | ID or name of the datastore. Optional if the ID ofthe datastore_version is provided. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-troveclient plugin.
Chapter 28. dns リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the dns command.
28.1. dns quota list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dns quota list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
[--project-id PROJECT_ID]
List quotas
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| --project-id PROJECT_ID | Project ID Default: current project |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
28.2. dns quota reset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dns quota reset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
[--project-id PROJECT_ID]
Reset quotas
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| --project-id PROJECT_ID | Project ID |
This command is provided by the python-designateclient plugin.
28.3. dns quota set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dns quota set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
[--project-id PROJECT_ID]
[--api-export-size <api-export-size>]
[--zones <zones>]
[--recordset-records <recordset-records>]
[--zone-records <zone-records>]
[--zone-recordsets <zone-recordsets>]
Set quotas
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| --project-id PROJECT_ID | Project ID |
| --api-export-size <api-export-size> | New value for the api-export-size quota |
| --zones <zones> | New value for the zones quota |
| --recordset-records <recordset-records> | New value for the recordset-records quota |
| --zone-records <zone-records> | New value for the zone-records quota |
| --zone-recordsets <zone-recordsets> | New value for the zone-recordsets quota |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
28.4. dns service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dns service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--hostname HOSTNAME]
[--service_name SERVICE_NAME]
[--status STATUS] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List service statuses
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --hostname HOSTNAME | Hostname |
| --service_name SERVICE_NAME | Service Name |
| --status STATUS | Status |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
28.5. dns service show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack dns service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show service status details
| Value | Summary |
|---|---|
| id | Service status id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
Chapter 29. ec2 リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the ec2 command.
29.1. ec2 credentials create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ec2 credentials create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--project <project>] [--user <user>]
Create EC2 credentials
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
29.2. ec2 credentials delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ec2 credentials delete [-h] [--user <user>]
<access-key> [<access-key> ...]
Delete EC2 credentials
| Value | Summary |
|---|---|
| <access-key> | Credentials access key(s) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | Delete credentials for user (name or id) |
29.3. ec2 credentials list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ec2 credentials list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--user <user>]
List EC2 credentials
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | Filter list by user (name or id) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
29.4. ec2 credentials show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ec2 credentials show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--user <user>]
<access-key>
Display EC2 credentials details
| Value | Summary |
|---|---|
| <access-key> | Credentials access key |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | Show credentials for user (name or id) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 30. endpoint リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the endpoint command.
30.1. endpoint create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack endpoint create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --publicurl <url>
[--adminurl <url>] [--internalurl <url>]
[--region <region-id>]
<service>
Create new endpoint
| Value | Summary |
|---|---|
| <service> | Service to be associated with new endpoint (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --publicurl <url> | New endpoint public url (required) |
| --adminurl <url> | New endpoint admin url |
| --internalurl <url> | New endpoint internal url |
| --region <region-id> | New endpoint region id |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
30.2. endpoint delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack endpoint delete [-h] <endpoint-id> [<endpoint-id> ...]
Delete endpoint(s)
| Value | Summary |
|---|---|
| <endpoint-id> | Endpoint(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
30.3. endpoint list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack endpoint list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List endpoints
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
30.4. endpoint show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack endpoint show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<endpoint>
Display endpoint details
| Value | Summary |
|---|---|
| <endpoint> | Endpoint to display (endpoint id, service id, service name, service type) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 31. event リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the event command.
31.1. event trigger create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack event trigger create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--params PARAMS]
name workflow_id exchange topic event
[workflow_input]
Create new trigger.
| Value | Summary |
|---|---|
| name | Event trigger name |
| workflow_id | Workflow id |
| exchange | Event trigger exchange |
| topic | Event trigger topic |
| event | Event trigger event name |
| workflow_input | Workflow input |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --params PARAMS | Workflow params |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
31.2. event trigger delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack event trigger delete [-h]
event_trigger_id [event_trigger_id ...]
Delete trigger.
| Value | Summary |
|---|---|
| event_trigger_id | Id of event trigger(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
31.3. event trigger list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack event trigger list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all event triggers.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
31.4. event trigger show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack event trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
event_trigger
Show specific event trigger.
| Value | Summary |
|---|---|
| event_trigger | Event trigger id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 32. extension リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the extension command.
32.1. extension list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack extension list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--compute]
[--identity] [--network] [--volume] [--long]
List API extensions
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
32.2. extension show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack extension show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<extension>
Show API extension
| Value | Summary |
|---|---|
| <extension> | Extension to display. currently, only network extensions are supported. (Name or Alias) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 33. firewall リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the firewall command.
33.1. firewall group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name NAME]
[--description <description>]
[--ingress-firewall-policy <ingress-firewall-policy> | --no-ingress-firewall-policy]
[--egress-firewall-policy <egress-firewall-policy> | --no-egress-firewall-policy]
[--public | --private | --share | --no-share]
[--enable | --disable]
[--project <project>]
[--project-domain <project-domain>]
[--port <port> | --no-port]
Create a new firewall group
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Name for the firewall group |
| --description <description> | Description of the firewall group |
| --ingress-firewall-policy <ingress-firewall-policy> | Ingress firewall policy (name or ID) |
| --no-ingress-firewall-policy | Detach ingress firewall policy from the firewall group |
| --egress-firewall-policy <egress-firewall-policy> | Egress firewall policy (name or ID) |
| --no-egress-firewall-policy | Detach egress firewall policy from the firewall group |
| --public | Make the firewall group public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project). This option is deprecated and would be removed in R release. |
| --private | Restrict use of the firewall group to the current project. This option is deprecated and would be removed in R release. |
| --share | Share the firewall group to be used in all projects (by default, it is restricted to be used by the current project). |
| --no-share | Restrict use of the firewall group to the current project |
| --enable | Enable firewall group |
| --disable | Disable firewall group |
| --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. |
| --port <port> | Port(s) (name or id) to apply firewall group. this option can be repeated |
| --no-port | Detach all port from the firewall group |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.2. firewall group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group delete [-h]
<firewall-group> [<firewall-group> ...]
Delete firewall group(s)
| Value | Summary |
|---|---|
| <firewall-group> | Firewall group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
33.3. firewall group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List firewall groups
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
33.4. firewall group policy add rule リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy add rule [-h]
[--insert-before <firewall-rule>]
[--insert-after <firewall-rule>]
<firewall-policy>
<firewall-rule>
Insert a rule into a given firewall policy
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy to insert rule (name or id) |
| <firewall-rule> | Firewall rule to be inserted (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --insert-before <firewall-rule> | Insert the new rule before this existing rule (name or ID) |
| --insert-after <firewall-rule> | Insert the new rule after this existing rule (name or ID) |
This command is provided by the python-neutronclient plugin.
33.5. firewall group policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION]
[--audited | --no-audited]
[--share | --public | --private | --no-share]
[--project <project>]
[--project-domain <project-domain>]
[--firewall-rule <firewall-rule> | --no-firewall-rule]
<name>
Create a new firewall policy
| Value | Summary |
|---|---|
| <name> | Name for the firewall policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description of the firewall policy |
| --audited | Enable auditing for the policy |
| --no-audited | Disable auditing for the policy |
| --share | Share the firewall policy to be used in all projects (by default, it is restricted to be used by the current project). |
| --public | Make the firewall policy public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project.) This option is deprecated and would be removed in R release. |
| --private | Restrict use of the firewall policy to the current project.This option is deprecated and would be removed in R release. |
| --no-share | Restrict use of the firewall policy to the current project |
| --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. |
| --firewall-rule <firewall-rule> | Firewall rule(s) to apply (name or ID) |
| --no-firewall-rule | Unset all firewall rules from firewall policy |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.6. firewall group policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy delete [-h]
<firewall-policy>
[<firewall-policy> ...]
Delete firewall policy(s)
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
33.7. firewall group policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
List firewall policies
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
33.8. firewall group policy remove rule リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy remove rule [-h]
<firewall-policy>
<firewall-rule>
Remove a rule from a given firewall policy
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy to remove rule (name or id) |
| <firewall-rule> | Firewall rule to remove from policy (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
33.9. firewall group policy set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy set [-h] [--description DESCRIPTION]
[--audited | --no-audited]
[--share | --public | --private | --no-share]
[--name <name>]
[--firewall-rule <firewall-rule>]
[--no-firewall-rule]
<firewall-policy>
Set firewall policy properties
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description of the firewall policy |
| --audited | Enable auditing for the policy |
| --no-audited | Disable auditing for the policy |
| --share | Share the firewall policy to be used in all projects (by default, it is restricted to be used by the current project). |
| --public | Make the firewall policy public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project.) This option is deprecated and would be removed in R release. |
| --private | Restrict use of the firewall policy to the current project.This option is deprecated and would be removed in R release. |
| --no-share | Restrict use of the firewall policy to the current project |
| --name <name> | Name for the firewall policy |
| --firewall-rule <firewall-rule> | Firewall rule(s) to apply (name or ID) |
| --no-firewall-rule | Remove all firewall rules from firewall policy |
This command is provided by the python-neutronclient plugin.
33.10. firewall group policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<firewall-policy>
Display firewall policy details
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy to show (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.11. firewall group policy unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group policy unset [-h]
[--firewall-rule <firewall-rule> | --all-firewall-rule]
[--audited] [--share] [--public]
<firewall-policy>
Unset firewall policy properties
| Value | Summary |
|---|---|
| <firewall-policy> | Firewall policy to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --firewall-rule <firewall-rule> | Remove firewall rule(s) from the firewall policy (name or ID) |
| --all-firewall-rule | Remove all firewall rules from the firewall policy |
| --audited | Disable auditing for the policy |
| --share | Restrict use of the firewall policy to the current project |
| --public | Restrict use of the firewall policy to the current project. This option is deprecated and would be removed in R release. |
This command is provided by the python-neutronclient plugin.
33.12. firewall group rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--protocol {tcp,udp,icmp,any}]
[--action {allow,deny,reject}]
[--ip-version <ip-version>]
[--source-ip-address <source-ip-address> | --no-source-ip-address]
[--destination-ip-address <destination-ip-address> | --no-destination-ip-address]
[--source-port <source-port> | --no-source-port]
[--destination-port <destination-port> | --no-destination-port]
[--public | --private | --share | --no-share]
[--enable-rule | --disable-rule]
[--project <project>]
[--project-domain <project-domain>]
Create a new firewall rule
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the firewall rule |
| --description <description> | Description of the firewall rule |
| --protocol {tcp,udp,icmp,any} | Protocol for the firewall rule |
| --action {allow,deny,reject} | Action for the firewall rule |
| --ip-version <ip-version> | Set IP version 4 or 6 (default is 4) |
| --source-ip-address <source-ip-address> | Source IP address or subnet |
| --no-source-ip-address | Detach source IP address |
| --destination-ip-address <destination-ip-address> | Destination IP address or subnet |
| --no-destination-ip-address | Detach destination IP address |
| --source-port <source-port> | Source port number or range(integer in [1, 65535] or range like 123:456) |
| --no-source-port | Detach source port number or range |
| --destination-port <destination-port> | Destination port number or range(integer in [1, 65535] or range like 123:456) |
| --no-destination-port | Detach destination port number or range |
| --public | Make the firewall policy public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project). This option is deprecated and would be removed in R Release |
| --private | Restrict use of the firewall rule to the current project.This option is deprecated and would be removed in R release. |
| --share | Share the firewall rule to be used in all projects (by default, it is restricted to be used by the current project). |
| --no-share | Restrict use of the firewall rule to the current project |
| --enable-rule | Enable this rule (default is enabled) |
| --disable-rule | Disable this rule |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.13. firewall group rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule delete [-h]
<firewall-rule>
[<firewall-rule> ...]
Delete firewall rule(s)
| Value | Summary |
|---|---|
| <firewall-rule> | Firewall rule(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
33.14. firewall group rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List firewall rules that belong to a given tenant
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
33.15. firewall group rule set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule set [-h] [--name <name>]
[--description <description>]
[--protocol {tcp,udp,icmp,any}]
[--action {allow,deny,reject}]
[--ip-version <ip-version>]
[--source-ip-address <source-ip-address> | --no-source-ip-address]
[--destination-ip-address <destination-ip-address> | --no-destination-ip-address]
[--source-port <source-port> | --no-source-port]
[--destination-port <destination-port> | --no-destination-port]
[--public | --private | --share | --no-share]
[--enable-rule | --disable-rule]
<firewall-rule>
Set firewall rule properties
| Value | Summary |
|---|---|
| <firewall-rule> | Firewall rule to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the firewall rule |
| --description <description> | Description of the firewall rule |
| --protocol {tcp,udp,icmp,any} | Protocol for the firewall rule |
| --action {allow,deny,reject} | Action for the firewall rule |
| --ip-version <ip-version> | Set IP version 4 or 6 (default is 4) |
| --source-ip-address <source-ip-address> | Source IP address or subnet |
| --no-source-ip-address | Detach source IP address |
| --destination-ip-address <destination-ip-address> | Destination IP address or subnet |
| --no-destination-ip-address | Detach destination IP address |
| --source-port <source-port> | Source port number or range(integer in [1, 65535] or range like 123:456) |
| --no-source-port | Detach source port number or range |
| --destination-port <destination-port> | Destination port number or range(integer in [1, 65535] or range like 123:456) |
| --no-destination-port | Detach destination port number or range |
| --public | Make the firewall policy public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project). This option is deprecated and would be removed in R Release |
| --private | Restrict use of the firewall rule to the current project.This option is deprecated and would be removed in R release. |
| --share | Share the firewall rule to be used in all projects (by default, it is restricted to be used by the current project). |
| --no-share | Restrict use of the firewall rule to the current project |
| --enable-rule | Enable this rule (default is enabled) |
| --disable-rule | Disable this rule |
This command is provided by the python-neutronclient plugin.
33.16. firewall group rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<firewall-rule>
Display firewall rule details
| Value | Summary |
|---|---|
| <firewall-rule> | Firewall rule to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.17. firewall group rule unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group rule unset [-h] [--source-ip-address]
[--destination-ip-address]
[--source-port]
[--destination-port] [--share]
[--public] [--enable-rule]
<firewall-rule>
Unset firewall rule properties
| Value | Summary |
|---|---|
| <firewall-rule> | Firewall rule to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --source-ip-address | Source ip address or subnet |
| --destination-ip-address | Destination IP address or subnet |
| --source-port | Source port number or range(integer in [1, 65535] or range like 123:456) |
| --destination-port | Destination port number or range(integer in [1, 65535] or range like 123:456) |
| --share | Restrict use of the firewall rule to the current project |
| --public | Restrict use of the firewall rule to the current project. This option is deprecated and would be removed in R Release. |
| --enable-rule | Disable this rule |
This command is provided by the python-neutronclient plugin.
33.18. firewall group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group set [-h] [--name NAME]
[--description <description>]
[--ingress-firewall-policy <ingress-firewall-policy> | --no-ingress-firewall-policy]
[--egress-firewall-policy <egress-firewall-policy> | --no-egress-firewall-policy]
[--public | --private | --share | --no-share]
[--enable | --disable] [--port <port>]
[--no-port]
<firewall-group>
Set firewall group properties
| Value | Summary |
|---|---|
| <firewall-group> | Firewall group to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Name for the firewall group |
| --description <description> | Description of the firewall group |
| --ingress-firewall-policy <ingress-firewall-policy> | Ingress firewall policy (name or ID) |
| --no-ingress-firewall-policy | Detach ingress firewall policy from the firewall group |
| --egress-firewall-policy <egress-firewall-policy> | Egress firewall policy (name or ID) |
| --no-egress-firewall-policy | Detach egress firewall policy from the firewall group |
| --public | Make the firewall group public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project). This option is deprecated and would be removed in R release. |
| --private | Restrict use of the firewall group to the current project. This option is deprecated and would be removed in R release. |
| --share | Share the firewall group to be used in all projects (by default, it is restricted to be used by the current project). |
| --no-share | Restrict use of the firewall group to the current project |
| --enable | Enable firewall group |
| --disable | Disable firewall group |
| --port <port> | Port(s) (name or id) to apply firewall group. this option can be repeated |
| --no-port | Detach all port from the firewall group |
This command is provided by the python-neutronclient plugin.
33.19. firewall group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<firewall-group>
Display firewall group details
| Value | Summary |
|---|---|
| <firewall-group> | Firewall group to show (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
33.20. firewall group unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack firewall group unset [-h] [--port <port> | --all-port]
[--ingress-firewall-policy]
[--egress-firewall-policy]
[--public | --share] [--enable]
<firewall-group>
Unset firewall group properties
| Value | Summary |
|---|---|
| <firewall-group> | Firewall group to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port <port> | Port(s) (name or id) to apply firewall group. this option can be repeated |
| --all-port | Remove all ports for this firewall group |
| --ingress-firewall-policy | Ingress firewall policy (name or ID) to delete |
| --egress-firewall-policy | Egress firewall policy (name or ID) to delete |
| --public | Make the firewall group public, which allows it to be used in all projects (as opposed to the default, which is to restrict its use to the current project). This option is deprecated and would be removed in R release. |
| --share | Restrict use of the firewall group to the current project |
| --enable | Disable firewall group |
This command is provided by the python-neutronclient plugin.
Chapter 34. flavor リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the flavor command.
34.1. flavor create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--id <id>] [--ram <size-mb>]
[--disk <size-gb>] [--ephemeral <size-gb>]
[--swap <size-mb>] [--vcpus <vcpus>]
[--rxtx-factor <factor>] [--public | --private]
[--property <key=value>] [--project <project>]
[--description <description>]
[--project-domain <project-domain>]
<flavor-name>
Create new flavor
| Value | Summary |
|---|---|
| <flavor-name> | New flavor name |
| Value | Summary |
|---|---|
| -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-mb> | Additional swap space size in mb (default 0m) |
| --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 |
| --property <key=value> | Property to add for this flavor (repeat option to set multiple properties) |
| --project <project> | Allow <project> to access private flavor (name or id) (Must be used with --private option) |
| --description <description> | Description for the flavor.(Supported by API versions '2.55' - '2.latest' |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
34.2. flavor delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor delete [-h] <flavor> [<flavor> ...]
Delete flavor(s)
| Value | Summary |
|---|---|
| <flavor> | Flavor(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
34.3. flavor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--public | --private | --all] [--long]
[--marker <flavor-id>] [--limit <num-flavors>]
List flavors
| Value | Summary |
|---|---|
| -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 <flavor-id> | The last flavor id of the previous page |
| --limit <num-flavors> | Maximum number of flavors to display |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
34.4. flavor set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor set [-h] [--no-property] [--property <key=value>]
[--project <project>]
[--description <description>]
[--project-domain <project-domain>]
<flavor>
Set flavor properties
| Value | Summary |
|---|---|
| <flavor> | Flavor to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --no-property | Remove all properties from this flavor (specify both |
| --no-property and --property to remove the current | properties before setting new properties.) |
| --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) |
| --description <description> | Set description for the flavor.(Supported by API versions '2.55' - '2.latest' |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
34.5. flavor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<flavor>
Display flavor details
| Value | Summary |
|---|---|
| <flavor> | Flavor to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
34.6. flavor unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack flavor unset [-h] [--property <key>] [--project <project>]
[--project-domain <project-domain>]
<flavor>
Unset flavor properties
| Value | Summary |
|---|---|
| <flavor> | Flavor to modify (name or id) |
| Value | Summary |
|---|---|
| -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. |
Chapter 35. floating リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the floating command.
35.1. floating ip create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--subnet <subnet>]
[--port <port>]
[--floating-ip-address <ip-address>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy>]
[--description <description>]
[--project <project>]
[--project-domain <project-domain>]
[--tag <tag> | --no-tag]
<network>
Create floating IP
| Value | Summary |
|---|---|
| <network> | Network to allocate floating ip from (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --subnet <subnet> | Subnet on which you want to create the floating ip (name or ID) |
| --port <port> | Port to be associated with the floating ip (name or ID) |
| --floating-ip-address <ip-address> | Floating IP address |
| --fixed-ip-address <ip-address> | Fixed IP address mapped to the floating IP |
| --qos-policy <qos-policy> | Attach QoS policy to the floating IP (name or ID) |
| --description <description> | Set floating IP description |
| --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. |
| --tag <tag> | Tag to be added to the floating ip (repeat option to set multiple tags) |
| --no-tag | No tags associated with the floating ip |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
35.2. floating ip delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip delete [-h] <floating-ip> [<floating-ip> ...]
Delete floating IP(s)
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip(s) to delete (ip address or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
35.3. floating ip list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--network <network>] [--port <port>]
[--fixed-ip-address <ip-address>] [--long]
[--status <status>] [--project <project>]
[--project-domain <project-domain>]
[--router <router>]
[--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List floating IP(s)
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --network <network> | List floating ip(s) according to given network (name or ID) |
| --port <port> | List floating ip(s) according to given port (name or ID) |
| --fixed-ip-address <ip-address> | List floating IP(s) according to given fixed IP address |
| --long | List additional fields in output |
| --status <status> | List floating ip(s) according to given status ('ACTIVE', 'DOWN') |
| --project <project> | List floating ip(s) according to given 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. |
| --router <router> | List floating ip(s) according to given router (name or ID) |
| --tags <tag>[,<tag>,…] | List floating IP which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List floating IP which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude floating IP which have all given tag(s) (Comma-separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude floating IP which have any given tag(s) (Comma-separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
35.4. floating ip pool list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip pool list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List pools of floating IP addresses
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
35.5. floating ip set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip set [-h] [--port <port>]
[--fixed-ip-address <ip-address>]
[--qos-policy <qos-policy> | --no-qos-policy]
[--tag <tag>] [--no-tag]
<floating-ip>
Set floating IP Properties
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip to modify (ip address or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port <port> | Associate the floating ip with port (name or id) |
| --fixed-ip-address <ip-address> | Fixed IP of the port (required only if port has multiple IPs) |
| --qos-policy <qos-policy> | Attach QoS policy to the floating IP (name or ID) |
| --no-qos-policy | Remove the qos policy attached to the floating ip |
| --tag <tag> | Tag to be added to the floating ip (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the floating ip. specify both --tag and --no-tag to overwrite current tags |
35.6. floating ip show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<floating-ip>
Display floating IP details
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip to display (ip address or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
35.7. floating ip unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack floating ip unset [-h] [--port] [--qos-policy]
[--tag <tag> | --all-tag]
<floating-ip>
Unset floating IP Properties
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip to disassociate (ip address or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port | Disassociate any port associated with the floating ip |
| --qos-policy | Remove the qos policy attached to the floating ip |
| --tag <tag> | Tag to be removed from the floating ip (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the floating ip |
Chapter 36. help.adoc リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the help.adoc command.
36.1. help リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack help [-h] [cmd [cmd ...]]
print detailed help for another command
| Value | Summary |
|---|---|
| cmd | Name of the command |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the cliff plugin.
Chapter 37. host リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the host command.
37.1. host list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack host list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--zone <zone>]
List hosts
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --zone <zone> | Only return hosts in the availability zone |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
37.2. host set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack host set [-h] [--enable | --disable]
[--enable-maintenance | --disable-maintenance]
<host>
Set host properties
| Value | Summary |
|---|---|
| <host> | Host to modify (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --enable | Enable the host |
| --disable | Disable the host |
| --enable-maintenance | Enable maintenance mode for the host |
| --disable-maintenance | Disable maintenance mode for the host |
37.3. host show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack host show [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<host>
Display host details
| Value | Summary |
|---|---|
| <host> | Name of host |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
Chapter 38. hypervisor リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the hypervisor command.
38.1. hypervisor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack hypervisor list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--matching <hostname>] [--long]
List hypervisors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --matching <hostname> | Filter hypervisors using <hostname> substring |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
38.2. hypervisor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack hypervisor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<hypervisor>
Display hypervisor details
| Value | Summary |
|---|---|
| <hypervisor> | Hypervisor to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
38.3. hypervisor stats show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack hypervisor stats show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
Display hypervisor stats details
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 39. image リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the image command.
39.1. image add project リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image add project [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--project-domain <project-domain>]
<image> <project>
Associate project with image
| Value | Summary |
|---|---|
| <image> | Image to share (name or id) |
| <project> | Project to associate with image (name or id) |
| Value | Summary |
|---|---|
| -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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
39.2. image create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--id <id>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--min-disk <disk-gb>] [--min-ram <ram-mb>]
[--file <file> | --volume <volume>] [--force]
[--protected | --unprotected]
[--public | --private | --community | --shared]
[--property <key=value>] [--tag <tag>]
[--project <project>]
[--project-domain <project-domain>]
<image-name>
Create/upload an image
| Value | Summary |
|---|---|
| <image-name> | New image name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --id <id> | Image id to reserve |
| --container-format <container-format> | Image container format. The supported options are: ami, ari, aki, bare, docker, ova, ovf. The default format is: bare |
| --disk-format <disk-format> | Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, raw, qcow2, vhdx, vdi, iso, ploop. The default format is: 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) |
| --community | Image is accessible to the community |
| --shared | Image can be shared |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
39.3. image delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image delete [-h] <image> [<image> ...]
Delete image(s)
| Value | Summary |
|---|---|
| <image> | Image(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
39.4. image list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--public | --private | --community | --shared]
[--property <key=value>] [--name <name>]
[--status <status>] [--tag <tag>] [--long]
[--sort <key>[:<direction>]]
[--limit <num-images>] [--marker <image>]
List available images
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | List only public images |
| --private | List only private images |
| --community | List only community images |
| --shared | List only shared images |
| --property <key=value> | Filter output based on property |
| --name <name> | Filter images based on name. |
| --status <status> | Filter images based on status. |
| --tag <tag> | Filter images based on tag. |
| --long | List additional fields in output |
| --sort <key>[:<direction>] | Sort output by selected keys and directions(asc or desc) (default: name:asc), multiple keys and directions can be specified separated by comma |
| --limit <num-images> | Maximum number of images to display. |
| --marker <image> | The last image of the previous page. display list of images after marker. Display all images if not specified. (name or ID) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
39.5. image member list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image member list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project-domain <project-domain>]
<image>
List projects associated with image
| Value | Summary |
|---|---|
| <image> | Image (name or id) |
| Value | Summary |
|---|---|
| -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. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
39.6. image remove project リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image remove project [-h] [--project-domain <project-domain>]
<image> <project>
Disassociate project with image
| Value | Summary |
|---|---|
| <image> | Image to unshare (name or id) |
| <project> | Project to disassociate with image (name or id) |
| Value | Summary |
|---|---|
| -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. |
39.7. image save リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image save [-h] [--file <filename>] <image>
Save an image locally
| Value | Summary |
|---|---|
| <image> | Image to save (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Downloaded image save filename (default: stdout) |
39.8. image set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image set [-h] [--name <name>] [--min-disk <disk-gb>]
[--min-ram <ram-mb>]
[--container-format <container-format>]
[--disk-format <disk-format>]
[--protected | --unprotected]
[--public | --private | --community | --shared]
[--property <key=value>] [--tag <tag>]
[--architecture <architecture>]
[--instance-id <instance-id>]
[--kernel-id <kernel-id>] [--os-distro <os-distro>]
[--os-version <os-version>]
[--ramdisk-id <ramdisk-id>]
[--deactivate | --activate] [--project <project>]
[--project-domain <project-domain>]
[--accept | --reject | --pending]
<image>
Set image properties
| Value | Summary |
|---|---|
| <image> | Image to modify (name or id) |
| Value | Summary |
|---|---|
| -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. The supported options are: ami, ari, aki, bare, docker, ova, ovf |
| --disk-format <disk-format> | Image disk format. The supported options are: ami, ari, aki, vhd, vmdk, raw, qcow2, vhdx, vdi, iso, ploop |
| --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) |
| --community | Image is accessible to the community |
| --shared | Image can be shared |
| --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. |
| --accept | Accept the image membership |
| --reject | Reject the image membership |
| --pending | Reset the image membership to 'pending' |
39.9. image show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--human-readable]
<image>
Display image details
| Value | Summary |
|---|---|
| <image> | Image to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --human-readable | Print image size in a human-friendly format. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
39.10. image unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack image unset [-h] [--tag <tag>] [--property <property-key>]
<image>
Unset image tags and properties
| Value | Summary |
|---|---|
| <image> | Image to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tag <tag> | Unset a tag on this image (repeat option to unset multiple tags) |
| --property <property-key> | Unset a property on this image (repeat option to unset multiple properties) |
Chapter 40. ip リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the ip command.
40.1. ip availability list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ip availability list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--ip-version <ip-version>]
[--project <project>]
[--project-domain <project-domain>]
List IP availability for network
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ip-version <ip-version> | List IP availability of given IP version networks (default is 4) |
| --project <project> | List ip availability of given 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. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
40.2. ip availability show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ip availability show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<network>
Show network IP availability details
| Value | Summary |
|---|---|
| <network> | Show ip availability for a specific network (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 41. keypair リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the keypair command.
41.1. keypair create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack keypair create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--public-key <file> | --private-key <file>]
<name>
Create new public or private key for server ssh access
| Value | Summary |
|---|---|
| <name> | New public or private key name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public-key <file> | Filename for public key to add. if not used, creates a private key. |
| --private-key <file> | Filename for private key to save. if not used, print private key in console. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
41.2. keypair delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack keypair delete [-h] <key> [<key> ...]
Delete public or private key(s)
| Value | Summary |
|---|---|
| <key> | Name of key(s) to delete (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
41.3. keypair list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack keypair list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List key fingerprints
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
41.4. keypair show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack keypair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--public-key]
<key>
Display key details
| Value | Summary |
|---|---|
| <key> | Public or private key to display (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public-key | Show only bare public key paired with the generated key |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 42. l2gw リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the l2gw command.
42.1. l2gw connection create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw connection create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--default-segmentation-id SEG_ID]
<GATEWAY-NAME/UUID>
<NETWORK-NAME/UUID>
Create l2gateway-connection
| Value | Summary |
|---|---|
| <GATEWAY-NAME/UUID> | Descriptive name for logical gateway. |
| <NETWORK-NAME/UUID> | Network name or uuid. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --default-segmentation-id SEG_ID | default segmentation-id that will be applied to the interfaces for which segmentation id was not specified in l2-gateway-create command. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the networking-l2gw plugin.
42.2. l2gw connection delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw connection delete [-h]
<L2_GATEWAY_CONNECTIONS>
[<L2_GATEWAY_CONNECTIONS> ...]
Delete a given l2gateway-connection
| Value | Summary |
|---|---|
| <L2_GATEWAY_CONNECTIONS> | ID(s) of l2_gateway_connections(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the networking-l2gw plugin.
42.3. l2gw connection list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw connection list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project <project>]
[--project-domain <project-domain>]
List l2gateway-connections
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the networking-l2gw plugin.
42.4. l2gw connection show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw connection show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<L2_GATEWAY_CONNECTION>
Show information of a given l2gateway-connection
| Value | Summary |
|---|---|
| <L2_GATEWAY_CONNECTION> | ID of l2_gateway_connection to look up. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the networking-l2gw plugin.
42.5. l2gw create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
[--device name=name,interface_names=INTERFACE-DETAILS]
<GATEWAY-NAME>
Create l2gateway resource
| Value | Summary |
|---|---|
| <GATEWAY-NAME> | Descriptive name for logical gateway. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --device name=name,interface_names=INTERFACE-DETAILS | Device name and Interface-names of l2gateway. INTERFACE-DETAILS is of form "<interface_name1>;[<inte rface_name2>][ |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the networking-l2gw plugin.
42.6. l2gw delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw delete [-h] <L2_GATEWAY> [<L2_GATEWAY> ...]
Delete a given l2gateway
| Value | Summary |
|---|---|
| <L2_GATEWAY> | Id(s) or name(s) of l2_gateway to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the networking-l2gw plugin.
42.7. l2gw list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--project-domain <project-domain>]
List l2gateway that belongs to a given tenant
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the networking-l2gw plugin.
42.8. l2gw show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<L2_GATEWAY>
Show information of a given l2gateway
| Value | Summary |
|---|---|
| <L2_GATEWAY> | Id or name of l2_gateway to look up. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the networking-l2gw plugin.
42.9. l2gw update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack l2gw update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--name name]
[--device name=name,interface_names=INTERFACE-DETAILS]
<L2_GATEWAY>
Update a given l2gateway
| Value | Summary |
|---|---|
| <L2_GATEWAY> | Id or name of l2_gateway to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name name | Descriptive name for logical gateway. |
| --device name=name,interface_names=INTERFACE-DETAILS | Device name and Interface-names of l2gateway. INTERFACE-DETAILS is of form "<interface_name1>;[<inte rface_name2>][ |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the networking-l2gw plugin.
Chapter 43. limits リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the limits command.
43.1. limits show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack limits show [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] (--absolute | --rate)
[--reserved] [--project <project>]
[--domain <domain>]
Show compute and block storage limits
| Value | Summary |
|---|---|
| -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] |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
Chapter 44. loadbalancer リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the loadbalancer command.
44.1. loadbalancer amphora list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer amphora list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--loadbalancer <loadbalancer>]
[--compute-id <compute-id>]
[--role {MASTER,BACKUP,STANDALONE}]
[--status {PENDING_DELETE,DELETED,ERROR,PENDING_CREATE,BOOTING,READY,ALLOCATED}]
List amphorae
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --loadbalancer <loadbalancer> | Filter by load balancer (name or ID). |
| --compute-id <compute-id> | Filter by compute ID. |
| --role {MASTER,BACKUP,STANDALONE} | Filter by role. |
| --status {PENDING_DELETE,DELETED,ERROR,PENDING_CREATE,BOOTING,READY,ALLOCATED}, --provisioning-status {PENDING_DELETE,DELETED,ERROR,PENDING_CREATE,BOOTING,READY,ALLOCATED} | Filter by amphora provisioning status. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.2. loadbalancer amphora show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer amphora show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<amphora-id>
Show the details of a single amphora
| Value | Summary |
|---|---|
| <amphora-id> | Uuid of the amphora. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.3. loadbalancer create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--vip-address <vip_address>]
[--vip-port-id <vip_port_id>]
[--vip-subnet-id <vip_subnet_id>]
[--vip-network-id <vip_network_id>]
[--vip-qos-policy-id <vip_qos_policy_id>]
[--project <project>]
[--enable | --disable]
Create a load balancer
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New load balancer name. |
| --description <description> | Set load balancer description. |
| --vip-address <vip_address> | Set the VIP IP Address. |
| --vip-qos-policy-id <vip_qos_policy_id> | Set QoS policy ID for VIP port. Unset with 'None'. |
| --project <project> | Project for the load balancer (name or id). |
| --enable | Enable load balancer (default). |
| --disable | Disable load balancer. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --vip-port-id <vip_port_id> | Set Port for the load balancer (name or ID). |
| --vip-subnet-id <vip_subnet_id> | Set subnet for the load balancer (name or ID). |
| --vip-network-id <vip_network_id> | Set network for the load balancer (name or ID). |
This command is provided by the python-octaviaclient plugin.
44.4. loadbalancer delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer delete [-h] [--cascade] <load_balancer>
Delete a load balancer
| Value | Summary |
|---|---|
| <load_balancer> | Load balancers to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --cascade | Cascade the delete to all child elements of the load balancer. |
This command is provided by the python-octaviaclient plugin.
44.5. loadbalancer failover リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer failover [-h] <load_balancer>
Trigger load balancer failover
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.6. loadbalancer healthmonitor create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer healthmonitor create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--name <name>] --delay
<delay>
[--expected-codes <codes>]
[--http-method {GET,POST,DELETE,PUT,HEAD,OPTIONS,PATCH,CONNECT,TRACE}]
--timeout <timeout>
--max-retries <max_retries>
[--url-path <url_path>]
--type
{PING,HTTP,TCP,HTTPS,TLS-HELLO,UDP-CONNECT}
[--max-retries-down <max_retries_down>]
[--enable | --disable]
<pool>
Create a health monitor
| Value | Summary |
|---|---|
| <pool> | Set the pool for the health monitor (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the health monitor name. |
| --delay <delay> | Set the time in seconds, between sending probes to members. |
| --expected-codes <codes> | Set the list of HTTP status codes expected in response from the member to declare it healthy. |
| --http-method {GET,POST,DELETE,PUT,HEAD,OPTIONS,PATCH,CONNECT,TRACE} | Set the HTTP method that the health monitor uses for requests. |
| --timeout <timeout> | Set the maximum time, in seconds, that a monitor waits to connect before it times out. This value must be less than the delay value. |
| --max-retries <max_retries> | The number of successful checks before changing the operating status of the member to ONLINE. |
| --url-path <url_path> | Set the HTTP URL path of the request sent by the monitor to test the health of a backend member. |
| --type {PING,HTTP,TCP,HTTPS,TLS-HELLO,UDP-CONNECT} | Set the health monitor type. |
| --max-retries-down <max_retries_down> | Set the number of allowed check failures before changing the operating status of the member to ERROR. |
| --enable | Enable health monitor (default). |
| --disable | Disable health monitor. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.7. loadbalancer healthmonitor delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer healthmonitor delete [-h] <health_monitor>
Delete a health monitor
| Value | Summary |
|---|---|
| <health_monitor> | Health monitor to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.8. loadbalancer healthmonitor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer healthmonitor list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List health monitors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.9. loadbalancer healthmonitor set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer healthmonitor set [-h] [--name <name>]
[--delay <delay>]
[--expected-codes <codes>]
[--http-method {GET,POST,DELETE,PUT,HEAD,OPTIONS,PATCH,CONNECT,TRACE}]
[--timeout <timeout>]
[--max-retries <max_retries>]
[--max-retries-down <max_retries_down>]
[--url-path <url_path>]
[--enable | --disable]
<health_monitor>
Update a health monitor
| Value | Summary |
|---|---|
| <health_monitor> | Health monitor to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set health monitor name. |
| --delay <delay> | Set the time in seconds, between sending probes to members. |
| --expected-codes <codes> | Set the list of HTTP status codes expected in response from the member to declare it healthy. |
| --http-method {GET,POST,DELETE,PUT,HEAD,OPTIONS,PATCH,CONNECT,TRACE} | Set the HTTP method that the health monitor uses for requests. |
| --timeout <timeout> | Set the maximum time, in seconds, that a monitor waits to connect before it times out. This value must be less than the delay value. |
| --max-retries <max_retries> | Set the number of successful checks before changing the operating status of the member to ONLINE. |
| --max-retries-down <max_retries_down> | Set the number of allowed check failures before changing the operating status of the member to ERROR. |
| --url-path <url_path> | Set the HTTP URL path of the request sent by the monitor to test the health of a backend member. |
| --enable | Enable health monitor. |
| --disable | Disable health monitor. |
This command is provided by the python-octaviaclient plugin.
44.10. loadbalancer healthmonitor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer healthmonitor show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
<health_monitor>
Show the details of a single health monitor
| Value | Summary |
|---|---|
| <health_monitor> | Name or uuid of the health monitor. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.11. loadbalancer l7policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
--action
{REDIRECT_TO_URL,REDIRECT_TO_POOL,REJECT}
[--redirect-pool <pool> | --redirect-url <url>]
[--position <position>]
[--enable | --disable]
<listener>
Create a l7policy
| Value | Summary |
|---|---|
| <listener> | Listener to add l7policy to (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the l7policy name. |
| --description <description> | Set l7policy description. |
| --action {REDIRECT_TO_URL,REDIRECT_TO_POOL,REJECT} | Set the action of the policy. |
| --redirect-pool <pool> | Set the pool to redirect requests to (name or ID). |
| --redirect-url <url> | Set the url to redirect requests to. |
| --position <position> | Sequence number of this L7 Policy. |
| --enable | Enable l7policy (default). |
| --disable | Disable l7policy. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.12. loadbalancer l7policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7policy delete [-h] <policy>
Delete a l7policy
| Value | Summary |
|---|---|
| <policy> | L7policy to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.13. loadbalancer l7policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7policy list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List l7policies
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.14. loadbalancer l7policy set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7policy set [-h] [--name <name>]
[--description <description>]
[--action {REDIRECT_TO_URL,REDIRECT_TO_POOL,REJECT}]
[--redirect-pool <pool> | --redirect-url <url>]
[--position <position>]
[--enable | --disable]
<policy>
Update a l7policy
| Value | Summary |
|---|---|
| <policy> | L7policy to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set l7policy name. |
| --description <description> | Set l7policy description. |
| --action {REDIRECT_TO_URL,REDIRECT_TO_POOL,REJECT} | Set the action of the policy. |
| --redirect-pool <pool> | Set the pool to redirect requests to (name or ID). |
| --redirect-url <url> | Set the url to redirect requests to. |
| --position <position> | Set sequence number of this L7 Policy. |
| --enable | Enable l7policy. |
| --disable | Disable l7policy. |
This command is provided by the python-octaviaclient plugin.
44.15. loadbalancer l7policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7policy show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<policy>
Show the details of a single l7policy
| Value | Summary |
|---|---|
| <policy> | Name or uuid of the l7policy. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.16. loadbalancer l7rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--compare-type
{REGEX,EQUAL_TO,CONTAINS,ENDS_WITH,STARTS_WITH}
[--invert] --value <value>
[--key <key>] --type
{FILE_TYPE,PATH,COOKIE,HOST_NAME,HEADER}
[--enable | --disable]
<l7policy>
Create a l7rule
| Value | Summary |
|---|---|
| <l7policy> | L7policy to add l7rule to (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --compare-type {REGEX,EQUAL_TO,CONTAINS,ENDS_WITH,STARTS_WITH} | Set the compare type for the l7rule. |
| --invert | Invert l7rule. |
| --value <value> | Set the rule value to match on. |
| --key <key> | Set the key for the l7rule’s value to match on. |
| --type {FILE_TYPE,PATH,COOKIE,HOST_NAME,HEADER} | Set the type for the l7rule. |
| --enable | Enable l7rule (default). |
| --disable | Disable l7rule. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.17. loadbalancer l7rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7rule delete [-h] <l7policy> <rule_id>
Delete a l7rule
| Value | Summary |
|---|---|
| <l7policy> | L7policy to delete rule from (name or id). |
| <rule_id> | L7rule to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.18. loadbalancer l7rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7rule list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<l7policy>
List l7rules for l7policy
| Value | Summary |
|---|---|
| <l7policy> | L7policy to list rules for (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.19. loadbalancer l7rule set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7rule set [-h]
[--compare-type {REGEX,EQUAL_TO,CONTAINS,ENDS_WITH,STARTS_WITH}]
[--invert] [--value <value>]
[--key <key>]
[--type {FILE_TYPE,PATH,COOKIE,HOST_NAME,HEADER}]
[--enable | --disable]
<l7policy> <l7rule_id>
Update a l7rule
| Value | Summary |
|---|---|
| <l7policy> | L7policy to update l7rule on (name or id). |
| <l7rule_id> | L7rule to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --compare-type {REGEX,EQUAL_TO,CONTAINS,ENDS_WITH,STARTS_WITH} | Set the compare type for the l7rule. |
| --invert | Invert l7rule. |
| --value <value> | Set the rule value to match on. |
| --key <key> | Set the key for the l7rule’s value to match on. |
| --type {FILE_TYPE,PATH,COOKIE,HOST_NAME,HEADER} | Set the type for the l7rule. |
| --enable | Enable l7rule. |
| --disable | Disable l7rule. |
This command is provided by the python-octaviaclient plugin.
44.20. loadbalancer l7rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer l7rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<l7policy> <l7rule_id>
Show the details of a single l7rule
| Value | Summary |
|---|---|
| <l7policy> | L7policy to show rule from (name or id). |
| <l7rule_id> | L7rule to show. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.21. loadbalancer list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name <name>]
[--enable | --disable]
[--project <project-id>]
[--vip-network-id <vip_network_id>]
[--vip-subnet-id <vip_subnet_id>]
[--vip-qos-policy-id <vip_qos_policy_id>]
[--vip-port-id <vip_port_id>]
[--provisioning-status {ACTIVE,DELETED,ERROR,PENDING_CREATE,PENDING_UPDATE,PENDING_DELETE}]
[--operating-status {ONLINE,DRAINING,OFFLINE,DEGRADED,ERROR,NO_MONITOR}]
[--provider <provider>]
List load balancers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List load balancers according to their name. |
| --enable | List enabled load balancers. |
| --disable | List disabled load balancers. |
| --project <project-id> | List load balancers according to their project (name or ID). |
| --vip-network-id <vip_network_id> | List load balancers according to their VIP network (name or ID). |
| --vip-subnet-id <vip_subnet_id> | List load balancers according to their VIP subnet (name or ID). |
| --vip-qos-policy-id <vip_qos_policy_id> | List load balancers according to their VIP Qos policy (name or ID). |
| --vip-port-id <vip_port_id> | List load balancers according to their VIP port (name or ID). |
| --provisioning-status {ACTIVE,DELETED,ERROR,PENDING_CREATE,PENDING_UPDATE,PENDING_DELETE} | List load balancers according to their provisioning status. |
| --operating-status {ONLINE,DRAINING,OFFLINE,DEGRADED,ERROR,NO_MONITOR} | List load balancers according to their operating status. |
| --provider <provider> | List load balancers according to their provider. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.22. loadbalancer listener create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
--protocol
{TCP,HTTP,HTTPS,TERMINATED_HTTPS,UDP}
[--connection-limit <limit>]
[--default-pool <pool>]
[--default-tls-container-ref <container_ref>]
[--sni-container-refs [<container_ref> [<container_ref> ...]]]
[--insert-headers <header=value,...>]
--protocol-port <port>
[--timeout-client-data <timeout>]
[--timeout-member-connect <timeout>]
[--timeout-member-data <timeout>]
[--timeout-tcp-inspect <timeout>]
[--enable | --disable]
<loadbalancer>
Create a listener
| Value | Summary |
|---|---|
| <loadbalancer> | Load balancer for the listener (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the listener name. |
| --description <description> | Set the description of this listener. |
| --protocol {TCP,HTTP,HTTPS,TERMINATED_HTTPS,UDP} | The protocol for the listener. |
| --connection-limit <limit> | Set the maximum number of connections permitted for this listener. |
| --default-pool <pool> | Set the name or ID of the pool used by the listener if no L7 policies match. |
| --default-tls-container-ref <container_ref> | The URI to the key manager service secrets container containing the certificate and key for TERMINATED_TLS listeners. |
| --sni-container-refs [<container_ref> [<container_ref> …]] | A list of URIs to the key manager service secrets containers containing the certificates and keys for TERMINATED_TLS the listener using Server Name Indication. |
| --insert-headers <header=value,…> | A dictionary of optional headers to insert into the request before it is sent to the backend member. |
| --protocol-port <port> | Set the protocol port number for the listener. |
| --timeout-client-data <timeout> | Frontend client inactivity timeout in milliseconds. Default: 50000. |
| --timeout-member-connect <timeout> | Backend member connection timeout in milliseconds. Default: 5000. |
| --timeout-member-data <timeout> | Backend member inactivity timeout in milliseconds. Default: 50000. |
| --timeout-tcp-inspect <timeout> | Time, in milliseconds, to wait for additional TCP packets for content inspection. Default: 0. |
| --enable | Enable listener (default). |
| --disable | Disable listener. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.23. loadbalancer listener delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener delete [-h] <listener>
Delete a listener
| Value | Summary |
|---|---|
| <listener> | Listener to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.24. loadbalancer listener list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--name <name>]
[--loadbalancer <loadbalancer>]
[--enable | --disable]
[--project <project>]
List listeners
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List listeners by listener name. |
| --loadbalancer <loadbalancer> | Filter by load balancer (name or ID). |
| --enable | List enabled listeners. |
| --disable | List disabled listeners. |
| --project <project> | List listeners by project id. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.25. loadbalancer listener set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener set [-h] [--name <name>]
[--description <description>]
[--connection-limit <limit>]
[--default-pool <pool>]
[--default-tls-container-ref <container-ref>]
[--sni-container-refs [<container-ref> [<container-ref> ...]]]
[--insert-headers <header=value>]
[--timeout-client-data <timeout>]
[--timeout-member-connect <timeout>]
[--timeout-member-data <timeout>]
[--timeout-tcp-inspect <timeout>]
[--enable | --disable]
<listener>
Update a listener
| Value | Summary |
|---|---|
| <listener> | Listener to modify (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the listener name. |
| --description <description> | Set the description of this listener. |
| --connection-limit <limit> | The maximum number of connections permitted for this listener. Default value is -1 which represents infinite connections. |
| --default-pool <pool> | The ID of the pool used by the listener if no L7 policies match. |
| --default-tls-container-ref <container-ref> | The URI to the key manager service secrets container containing the certificate and key for TERMINATED_TLSlisteners. |
| --sni-container-refs [<container-ref> [<container-ref> …]] | A list of URIs to the key manager service secrets containers containing the certificates and keys for TERMINATED_TLS the listener using Server Name Indication. |
| --insert-headers <header=value> | A dictionary of optional headers to insert into the request before it is sent to the backend member. |
| --timeout-client-data <timeout> | Frontend client inactivity timeout in milliseconds. Default: 50000. |
| --timeout-member-connect <timeout> | Backend member connection timeout in milliseconds. Default: 5000. |
| --timeout-member-data <timeout> | Backend member inactivity timeout in milliseconds. Default: 50000. |
| --timeout-tcp-inspect <timeout> | Time, in milliseconds, to wait for additional TCP packets for content inspection. Default: 0. |
| --enable | Enable listener. |
| --disable | Disable listener. |
This command is provided by the python-octaviaclient plugin.
44.26. loadbalancer listener show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<listener>
Show the details of a single listener
| Value | Summary |
|---|---|
| <listener> | Name or uuid of the listener |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.27. loadbalancer listener stats show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer listener stats show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
<listener>
Shows the current statistics for a listener.
| Value | Summary |
|---|---|
| <listener> | Name or uuid of the listener |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.28. loadbalancer member create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer member create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--disable-backup | --enable-backup]
[--weight <weight>] --address
<ip_address>
[--subnet-id <subnet_id>]
--protocol-port <protocol_port>
[--monitor-port <monitor_port>]
[--monitor-address <monitor_address>]
[--enable | --disable]
<pool>
Creating a member in a pool
| Value | Summary |
|---|---|
| <pool> | Id or name of the pool to create the member for. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the member. |
| --disable-backup | Disable member backup (default) |
| --enable-backup | Enable member backup |
| --weight <weight> | The weight of a member determines the portion of requests or connections it services compared to the other members of the pool. |
| --address <ip_address> | The IP address of the backend member server |
| --subnet-id <subnet_id> | The subnet ID the member service is accessible from. |
| --protocol-port <protocol_port> | The protocol port number the backend member server is listening on. |
| --monitor-port <monitor_port> | An alternate protocol port used for health monitoring a backend member. |
| --monitor-address <monitor_address> | An alternate IP address used for health monitoring a backend member. |
| --enable | Enable member (default) |
| --disable | Disable member |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.29. loadbalancer member delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer member delete [-h] <pool> <member>
Delete a member from a pool
| Value | Summary |
|---|---|
| <pool> | Pool name or id to delete the member from. |
| <member> | Name or id of the member to be deleted. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.30. loadbalancer member list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer member list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<pool>
List members in a pool
| Value | Summary |
|---|---|
| <pool> | Pool name or id to list the members of. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.31. loadbalancer member set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer member set [-h] [--name <name>]
[--disable-backup | --enable-backup]
[--weight <weight>]
[--monitor-port <monitor_port>]
[--monitor-address <monitor_address>]
[--enable | --disable]
<pool> <member>
Update a member
| Value | Summary |
|---|---|
| <pool> | Pool that the member to update belongs to (name or ID). |
| <member> | Name or id of the member to update |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the name of the member |
| --disable-backup | Disable member backup (default) |
| --enable-backup | Enable member backup |
| --weight <weight> | Set the weight of member in the pool |
| --monitor-port <monitor_port> | An alternate protocol port used for health monitoring a backend member |
| --monitor-address <monitor_address> | An alternate IP address used for health monitoring a backend member. |
| --enable | Set the admin_state_up to true |
| --disable | Set the admin_state_up to false |
This command is provided by the python-octaviaclient plugin.
44.32. loadbalancer member show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer member show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<pool> <member>
Shows details of a single Member
| Value | Summary |
|---|---|
| <pool> | Pool name or id to show the members of. |
| <member> | Name or id of the member to show. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.33. loadbalancer pool create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer pool create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
--protocol
{TCP,HTTP,HTTPS,TERMINATED_HTTPS,PROXY,UDP}
(--listener <listener> | --loadbalancer <load_balancer>)
[--session-persistence <session persistence>]
--lb-algorithm
{SOURCE_IP,ROUND_ROBIN,LEAST_CONNECTIONS}
[--enable | --disable]
Create a pool
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set pool name. |
| --description <description> | Set pool description. |
| --protocol {TCP,HTTP,HTTPS,TERMINATED_HTTPS,PROXY,UDP} | Set the pool protocol. |
| --listener <listener> | Listener to add the pool to (name or ID). |
| --loadbalancer <load_balancer> | Load balncer to add the pool to (name or ID) |
| --session-persistence <session persistence> | Set the session persistence for the listener (key=value). |
| --lb-algorithm {SOURCE_IP,ROUND_ROBIN,LEAST_CONNECTIONS} | Load balancing algorithm to use. |
| --enable | Enable pool (default). |
| --disable | Disable pool. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.34. loadbalancer pool delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer pool delete [-h] <pool>
Delete a pool
| Value | Summary |
|---|---|
| <pool> | Pool to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.35. loadbalancer pool list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer pool list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--loadbalancer <loadbalancer>]
List pools
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --loadbalancer <loadbalancer> | Filter by load balancer (name or ID). |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.36. loadbalancer pool set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer pool set [-h] [--name <name>]
[--description <description>]
[--session-persistence <session_persistence>]
[--lb-algorithm {SOURCE_IP,ROUND_ROBIN,LEAST_CONNECTIONS}]
[--enable | --disable]
<pool>
Update a pool
| Value | Summary |
|---|---|
| <pool> | Pool to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the name of the pool. |
| --description <description> | Set the description of the pool. |
| --session-persistence <session_persistence> | Set the session persistence for the listener (key=value). |
| --lb-algorithm {SOURCE_IP,ROUND_ROBIN,LEAST_CONNECTIONS} | Set the load balancing algorithm to use. |
| --enable | Enable pool. |
| --disable | Disable pool. |
This command is provided by the python-octaviaclient plugin.
44.37. loadbalancer pool show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer pool show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<pool>
Show the details of a single pool
| Value | Summary |
|---|---|
| <pool> | Name or uuid of the pool. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.38. loadbalancer quota defaults show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer quota defaults show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
Show quota defaults
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.39. loadbalancer quota list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer quota list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project <project-id>]
List quotas
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project-id> | Name or UUID of the project. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-octaviaclient plugin.
44.40. loadbalancer quota reset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer quota reset [-h] <project>
Resets quotas to default quotas
| Value | Summary |
|---|---|
| <project> | Project to reset quotas (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
44.41. loadbalancer quota set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer quota set [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--healthmonitor <health_monitor>]
[--listener <listener>]
[--loadbalancer <load_balancer>]
[--member <member>] [--pool <pool>]
<project>
Update a quota
| Value | Summary |
|---|---|
| <project> | Name or uuid of the project. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --healthmonitor <health_monitor> | New value for the health monitor quota. Value -1 means unlimited. |
| --listener <listener> | New value for the listener quota. Value -1 means unlimited. |
| --loadbalancer <load_balancer> | New value for the load balancer quota limit. Value -1 means unlimited. |
| --member <member> | New value for the member quota limit. value -1 means unlimited. |
| --pool <pool> | New value for the pool quota limit. value -1 means unlimited. |
This command is provided by the python-octaviaclient plugin.
44.42. loadbalancer quota show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer quota show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<project>
Show the quota details for a project
| Value | Summary |
|---|---|
| <project> | Name or uuid of the project. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.43. loadbalancer set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer set [-h] [--name <name>]
[--description <description>]
[--vip-qos-policy-id <vip_qos_policy_id>]
[--enable | --disable]
<load_balancer>
Update a load balancer
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set load balancer name. |
| --description <description> | Set load balancer description. |
| --vip-qos-policy-id <vip_qos_policy_id> | Set QoS policy ID for VIP port. Unset with 'None'. |
| --enable | Enable load balancer. |
| --disable | Disable load balancer. |
This command is provided by the python-octaviaclient plugin.
44.44. loadbalancer show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<load_balancer>
Show the details for a single load balancer
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.45. loadbalancer stats show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer stats show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<load_balancer>
Shows the current statistics for a load balancer
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-octaviaclient plugin.
44.46. loadbalancer status show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack loadbalancer status show [-h] <load_balancer>
Display load balancer status tree in json format
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-octaviaclient plugin.
Chapter 45. messaging リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the messaging command.
45.1. messaging claim create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging claim create [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--ttl <ttl>] [--grace <grace>]
[--limit <limit>]
<queue_name>
Create claim and return a list of claimed messages
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to be claim |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ttl <ttl> | Time to live in seconds for claim |
| --grace <grace> | The message grace period in seconds |
| --limit <limit> | Claims a set of messages, up to limit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.2. messaging claim query リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging claim query [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<queue_name> <claim_id>
Display claim details
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Id of the claim |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.3. messaging claim release リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging claim release [-h] <queue_name> <claim_id>
Delete a claim
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Claim id to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.4. messaging claim renew リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging claim renew [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--ttl <ttl>] [--grace <grace>]
<queue_name> <claim_id>
Renew a claim
| Value | Summary |
|---|---|
| <queue_name> | Name of the claimed queue |
| <claim_id> | Claim id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ttl <ttl> | Time to live in seconds for claim |
| --grace <grace> | The message grace period in seconds |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.5. messaging flavor create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging flavor create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--capabilities <capabilities>]
<flavor_name> <pool_group>
Create a pool flavor
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| <pool_group> | Pool group for flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --capabilities <capabilities> | Describes flavor-specific capabilities, This option is only available in client api version < 2 . |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.6. messaging flavor delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging flavor delete [-h] <flavor_name>
Delete a pool flavor
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.7. messaging flavor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging flavor list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--marker <flavor_name>]
[--limit <limit>] [--detailed]
List available pool flavors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <flavor_name> | Flavor’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | If show detailed capabilities of flavor |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.8. messaging flavor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor_name>
Display pool flavor details
| Value | Summary |
|---|---|
| <flavor_name> | Flavor to display (name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.9. messaging flavor update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging flavor update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_group <pool_group>]
[--capabilities <capabilities>]
<flavor_name>
Update a flavor’s attributes
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_group <pool_group> | Pool group the flavor sits on |
| --capabilities <capabilities> | Describes flavor-specific capabilities. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.10. messaging health リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging health [-h]
Display detailed health status of Zaqar server
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.11. messaging homedoc リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging homedoc [-h]
Display detailed resource doc of Zaqar server
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.12. messaging message list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging message list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--message-ids <message_ids>]
[--limit <limit>] [--echo]
[--include-claimed]
[--include-delayed]
[--client-id <client_id>]
<queue_name>
List all messages for a given queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --message-ids <message_ids> | List of messages' ids to retrieve |
| --limit <limit> | Maximum number of messages to get |
| --echo | Whether to get this client’s own messages |
| --include-claimed | Whether to include claimed messages |
| --include-delayed | Whether to include delayed messages |
| --client-id <client_id> | A UUID for each client instance. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.13. messaging message post リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging message post [-h] [--client-id <client_id>]
<queue_name> <messages>
Post messages for a given queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| <messages> | Messages to be posted. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --client-id <client_id> | A UUID for each client instance. |
This command is provided by the python-zaqarclient plugin.
45.14. messaging ping リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
Check if Zaqar server is alive or not
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.15. messaging pool create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging pool create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name> <pool_uri> <pool_weight>
Create a pool
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| <pool_uri> | Storage engine uri |
| <pool_weight> | Weight of the pool |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.16. messaging pool delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging pool delete [-h] <pool_name>
Delete a pool
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.17. messaging pool list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging pool list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--marker <pool_name>] [--limit <limit>]
[--detailed]
List available Pools
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <pool_name> | Pool’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | Detailed output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.18. messaging pool show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<pool_name>
Display pool details
| Value | Summary |
|---|---|
| <pool_name> | Pool to display (name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.19. messaging pool update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging pool update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--pool_uri <pool_uri>]
[--pool_weight <pool_weight>]
[--pool_group <pool_group>]
[--pool_options <pool_options>]
<pool_name>
Update a pool attribute
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.20. messaging queue create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Create a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.21. messaging queue delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue delete [-h] <queue_name>
Delete a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.22. messaging queue get metadata リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue get metadata [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Get queue metadata
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.23. messaging queue list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--marker <queue_id>] [--limit <limit>]
[--detailed]
List available queues
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <queue_id> | Queue’s paging marker |
| --limit <limit> | Page size limit |
| --detailed | If show detailed information of queue |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.24. messaging queue purge リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue purge [-h]
[--resource_types <resource_types>]
<queue_name>
Purge a queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource_types <resource_types> | Resource types want to be purged. |
This command is provided by the python-zaqarclient plugin.
45.25. messaging queue set metadata リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue set metadata [-h]
<queue_name> <queue_metadata>
Set queue metadata
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| <queue_metadata> | Queue metadata, all the metadata of the queue will be replaced by queue_metadata |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.26. messaging queue signed url リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue signed url [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--paths <paths>]
[--ttl-seconds <ttl_seconds>]
[--methods <methods>]
<queue_name>
Create a pre-signed url
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --paths <paths> | Allowed paths in a comma-separated list. options: messages, subscriptions, claims |
| --ttl-seconds <ttl_seconds> | Length of time (in seconds) until the signature expires |
| --methods <methods> | Http methods to allow as a comma-separated list. Options: GET, HEAD, OPTIONS, POST, PUT, DELETE |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.27. messaging queue stats リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging queue stats [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name>
Get queue stats
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.28. messaging subscription create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging subscription create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--options <options>]
<queue_name> <subscriber> <ttl>
Create a subscription for queue
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscriber> | Subscriber which will be notified |
| <ttl> | Time to live of the subscription in seconds |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --options <options> | Metadata of the subscription in json format |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.29. messaging subscription delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging subscription delete [-h]
<queue_name> <subscription_id>
Delete a subscription
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue for the subscription |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-zaqarclient plugin.
45.30. messaging subscription list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging subscription list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--marker <subscription_id>]
[--limit <limit>]
<queue_name>
List available subscriptions
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker <subscription_id> | Subscription’s paging marker, the ID of the last subscription of the previous page |
| --limit <limit> | Page size limit, default value is 20 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-zaqarclient plugin.
45.31. messaging subscription show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging subscription show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<queue_name> <subscription_id>
Display subscription details
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
45.32. messaging subscription update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack messaging subscription update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--subscriber <subscriber>]
[--ttl <ttl>]
[--options <options>]
<queue_name> <subscription_id>
Update a subscription
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue to subscribe to |
| <subscription_id> | Id of the subscription |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --subscriber <subscriber> | Subscriber which will be notified |
| --ttl <ttl> | Time to live of the subscription in seconds |
| --options <options> | Metadata of the subscription in json format |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-zaqarclient plugin.
Chapter 46. metric リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the metric command.
46.1. metric aggregates リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric aggregates [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--resource-type RESOURCE_TYPE]
[--start START] [--stop STOP]
[--granularity GRANULARITY]
[--needed-overlap NEEDED_OVERLAP]
[--groupby GROUPBY] [--fill FILL]
operations [search]
Get measurements of aggregated metrics.
| Value | Summary |
|---|---|
| operations | Operations to apply to time series |
| search | A query to filter resource. the syntax is a combination of attribute, operator and value. For example: id=90d58eea-70d7-4294-a49a-170dcdf44c3c would filter resource with a certain id. More complex queries can be built, e.g.: not (flavor_id!="1" and memory>=24). Use "" to force data to be interpreted as string. Supported operators are: not, and, ∧ or, ∨, >=, ⇐, !=, >, <, =, ==, eq, ne, lt, gt, ge, le, in, like, ≠, ≥, ≤, like, in. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-type RESOURCE_TYPE | Resource type to query |
| --start START | Beginning of the period |
| --stop STOP | End of the period |
| --granularity GRANULARITY | granularity to retrieve |
| --needed-overlap NEEDED_OVERLAP | percentage of overlap across datapoints |
| --groupby GROUPBY | Attribute to use to group resources |
| --fill FILL | Value to use when backfilling timestamps with missing values in a subset of series. Value should be a float or 'null'. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.2. metric archive policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
-d <DEFINITION> [-b BACK_WINDOW]
[-m AGGREGATION_METHODS]
name
Create an archive policy.
| Value | Summary |
|---|---|
| name | Name of the archive policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -d <DEFINITION>, --definition <DEFINITION> | two attributes (separated by ',') of an archive policy definition with its name and value separated with a ':' |
| -b BACK_WINDOW, --back-window BACK_WINDOW | back window of the archive policy |
| -m AGGREGATION_METHODS, --aggregation-method AGGREGATION_METHODS | aggregation method of the archive policy |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.3. metric archive policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy delete [-h] name
Delete an archive policy.
| Value | Summary |
|---|---|
| name | Name of the archive policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the gnocchiclient plugin.
46.4. metric archive policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List archive policies.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.5. metric archive policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
name
Show an archive policy.
| Value | Summary |
|---|---|
| name | Name of the archive policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.6. metric archive policy update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
-d <DEFINITION>
name
Update an archive policy.
| Value | Summary |
|---|---|
| name | Name of the archive policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -d <DEFINITION>, --definition <DEFINITION> | two attributes (separated by ',') of an archive policy definition with its name and value separated with a ':' |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.7. metric archive policy rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy-rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX] -a
ARCHIVE_POLICY_NAME -m
METRIC_PATTERN
name
Create an archive policy rule.
| Value | Summary |
|---|---|
| name | Rule name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -a ARCHIVE_POLICY_NAME, --archive-policy-name ARCHIVE_POLICY_NAME | Archive policy name |
| -m METRIC_PATTERN, --metric-pattern METRIC_PATTERN | Wildcard of metric name to match |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.8. metric archive policy rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy-rule delete [-h] name
Delete an archive policy rule.
| Value | Summary |
|---|---|
| name | Name of the archive policy rule |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the gnocchiclient plugin.
46.9. metric archive policy rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy-rule list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List archive policy rules.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.10. metric archive policy rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric archive-policy-rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
name
Show an archive policy rule.
| Value | Summary |
|---|---|
| name | Name of the archive policy rule |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.11. metric benchmark measures add リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric benchmark measures add [-h]
[--resource-id RESOURCE_ID]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--workers WORKERS] --count
COUNT [--batch BATCH]
[--timestamp-start TIMESTAMP_START]
[--timestamp-end TIMESTAMP_END]
[--wait]
metric
Do benchmark testing of adding measurements.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --workers WORKERS, -w WORKERS | Number of workers to use |
| --count COUNT, -n COUNT | Number of total measures to send |
| --batch BATCH, -b BATCH | Number of measures to send in each batch |
| --timestamp-start TIMESTAMP_START, -s TIMESTAMP_START | First timestamp to use |
| --timestamp-end TIMESTAMP_END, -e TIMESTAMP_END | Last timestamp to use |
| --wait | Wait for all measures to be processed |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.12. metric benchmark measures show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric benchmark measures show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--sort-column SORT_COLUMN]
[--utc]
[--resource-id RESOURCE_ID]
[--aggregation AGGREGATION]
[--start START] [--stop STOP]
[--granularity GRANULARITY]
[--refresh]
[--resample RESAMPLE]
[--workers WORKERS] --count
COUNT
metric
Do benchmark testing of measurements show.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --utc | Return timestamps as utc |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --aggregation AGGREGATION | aggregation to retrieve |
| --start START | Beginning of the period |
| --stop STOP | End of the period |
| --granularity GRANULARITY | granularity to retrieve |
| --refresh | Force aggregation of all known measures |
| --resample RESAMPLE | Granularity to resample time-series to (in seconds) |
| --workers WORKERS, -w WORKERS | Number of workers to use |
| --count COUNT, -n COUNT | Number of total measures to send |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.13. metric benchmark metric create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric benchmark metric create [-h]
[--resource-id RESOURCE_ID]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--archive-policy-name ARCHIVE_POLICY_NAME]
[--workers WORKERS] --count
COUNT [--keep]
Do benchmark testing of metric creation.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --archive-policy-name ARCHIVE_POLICY_NAME, -a ARCHIVE_POLICY_NAME | name of the archive policy |
| --workers WORKERS, -w WORKERS | Number of workers to use |
| --count COUNT, -n COUNT | Number of metrics to create |
| --keep, -k | Keep created metrics |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.14. metric benchmark metric show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric benchmark metric show [-h] [--resource-id RESOURCE_ID]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--workers WORKERS] --count
COUNT
metric [metric ...]
Do benchmark testing of metric show.
| Value | Summary |
|---|---|
| metric | Id or name of the metrics |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --workers WORKERS, -w WORKERS | Number of workers to use |
| --count COUNT, -n COUNT | Number of metrics to get |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.15. metric capabilities list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric capabilities list [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
List capabilities.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.16. metric create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric create [-h] [--resource-id RESOURCE_ID]
[-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--archive-policy-name ARCHIVE_POLICY_NAME]
[--unit UNIT]
[METRIC_NAME]
Create a metric.
| Value | Summary |
|---|---|
| METRIC_NAME | Name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --archive-policy-name ARCHIVE_POLICY_NAME, -a ARCHIVE_POLICY_NAME | name of the archive policy |
| --unit UNIT, -u UNIT | Unit of the metric |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.17. metric delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric delete [-h] [--resource-id RESOURCE_ID]
metric [metric ...]
Delete a metric.
| Value | Summary |
|---|---|
| metric | Ids or names of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
This command is provided by the gnocchiclient plugin.
46.18. metric list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--limit <LIMIT>]
[--marker <MARKER>] [--sort <SORT>]
List metrics.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <LIMIT> | Number of metrics to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value |
| --sort <SORT> | Sort of metric attribute (example: user_id:desc- nullslast |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.19. metric measures add リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric measures add [-h] [--resource-id RESOURCE_ID] -m
MEASURE
metric
Add measurements to a metric.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| -m MEASURE, --measure MEASURE | timestamp and value of a measure separated with a '@' |
This command is provided by the gnocchiclient plugin.
46.20. metric measures aggregation リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric measures aggregation [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--utc] -m METRIC [METRIC ...]
[--aggregation AGGREGATION]
[--reaggregation REAGGREGATION]
[--start START] [--stop STOP]
[--granularity GRANULARITY]
[--needed-overlap NEEDED_OVERLAP]
[--query QUERY]
[--resource-type RESOURCE_TYPE]
[--groupby GROUPBY] [--refresh]
[--resample RESAMPLE]
[--fill FILL]
Get measurements of aggregated metrics.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --utc | Return timestamps as utc |
| -m METRIC [METRIC …], --metric METRIC [METRIC …] | metrics IDs or metric name |
| --aggregation AGGREGATION | granularity aggregation function to retrieve |
| --reaggregation REAGGREGATION | groupby aggregation function to retrieve |
| --start START | Beginning of the period |
| --stop STOP | End of the period |
| --granularity GRANULARITY | granularity to retrieve |
| --needed-overlap NEEDED_OVERLAP | percent of datapoints in each metrics required |
| --query QUERY | A query to filter resource. the syntax is a combination of attribute, operator and value. For example: id=90d58eea-70d7-4294-a49a-170dcdf44c3c would filter resource with a certain id. More complex queries can be built, e.g.: not (flavor_id!="1" and memory>=24). Use "" to force data to be interpreted as string. Supported operators are: not, and, ∧ or, ∨, >=, ⇐, !=, >, <, =, ==, eq, ne, lt, gt, ge, le, in, like, ≠, ≥, ≤, like, in. |
| --resource-type RESOURCE_TYPE | Resource type to query |
| --groupby GROUPBY | Attribute to use to group resources |
| --refresh | Force aggregation of all known measures |
| --resample RESAMPLE | Granularity to resample time-series to (in seconds) |
| --fill FILL | Value to use when backfilling timestamps with missing values in a subset of series. Value should be a float or 'null'. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.21. metric measures batch metrics リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric measures batch-metrics [-h] file
| Value | Summary |
|---|---|
| file | File containing measurements to batch or - for stdin (see Gnocchi REST API docs for the format |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the gnocchiclient plugin.
46.22. metric measures batch resources metrics リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric measures batch-resources-metrics [-h]
[--create-metrics]
file
| Value | Summary |
|---|---|
| file | File containing measurements to batch or - for stdin (see Gnocchi REST API docs for the format |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --create-metrics | Create unknown metrics |
This command is provided by the gnocchiclient plugin.
46.23. metric measures show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric measures show [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--utc]
[--resource-id RESOURCE_ID]
[--aggregation AGGREGATION]
[--start START] [--stop STOP]
[--granularity GRANULARITY] [--refresh]
[--resample RESAMPLE]
metric
Get measurements of a metric.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --utc | Return timestamps as utc |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --aggregation AGGREGATION | aggregation to retrieve |
| --start START | Beginning of the period |
| --stop STOP | End of the period |
| --granularity GRANULARITY | granularity to retrieve |
| --refresh | Force aggregation of all known measures |
| --resample RESAMPLE | Granularity to resample time-series to (in seconds) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.24. metric metric create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric metric create [-h] [--resource-id RESOURCE_ID]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--archive-policy-name ARCHIVE_POLICY_NAME]
[--unit UNIT]
[METRIC_NAME]
Deprecated: Create a metric.
| Value | Summary |
|---|---|
| METRIC_NAME | Name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| --archive-policy-name ARCHIVE_POLICY_NAME, -a ARCHIVE_POLICY_NAME | name of the archive policy |
| --unit UNIT, -u UNIT | Unit of the metric |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.25. metric metric delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric metric delete [-h] [--resource-id RESOURCE_ID]
metric [metric ...]
Deprecated: Delete a metric.
| Value | Summary |
|---|---|
| metric | Ids or names of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
This command is provided by the gnocchiclient plugin.
46.26. metric metric list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric metric list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <LIMIT>] [--marker <MARKER>]
[--sort <SORT>]
Deprecated: List metrics.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <LIMIT> | Number of metrics to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value |
| --sort <SORT> | Sort of metric attribute (example: user_id:desc- nullslast |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.27. metric metric show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric metric show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--resource-id RESOURCE_ID]
metric
Deprecated: Show a metric.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.28. metric resource batch delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource batch delete [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--type RESOURCE_TYPE]
query
Delete a batch of resources based on attribute values.
| Value | Summary |
|---|---|
| query | A query to filter resource. the syntax is a combination of attribute, operator and value. For example: id=90d58eea-70d7-4294-a49a-170dcdf44c3c would filter resource with a certain id. More complex queries can be built, e.g.: not (flavor_id!="1" and memory>=24). Use "" to force data to be interpreted as string. Supported operators are: not, and, ∧ or, ∨, >=, ⇐, !=, >, <, =, ==, eq, ne, lt, gt, ge, le, in, like, ≠, ≥, ≤, like, in. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.29. metric resource create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--type RESOURCE_TYPE] [-a ATTRIBUTE]
[-m ADD_METRIC] [-n CREATE_METRIC]
resource_id
Create a resource.
| Value | Summary |
|---|---|
| resource_id | Id of the resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| -a ATTRIBUTE, --attribute ATTRIBUTE | name and value of an attribute separated with a ':' |
| -m ADD_METRIC, --add-metric ADD_METRIC | name:id of a metric to add |
| -n CREATE_METRIC, --create-metric CREATE_METRIC | name:archive_policy_name of a metric to create |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.30. metric resource delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource delete [-h] resource_id
Delete a resource.
| Value | Summary |
|---|---|
| resource_id | Id of the resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the gnocchiclient plugin.
46.31. metric resource history リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource history [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--details] [--limit <LIMIT>]
[--marker <MARKER>] [--sort <SORT>]
[--type RESOURCE_TYPE]
resource_id
Show the history of a resource.
| Value | Summary |
|---|---|
| resource_id | Id of a resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --details | Show all attributes of generic resources |
| --limit <LIMIT> | Number of resources to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value |
| --sort <SORT> | Sort of resource attribute (example: user_id:desc- nullslast |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.32. metric resource list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--details]
[--history] [--limit <LIMIT>]
[--marker <MARKER>] [--sort <SORT>]
[--type RESOURCE_TYPE]
List resources.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --details | Show all attributes of generic resources |
| --history | Show history of the resources |
| --limit <LIMIT> | Number of resources to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value |
| --sort <SORT> | Sort of resource attribute (example: user_id:desc- nullslast |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.33. metric resource search リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource search [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--details] [--history]
[--limit <LIMIT>] [--marker <MARKER>]
[--sort <SORT>] [--type RESOURCE_TYPE]
query
Search resources with specified query rules.
| Value | Summary |
|---|---|
| query | A query to filter resource. the syntax is a combination of attribute, operator and value. For example: id=90d58eea-70d7-4294-a49a-170dcdf44c3c would filter resource with a certain id. More complex queries can be built, e.g.: not (flavor_id!="1" and memory>=24). Use "" to force data to be interpreted as string. Supported operators are: not, and, ∧ or, ∨, >=, ⇐, !=, >, <, =, ==, eq, ne, lt, gt, ge, le, in, like, ≠, ≥, ≤, like, in. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --details | Show all attributes of generic resources |
| --history | Show history of the resources |
| --limit <LIMIT> | Number of resources to return (default is server default) |
| --marker <MARKER> | Last item of the previous listing. return the next results after this value |
| --sort <SORT> | Sort of resource attribute (example: user_id:desc- nullslast |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.34. metric resource show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--type RESOURCE_TYPE]
resource_id
Show a resource.
| Value | Summary |
|---|---|
| resource_id | Id of a resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.35. metric resource update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--type RESOURCE_TYPE] [-a ATTRIBUTE]
[-m ADD_METRIC] [-n CREATE_METRIC]
[-d DELETE_METRIC]
resource_id
Update a resource.
| Value | Summary |
|---|---|
| resource_id | Id of the resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type RESOURCE_TYPE, -t RESOURCE_TYPE | Type of resource |
| -a ATTRIBUTE, --attribute ATTRIBUTE | name and value of an attribute separated with a ':' |
| -m ADD_METRIC, --add-metric ADD_METRIC | name:id of a metric to add |
| -n CREATE_METRIC, --create-metric CREATE_METRIC | name:archive_policy_name of a metric to create |
| -d DELETE_METRIC, --delete-metric DELETE_METRIC | Name of a metric to delete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.36. metric resource type create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource-type create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[-a ATTRIBUTE]
name
Create a resource type.
| Value | Summary |
|---|---|
| name | Name of the resource type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -a ATTRIBUTE, --attribute ATTRIBUTE | attribute definition, attribute_name:attribute_type:at tribute_is_required:attribute_type_option_name=attribu te_type_option_value:… For example: display_name:string:true:max_length=255 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.37. metric resource type delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource-type delete [-h] name
Delete a resource type.
| Value | Summary |
|---|---|
| name | Name of the resource type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the gnocchiclient plugin.
46.38. metric resource type list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource-type list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List resource types.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the gnocchiclient plugin.
46.39. metric resource type show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource-type show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
name
Show a resource type.
| Value | Summary |
|---|---|
| name | Name of the resource type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.40. metric resource type update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric resource-type update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[-a ATTRIBUTE]
[-r REMOVE_ATTRIBUTE]
name
| Value | Summary |
|---|---|
| name | Name of the resource type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -a ATTRIBUTE, --attribute ATTRIBUTE | attribute definition, attribute_name:attribute_type:at tribute_is_required:attribute_type_option_name=attribu te_type_option_value:… For example: display_name:string:true:max_length=255 |
| -r REMOVE_ATTRIBUTE, --remove-attribute REMOVE_ATTRIBUTE | attribute name |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.41. metric server version リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric server version [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
Show the version of Gnocchi server.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.42. metric show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--resource-id RESOURCE_ID]
metric
Show a metric.
| Value | Summary |
|---|---|
| metric | Id or name of the metric |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-id RESOURCE_ID, -r RESOURCE_ID | ID of the resource |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
46.43. metric status リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack metric status [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
Show the status of measurements processing.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the gnocchiclient plugin.
Chapter 47. module リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the module command.
47.1. module list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack module list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--all]
List module versions
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Show all modules that have version information |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 48. network リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the network command.
48.1. network agent add network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent add network [-h] [--dhcp] <agent-id> <network>
Add network to an agent
| Value | Summary |
|---|---|
| <agent-id> | Agent to which a network is added (id only) |
| <network> | Network to be added to an agent (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --dhcp | Add network to a dhcp agent |
48.2. network agent add router リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent add router [-h] [--l3] <agent-id> <router>
Add router to an agent
| Value | Summary |
|---|---|
| <agent-id> | Agent to which a router is added (id only) |
| <router> | Router to be added to an agent (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --l3 | Add router to an l3 agent |
48.3. network agent delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent delete [-h]
<network-agent> [<network-agent> ...]
Delete network agent(s)
| Value | Summary |
|---|---|
| <network-agent> | Network agent(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.4. network agent list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--agent-type <agent-type>]
[--host <host>]
[--network <network> | --router <router>]
[--long]
List network agents
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --agent-type <agent-type> | List only agents with the specified agent type. The supported agent types are: bgp, dhcp, open-vswitch, linux-bridge, ofa, l3, loadbalancer, metering, metadata, macvtap, nic. |
| --host <host> | List only agents running on the specified host |
| --network <network> | List agents hosting a network (name or id) |
| --router <router> | List agents hosting this router (name or id) |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.5. network agent remove network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent remove network [-h] [--dhcp]
<agent-id> <network>
Remove network from an agent.
| Value | Summary |
|---|---|
| <agent-id> | Agent to which a network is removed (id only) |
| <network> | Network to be removed from an agent (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --dhcp | Remove network from dhcp agent |
48.6. network agent remove router リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent remove router [-h] [--l3] <agent-id> <router>
Remove router from an agent
| Value | Summary |
|---|---|
| <agent-id> | Agent from which router will be removed (id only) |
| <router> | Router to be removed from an agent (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --l3 | Remove router from an l3 agent |
48.7. network agent set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent set [-h] [--description <description>]
[--enable | --disable]
<network-agent>
Set network agent properties
| Value | Summary |
|---|---|
| <network-agent> | Network agent to modify (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set network agent description |
| --enable | Enable network agent |
| --disable | Disable network agent |
48.8. network agent show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network agent show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network-agent>
Display network agent details
| Value | Summary |
|---|---|
| <network-agent> | Network agent to display (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.9. network auto allocated topology create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network auto allocated topology create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
[--check-resources]
[--or-show]
Create the auto allocated topology for project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Return the auto allocated topology for a given project. Default is current project |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| --check-resources | Validate the requirements for auto allocated topology. Does not return a topology. |
| --or-show | If topology exists returns the topology’s information (Default) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.10. network auto allocated topology delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network auto allocated topology delete [-h]
[--project <project>]
[--project-domain <project-domain>]
Delete auto allocated topology for project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Delete auto allocated topology for a given project. Default is the current project |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
48.11. network create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--share | --no-share]
[--enable | --disable] [--project <project>]
[--description <description>] [--mtu <mtu>]
[--project-domain <project-domain>]
[--availability-zone-hint <availability-zone>]
[--enable-port-security | --disable-port-security]
[--external | --internal]
[--default | --no-default]
[--qos-policy <qos-policy>]
[--transparent-vlan | --no-transparent-vlan]
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
[--tag <tag> | --no-tag]
<name>
Create new network
| Value | Summary |
|---|---|
| <name> | New network name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --share | Share the network between projects |
| --no-share | Do not share the network between projects |
| --enable | Enable network (default) |
| --disable | Disable network |
| --project <project> | Owner’s project (name or id) |
| --description <description> | Set network description |
| --mtu <mtu> | Set network mtu |
| --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 network (Network Availability Zone extension required, repeat option to set multiple availability zones) |
| --enable-port-security | Enable port security by default for ports created on this network (default) |
| --disable-port-security | Disable port security by default for ports created on this network |
| --external | Set this network as an external network (external-net extension required) |
| --internal | Set this network as an internal network (default) |
| --default | Specify if this network should be used as the default external network |
| --no-default | Do not use the network as the default external network (default) |
| --qos-policy <qos-policy> | QoS policy to attach to this network (name or ID) |
| --transparent-vlan | Make the network vlan transparent |
| --no-transparent-vlan | Do not make the network VLAN transparent |
| --provider-network-type <provider-network-type> | The physical mechanism by which the virtual network is implemented. For example: flat, geneve, 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 GENEVE/GRE/VXLAN networks |
| --tag <tag> | Tag to be added to the network (repeat option to set multiple tags) |
| --no-tag | No tags associated with the network |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.12. network delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network delete [-h] <network> [<network> ...]
Delete network(s)
| Value | Summary |
|---|---|
| <network> | Network(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.13. network flavor add profile リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor add profile [-h] <flavor> <service-profile>
Add a service profile to a network flavor
| Value | Summary |
|---|---|
| <flavor> | Network flavor (name or id) |
| <service-profile> | Service profile (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.14. network flavor create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--service-type <service-type>
[--description DESCRIPTION]
[--project <project>]
[--project-domain <project-domain>]
[--enable | --disable]
<name>
Create new network flavor
| Value | Summary |
|---|---|
| <name> | Name for the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service-type <service-type> | Service type to which the flavor applies to: e.g. VPN (See openstack network service provider list for loaded examples.) |
| --description DESCRIPTION | Description for the flavor |
| --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. |
| --enable | Enable the flavor (default) |
| --disable | Disable the flavor |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.15. network flavor delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor delete [-h] <flavor> [<flavor> ...]
Delete network flavors
| Value | Summary |
|---|---|
| <flavor> | Flavor(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.16. network flavor list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List network flavors
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.17. network flavor profile create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor profile create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
[--description <description>]
[--enable | --disable]
[--driver DRIVER]
[--metainfo METAINFO]
Create new network flavor profile
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --description <description> | Description for the flavor profile |
| --enable | Enable the flavor profile |
| --disable | Disable the flavor profile |
| --driver DRIVER | Python module path to driver. this becomes required if |
| --metainfo is missing and vice versa | |
| --metainfo METAINFO | Metainfo for the flavor profile. this becomes required if --driver is missing and vice versa |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.18. network flavor profile delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor profile delete [-h]
<flavor-profile>
[<flavor-profile> ...]
Delete network flavor profile
| Value | Summary |
|---|---|
| <flavor-profile> | Flavor profile(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.19. network flavor profile list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor profile list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List network flavor profile(s)
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.20. network flavor profile set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor profile set [-h]
[--project-domain <project-domain>]
[--description <description>]
[--enable | --disable]
[--driver DRIVER]
[--metainfo METAINFO]
<flavor-profile>
Set network flavor profile properties
| Value | Summary |
|---|---|
| <flavor-profile> | Flavor profile to update (id only) |
| Value | Summary |
|---|---|
| -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. |
| --description <description> | Description for the flavor profile |
| --enable | Enable the flavor profile |
| --disable | Disable the flavor profile |
| --driver DRIVER | Python module path to driver. this becomes required if |
| --metainfo is missing and vice versa | |
| --metainfo METAINFO | Metainfo for the flavor profile. this becomes required if --driver is missing and vice versa |
48.21. network flavor profile show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor profile show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor-profile>
Display network flavor profile details
| Value | Summary |
|---|---|
| <flavor-profile> | Flavor profile to display (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.22. network flavor remove profile リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor remove profile [-h] <flavor> <service-profile>
Remove service profile from network flavor
| Value | Summary |
|---|---|
| <flavor> | Network flavor (name or id) |
| <service-profile> | Service profile (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.23. network flavor set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor set [-h] [--description DESCRIPTION]
[--disable | --enable] [--name <name>]
<flavor>
Set network flavor properties
| Value | Summary |
|---|---|
| <flavor> | Flavor to update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Set network flavor description |
| --disable | Disable network flavor |
| --enable | Enable network flavor |
| --name <name> | Set flavor name |
48.24. network flavor show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flavor>
Display network flavor details
| Value | Summary |
|---|---|
| <flavor> | Flavor to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.25. network list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--external | --internal] [--long]
[--name <name>] [--enable | --disable]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share] [--status <status>]
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
[--agent <agent-id>] [--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List networks
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --external | List external networks |
| --internal | List internal networks |
| --long | List additional fields in output |
| --name <name> | List networks according to their name |
| --enable | List enabled networks |
| --disable | List disabled networks |
| --project <project> | List networks according to their 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. |
| --share | List networks shared between projects |
| --no-share | List networks not shared between projects |
| --status <status> | List networks according to their status ('active', 'BUILD', 'DOWN', 'ERROR') |
| --provider-network-type <provider-network-type> | List networks according to their physical mechanisms. The supported options are: flat, geneve, gre, local, vlan, vxlan. |
| --provider-physical-network <provider-physical-network> | List networks according to name of the physical network |
| --provider-segment <provider-segment> | List networks according to VLAN ID for VLAN networks or Tunnel ID for GENEVE/GRE/VXLAN networks |
| --agent <agent-id> | List networks hosted by agent (id only) |
| --tags <tag>[,<tag>,…] | List networks which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List networks which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude networks which have all given tag(s) (Comma- separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude networks which have any given tag(s) (Comma- separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.26. network log create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network log create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--enable | --disable]
[--project <project>]
[--project-domain <project-domain>]
[--event <event>] --resource-type
<resource-type> [--resource <resource>]
[--target <target>]
<name>
Create a new network log
| Value | Summary |
|---|---|
| <name> | Name for the network log |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the network log |
| --enable | Enable this log (default is disabled) |
| --disable | Disable this log |
| --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. |
| --event <event> | An event to store with log |
| --resource-type <resource-type> | Network log type(s). You can see supported type(s) with following command: $ openstack network loggable resource list |
| --resource <resource> | Security group (name or ID) for logging. You can control for logging target combination with --target option. |
| --target <target> | Port (name or id) for logging. you can control for logging target combination with --resource option. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
48.27. network log delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network log delete [-h] <network-log> [<network-log> ...]
Delete network log(s)
| Value | Summary |
|---|---|
| <network-log> | Network log(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
48.28. network log list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network log list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List network logs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
48.29. network log set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network log set [-h] [--description <description>]
[--enable | --disable] [--name <name>]
<network-log>
Set network log properties
| Value | Summary |
|---|---|
| <network-log> | Network log to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the network log |
| --enable | Enable this log (default is disabled) |
| --disable | Disable this log |
| --name <name> | Name of the network log |
This command is provided by the python-neutronclient plugin.
48.30. network log show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network log show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network-log>
Display network log details
| Value | Summary |
|---|---|
| <network-log> | Network log to show (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
48.31. network loggable resources list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network loggable resources list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
List supported loggable resources
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
48.32. network meter create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
<name>
Create network meter
| Value | Summary |
|---|---|
| <name> | Name of meter |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Create description for meter |
| --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. |
| --share | Share meter between projects |
| --no-share | Do not share meter between projects |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.33. network meter delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter delete [-h] <meter> [<meter> ...]
Delete network meter
| Value | Summary |
|---|---|
| <meter> | Meter to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.34. network meter list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List network meters
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.35. network meter rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--project <project>]
[--project-domain <project-domain>]
[--exclude | --include]
[--ingress | --egress]
--remote-ip-prefix
<remote-ip-prefix>
<meter>
Create a new meter rule
| Value | Summary |
|---|---|
| <meter> | Label to associate with this metering rule (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --exclude | Exclude remote ip prefix from traffic count |
| --include | Include remote ip prefix from traffic count (default) |
| --ingress | Apply rule to incoming network traffic (default) |
| --egress | Apply rule to outgoing network traffic |
| --remote-ip-prefix <remote-ip-prefix> | The remote IP prefix to associate with this rule |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.36. network meter rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter rule delete [-h]
<meter-rule-id>
[<meter-rule-id> ...]
Delete meter rule(s)
| Value | Summary |
|---|---|
| <meter-rule-id> | Meter rule to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.37. network meter rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter rule list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List meter rules
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.38. network meter rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<meter-rule-id>
Display meter rules details
| Value | Summary |
|---|---|
| <meter-rule-id> | Meter rule (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.39. network meter show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network meter show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<meter>
Show network meter
| Value | Summary |
|---|---|
| <meter> | Meter to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.40. network qos policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--share | --no-share]
[--project <project>]
[--project-domain <project-domain>]
[--default | --no-default]
<name>
Create a QoS policy
| Value | Summary |
|---|---|
| <name> | Name of qos policy to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the QoS policy |
| --share | Make the qos policy accessible by other projects |
| --no-share | Make the qos policy not accessible by other projects (default) |
| --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. |
| --default | Set this as a default network qos policy |
| --no-default | Set this as a non-default network qos policy |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.41. network qos policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos policy delete [-h]
<qos-policy> [<qos-policy> ...]
Delete Qos Policy(s)
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.42. network qos policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos policy list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project <project>]
[--project-domain <project-domain>]
[--share | --no-share]
List QoS policies
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | List qos policies according to their 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. |
| --share | List qos policies shared between projects |
| --no-share | List qos policies not shared between projects |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.43. network qos policy set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos policy set [-h] [--name <name>]
[--description <description>]
[--share | --no-share]
[--default | --no-default]
<qos-policy>
Set QoS policy properties
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set qos policy name |
| --description <description> | Description of the QoS policy |
| --share | Make the qos policy accessible by other projects |
| --no-share | Make the qos policy not accessible by other projects |
| --default | Set this as a default network qos policy |
| --no-default | Set this as a non-default network qos policy |
48.44. network qos policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos policy show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<qos-policy>
Display QoS policy details
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.45. network qos rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--type <type>]
[--max-kbps <max-kbps>]
[--max-burst-kbits <max-burst-kbits>]
[--dscp-mark <dscp-mark>]
[--min-kbps <min-kbps>]
[--ingress | --egress]
<qos-policy>
Create new Network QoS rule
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy that contains the rule (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Qos rule type (dscp-marking, minimum-bandwidth, bandwidth-limit) |
| --max-kbps <max-kbps> | Maximum bandwidth in kbps |
| --max-burst-kbits <max-burst-kbits> | Maximum burst in kilobits, 0 means automatic |
| --dscp-mark <dscp-mark> | DSCP mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54 |
| --min-kbps <min-kbps> | Minimum guaranteed bandwidth in kbps |
| --ingress | Ingress traffic direction from the project point of view |
| --egress | Egress traffic direction from the project point of view |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.46. network qos rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule delete [-h] <qos-policy> <rule-id>
Delete Network QoS rule
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy that contains the rule (name or id) |
| <rule-id> | Network qos rule to delete (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.47. network qos rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<qos-policy>
List Network QoS rules
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy that contains the rule (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.48. network qos rule set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule set [-h] [--max-kbps <max-kbps>]
[--max-burst-kbits <max-burst-kbits>]
[--dscp-mark <dscp-mark>]
[--min-kbps <min-kbps>]
[--ingress | --egress]
<qos-policy> <rule-id>
Set Network QoS rule properties
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy that contains the rule (name or id) |
| <rule-id> | Network qos rule to delete (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --max-kbps <max-kbps> | Maximum bandwidth in kbps |
| --max-burst-kbits <max-burst-kbits> | Maximum burst in kilobits, 0 means automatic |
| --dscp-mark <dscp-mark> | DSCP mark: value can be 0, even numbers from 8-56, excluding 42, 44, 50, 52, and 54 |
| --min-kbps <min-kbps> | Minimum guaranteed bandwidth in kbps |
| --ingress | Ingress traffic direction from the project point of view |
| --egress | Egress traffic direction from the project point of view |
48.49. network qos rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<qos-policy> <rule-id>
Display Network QoS rule details
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy that contains the rule (name or id) |
| <rule-id> | Network qos rule to delete (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.50. network qos rule type list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule type list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List QoS rule types
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.51. network qos rule type show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network qos rule type show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<qos-rule-type-name>
Show details about supported QoS rule type
| Value | Summary |
|---|---|
| <qos-rule-type-name> | Name of qos rule type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.52. network rbac create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network rbac create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX] --type
<type> --action <action>
(--target-project <target-project> | --target-all-projects)
[--target-project-domain <target-project-domain>]
[--project <project>]
[--project-domain <project-domain>]
<rbac-object>
Create network RBAC policy
| Value | Summary |
|---|---|
| <rbac-object> | The object to which this rbac policy affects (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | Type of the object that rbac policy affects ("qos_policy" or "network") |
| --action <action> | Action for the rbac policy ("access_as_external" or "access_as_shared") |
| --target-project <target-project> | The project to which the RBAC policy will be enforced (name or ID) |
| --target-all-projects | Allow creating RBAC policy for all projects. |
| --target-project-domain <target-project-domain> | Domain the target project belongs to (name or ID). This can be used in case collisions between project names exist. |
| --project <project> | The owner 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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.53. network rbac delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network rbac delete [-h] <rbac-policy> [<rbac-policy> ...]
Delete network RBAC policy(s)
| Value | Summary |
|---|---|
| <rbac-policy> | Rbac policy(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.54. network rbac list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network rbac list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--type <type>]
[--action <action>] [--long]
List network RBAC policies
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | List network rbac policies according to given object type ("qos_policy" or "network") |
| --action <action> | List network rbac policies according to given action ("access_as_external" or "access_as_shared") |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.55. network rbac set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network rbac set [-h] [--target-project <target-project>]
[--target-project-domain <target-project-domain>]
<rbac-policy>
Set network RBAC policy properties
| Value | Summary |
|---|---|
| <rbac-policy> | Rbac policy to be modified (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --target-project <target-project> | The project to which the RBAC policy will be enforced (name or ID) |
| --target-project-domain <target-project-domain> | Domain the target project belongs to (name or ID). This can be used in case collisions between project names exist. |
48.56. network rbac show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network rbac show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<rbac-policy>
Display network RBAC policy details
| Value | Summary |
|---|---|
| <rbac-policy> | Rbac policy (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.57. network segment create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network segment create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--physical-network <physical-network>]
[--segment <segment>] --network
<network> --network-type
<network-type>
<name>
Create new network segment
| Value | Summary |
|---|---|
| <name> | New network segment name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Network segment description |
| --physical-network <physical-network> | Physical network name of this network segment |
| --segment <segment> | Segment identifier for this network segment which is based on the network type, VLAN ID for vlan network type and tunnel ID for geneve, gre and vxlan network types |
| --network <network> | Network this network segment belongs to (name or id) |
| --network-type <network-type> | Network type of this network segment (flat, geneve, gre, local, vlan or vxlan) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.58. network segment delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network segment delete [-h]
<network-segment>
[<network-segment> ...]
Delete network segment(s)
| Value | Summary |
|---|---|
| <network-segment> | Network segment(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
48.59. network segment list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network segment list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--network <network>]
List network segments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --network <network> | List network segments that belong to this network (name or ID) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.60. network segment set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network segment set [-h] [--description <description>]
[--name <name>]
<network-segment>
Set network segment properties
| Value | Summary |
|---|---|
| <network-segment> | Network segment to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set network segment description |
| --name <name> | Set network segment name |
48.61. network segment show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network segment show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<network-segment>
Display network segment details
| Value | Summary |
|---|---|
| <network-segment> | Network segment to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.62. network service provider list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network service provider list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List Service Providers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
48.63. network set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network set [-h] [--name <name>] [--enable | --disable]
[--share | --no-share]
[--description <description] [--mtu <mtu]
[--enable-port-security | --disable-port-security]
[--external | --internal]
[--default | --no-default]
[--qos-policy <qos-policy> | --no-qos-policy]
[--tag <tag>] [--no-tag]
[--provider-network-type <provider-network-type>]
[--provider-physical-network <provider-physical-network>]
[--provider-segment <provider-segment>]
<network>
Set network properties
| Value | Summary |
|---|---|
| <network> | Network to modify (name or id) |
| Value | Summary |
|---|---|
| -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 |
| --description <description | Set network description |
| --mtu <mtu | Set network mtu |
| --enable-port-security | Enable port security by default for ports created on this network |
| --disable-port-security | Disable port security by default for ports created on this network |
| --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 |
| --qos-policy <qos-policy> | QoS policy to attach to this network (name or ID) |
| --no-qos-policy | Remove the qos policy attached to this network |
| --tag <tag> | Tag to be added to the network (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the network. specify both |
| --tag and --no-tag to overwrite current tags | |
| --provider-network-type <provider-network-type> | The physical mechanism by which the virtual network is implemented. For example: flat, geneve, 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 GENEVE/GRE/VXLAN networks |
48.64. network show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<network>
Show network details
| Value | Summary |
|---|---|
| <network> | Network to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
48.65. network subport list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network subport list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] --trunk
<trunk>
List all subports for a given network trunk
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --trunk <trunk> | List subports belonging to this trunk (name or id) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
48.66. network trunk create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
--parent-port <parent-port>
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create a network trunk for a given project
| Value | Summary |
|---|---|
| <name> | Name of the trunk to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | A description of the trunk |
| --parent-port <parent-port> | Parent port belonging to this trunk (name or ID) |
| --subport <port=,segmentation-type=,segmentation-id⇒ | Subport to add. Subport is of form 'port=<name or ID >,segmentation-type=,segmentation-ID=' (--subport) option can be repeated |
| --enable | Enable trunk (default) |
| --disable | Disable trunk |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
48.67. network trunk delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk delete [-h] <trunk> [<trunk> ...]
Delete a given network trunk
| Value | Summary |
|---|---|
| <trunk> | Trunk(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
48.68. network trunk list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List all network trunks
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
48.69. network trunk set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk set [-h] [--name <name>]
[--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
Set network trunk properties
| Value | Summary |
|---|---|
| <trunk> | Trunk to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set trunk name |
| --description <description> | A description of the trunk |
| --subport <port=,segmentation-type=,segmentation-id⇒ | Subport to add. Subport is of form 'port=<name or ID >,segmentation-type=,segmentation-ID='(--subport) option can be repeated |
| --enable | Enable trunk |
| --disable | Disable trunk |
This command is provided by the python-neutronclient plugin.
48.70. network trunk show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<trunk>
Show information of a given network trunk
| Value | Summary |
|---|---|
| <trunk> | Trunk to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
48.71. network trunk unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network trunk unset [-h] --subport <subport> <trunk>
Unset subports from a given network trunk
| Value | Summary |
|---|---|
| <trunk> | Unset subports from this trunk (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --subport <subport> | Subport to delete (name or id of the port) (--subport) option can be repeated |
This command is provided by the python-neutronclient plugin.
48.72. network unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack network unset [-h] [--tag <tag> | --all-tag] <network>
Unset network properties
| Value | Summary |
|---|---|
| <network> | Network to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tag <tag> | Tag to be removed from the network (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the network |
Chapter 49. object リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the object command.
49.1. object create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object create [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name <name>]
<container> <filename> [<filename> ...]
Upload object to container
| Value | Summary |
|---|---|
| <container> | Container for new object |
| <filename> | Local filename(s) to upload |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Upload a file and rename it. can only be used when uploading a single object |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
49.2. object delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object delete [-h] <container> <object> [<object> ...]
Delete object from container
| Value | Summary |
|---|---|
| <container> | Delete object(s) from <container> |
| <object> | Object(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.3. object list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--prefix <prefix>]
[--delimiter <delimiter>] [--marker <marker>]
[--end-marker <end-marker>]
[--limit <num-objects>] [--long] [--all]
<container>
List objects
| Value | Summary |
|---|---|
| <container> | Container to list |
| Value | Summary |
|---|---|
| -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 <num-objects> | Limit the number of objects returned |
| --long | List additional fields in output |
| --all | List all objects in container (default is 10000) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
49.4. object save リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object save [-h] [--file <filename>] <container> <object>
Save object locally
| Value | Summary |
|---|---|
| <container> | Download <object> from <container> |
| <object> | Object to save |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --file <filename> | Destination filename (defaults to object name); using '-' as the filename will print the file to stdout |
49.5. object set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object set [-h] --property <key=value> <container> <object>
Set object properties
| Value | Summary |
|---|---|
| <container> | Modify <object> from <container> |
| <object> | Object to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key=value> | Set a property on this object (repeat option to set multiple properties) |
49.6. object show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<container> <object>
Display object details
| Value | Summary |
|---|---|
| <container> | Display <object> from <container> |
| <object> | Object to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
49.7. object store account set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object store account set [-h] --property <key=value>
Set account properties
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key=value> | Set a property on this account (repeat option to set multiple properties) |
49.8. object store account show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object store account show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
Display account details
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
49.9. object store account unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object store account unset [-h] --property <key>
Unset account properties
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from account (repeat option to remove multiple properties) |
49.10. object unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack object unset [-h] --property <key> <container> <object>
Unset object properties
| Value | Summary |
|---|---|
| <container> | Modify <object> from <container> |
| <object> | Object to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from object (repeat option to remove multiple properties) |
Chapter 50. orchestration リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the orchestration command.
50.1. orchestration build info リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration build info [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
Retrieve build information.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
50.2. orchestration resource type list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration resource type list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--filter <key=value>]
[--long]
List resource types.
| Value | Summary |
|---|---|
| -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 |
| --long | Show resource types with corresponding description of each resource type. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
50.3. orchestration resource type show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration resource type show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--template-type <template-type>]
[--long]
<resource-type>
Show details and optionally generate a template for a resource type.
| Value | Summary |
|---|---|
| <resource-type> | Resource type to show details for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --template-type <template-type> | Optional template type to generate, hot or cfn |
| --long | Show resource type with corresponding description. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
50.4. orchestration service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration service list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List the Heat engines.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
50.5. orchestration template function list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration template function list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--with_conditions]
<template-version>
List the available functions.
| Value | Summary |
|---|---|
| <template-version> | Template version to get the functions for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --with_conditions | Show condition functions for template. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
50.6. orchestration template validate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration template validate [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--prefix PREFIX]
[-e <environment>]
[--show-nested]
[--parameter <key=value>]
[--ignore-errors <error1,error2,...>]
-t <template>
Validate a template
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -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 |
| -t <template>, --template <template> | Path to the template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
50.7. orchestration template version list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack orchestration template version list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List the available template versions.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
Chapter 51. port リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the port command.
51.1. port create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
--network <network> [--description <description>]
[--device <device-id>]
[--mac-address <mac-address>]
[--device-owner <device-owner>]
[--vnic-type <vnic-type>] [--host <host-id>]
[--dns-domain dns-domain] [--dns-name dns-name]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address> | --no-fixed-ip]
[--binding-profile <binding-profile>]
[--enable | --disable] [--project <project>]
[--project-domain <project-domain>]
[--security-group <security-group> | --no-security-group]
[--qos-policy <qos-policy>]
[--enable-port-security | --disable-port-security]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]]
[--tag <tag> | --no-tag]
<name>
Create a new port
| Value | Summary |
|---|---|
| <name> | Name of this port |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --network <network> | Network this port belongs to (name or id) |
| --description <description> | Description of this port |
| --device <device-id> | Port device id |
| --mac-address <mac-address> | MAC address of this port (admin only) |
| --device-owner <device-owner> | Device owner of this port. This is the entity that uses the port (for example, network:dhcp). |
| --vnic-type <vnic-type> | VNIC type for this port (direct |
| direct-physical | macvtap |
| normal | baremetal |
| virtio-forwarder, default: normal) | --host <host-id> |
| Allocate port on host <host-id> (id only) | --dns-domain dns-domain |
| Set DNS domain to this port (requires dns_domain extension for ports) | --dns-name dns-name |
| Set dns name to this port (requires dns integration extension) | --fixed-ip subnet=<subnet>,ip-address=<ip-address> |
| Desired IP and/or subnet for this port (name or ID): subnet=<subnet>,ip-address=<ip-address> (repeat option to set multiple fixed IP addresses) | --no-fixed-ip |
| No ip or subnet for this port. | --binding-profile <binding-profile> |
| Custom data to be passed as binding:profile. Data may be passed as <key>=<value> or JSON. (repeat option to set multiple binding:profile data) | --enable |
| Enable port (default) | --disable |
| Disable port | --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. | --security-group <security-group> |
| Security group to associate with this port (name or ID) (repeat option to set multiple security groups) | --no-security-group |
| Associate no security groups with this port | --qos-policy <qos-policy> |
| Attach QoS policy to this port (name or ID) | --enable-port-security |
| Enable port security for this port (Default) | --disable-port-security |
| Disable port security for this port | --allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] |
| Add allowed-address pair associated with this port: ip-address=<ip-address>[,mac-address=<mac-address>] (repeat option to set multiple allowed-address pairs) | --tag <tag> |
| Tag to be added to the port (repeat option to set multiple tags) | --no-tag |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
51.2. port delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port delete [-h] <port> [<port> ...]
Delete port(s)
| Value | Summary |
|---|---|
| <port> | Port(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.3. port list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--device-owner <device-owner>]
[--network <network>]
[--router <router> | --server <server> | --device-id <device-id>]
[--mac-address <mac-address>] [--long]
[--project <project>]
[--project-domain <project-domain>]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>,ip-substring=<ip-substring>]
[--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List ports
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --device-owner <device-owner> | List only ports with the specified device owner. This is the entity that uses the port (for example, network:dhcp). |
| --network <network> | List only ports connected to this network (name or id) |
| --router <router> | List only ports attached to this router (name or id) |
| --server <server> | List only ports attached to this server (name or id) |
| --device-id <device-id> | List only ports with the specified device ID |
| --mac-address <mac-address> | List only ports with this MAC address |
| --long | List additional fields in output |
| --project <project> | List ports according to their 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. |
| --fixed-ip subnet=<subnet>,ip-address=<ip-address>,ip-substring=<ip-substring> | Desired IP and/or subnet for filtering ports (name or ID): subnet=<subnet>,ip-address=<ip-address>,ip- substring=<ip-substring> (repeat option to set multiple fixed IP addresses) |
| --tags <tag>[,<tag>,…] | List ports which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List ports which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude ports which have all given tag(s) (Comma- separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude ports which have any given tag(s) (Comma- separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
51.4. port set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port set [-h] [--description <description>]
[--device <device-id>] [--mac-address <mac-address>]
[--device-owner <device-owner>]
[--vnic-type <vnic-type>] [--host <host-id>]
[--dns-domain dns-domain] [--dns-name dns-name]
[--enable | --disable] [--name <name>]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--no-fixed-ip]
[--binding-profile <binding-profile>]
[--no-binding-profile] [--qos-policy <qos-policy>]
[--security-group <security-group>]
[--no-security-group]
[--enable-port-security | --disable-port-security]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]]
[--no-allowed-address]
[--data-plane-status <status>] [--tag <tag>]
[--no-tag]
<port>
Set port properties
| Value | Summary |
|---|---|
| <port> | Port to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of this port |
| --device <device-id> | Port device id |
| --mac-address <mac-address> | MAC address of this port (admin only) |
| --device-owner <device-owner> | Device owner of this port. This is the entity that uses the port (for example, network:dhcp). |
| --vnic-type <vnic-type> | VNIC type for this port (direct |
| direct-physical | macvtap |
| normal | baremetal |
| virtio-forwarder, default: normal) | --host <host-id> |
| Allocate port on host <host-id> (id only) | --dns-domain dns-domain |
| Set DNS domain to this port (requires dns_domain extension for ports) | --dns-name dns-name |
| Set dns name to this port (requires dns integration extension) | --enable |
| Enable port | --disable |
| Disable port | --name <name> |
| Set port name | --fixed-ip subnet=<subnet>,ip-address=<ip-address> |
| Desired IP and/or subnet for this port (name or ID): subnet=<subnet>,ip-address=<ip-address> (repeat option to set multiple fixed IP addresses) | --no-fixed-ip |
| Clear existing information of fixed ip addresses.Specify both --fixed-ip and --no-fixed-ip to overwrite the current fixed IP addresses. | --binding-profile <binding-profile> |
| Custom data to be passed as binding:profile. Data may be passed as <key>=<value> or JSON. (repeat option to set multiple binding:profile data) | --no-binding-profile |
| Clear existing information of binding:profile.specify both --binding-profile and --no-binding-profile to overwrite the current binding:profile information. | --qos-policy <qos-policy> |
| Attach QoS policy to this port (name or ID) | --security-group <security-group> |
| Security group to associate with this port (name or ID) (repeat option to set multiple security groups) | --no-security-group |
| Clear existing security groups associated with this port | --enable-port-security |
| Enable port security for this port | --disable-port-security |
| Disable port security for this port | --allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] |
| Add allowed-address pair associated with this port: ip-address=<ip-address>[,mac-address=<mac-address>] (repeat option to set multiple allowed-address pairs) | --no-allowed-address |
| Clear existing allowed-address pairs associatedwith this port.(Specify both --allowed-address and --no- allowed-addressto overwrite the current allowed- address pairs) | --data-plane-status <status> |
| Set data plane status of this port (ACTIVE | DOWN). Unset it to None with the 'port unset' command (requires data plane status extension) |
| --tag <tag> | Tag to be added to the port (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the port. specify both |
| --tag and --no-tag to overwrite current tags |
51.5. port show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<port>
Display port details
| Value | Summary |
|---|---|
| <port> | Port to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
51.6. port unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack port unset [-h]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--binding-profile <binding-profile-key>]
[--security-group <security-group>]
[--allowed-address ip-address=<ip-address>[,mac-address=<mac-address>]]
[--qos-policy] [--data-plane-status]
[--tag <tag> | --all-tag]
<port>
Unset port properties
| Value | Summary |
|---|---|
| <port> | Port to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fixed-ip subnet=<subnet>,ip-address=<ip-address> | Desired IP and/or subnet which should be removed from this port (name or ID): subnet=<subnet>,ip-address =<ip-address> (repeat option to unset multiple fixed IP addresses) |
| --binding-profile <binding-profile-key> | Desired key which should be removed from binding:profile(repeat option to unset multiple binding:profile data) |
| --security-group <security-group> | Security group which should be removed this port (name or ID) (repeat option to unset multiple security groups) |
| --allowed-address ip-address=<ip-address>[,mac-address=<mac-address>] | Desired allowed-address pair which should be removed from this port: ip-address=<ip-address> [,mac-address =<mac-address>] (repeat option to set multiple allowed-address pairs) |
| --qos-policy | Remove the qos policy attached to the port |
| --data-plane-status | Clear existing information of data plane status |
| --tag <tag> | Tag to be removed from the port (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the port |
Chapter 52. project リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the project command.
52.1. project create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--enable | --disable]
[--property <key=value>] [--or-show]
<project-name>
Create new project
| Value | Summary |
|---|---|
| <project-name> | New project name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Project description |
| --enable | Enable project (default) |
| --disable | Disable project |
| --property <key=value> | Add a property to <name> (repeat option to set multiple properties) |
| --or-show | Return existing project |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
52.2. project delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project delete [-h] <project> [<project> ...]
Delete project(s)
| Value | Summary |
|---|---|
| <project> | Project(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
52.3. project list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--sort <key>[:<direction>]]
List projects
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --sort <key>[:<direction>] | Sort output by selected keys and directions (asc or desc) (default: asc), repeat this option to specify multiple keys and directions. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
52.4. project purge リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project purge [-h] [--dry-run] [--keep-project]
(--auth-project | --project <project>)
[--project-domain <project-domain>]
Clean resources associated with a project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --dry-run | List a project’s resources |
| --keep-project | Clean project resources, but don’t delete the project |
| --auth-project | Delete resources of the project used to authenticate |
| --project <project> | Project to clean (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. |
52.5. project set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project set [-h] [--name <name>]
[--description <description>]
[--enable | --disable] [--property <key=value>]
<project>
Set project properties
| Value | Summary |
|---|---|
| <project> | Project to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set project name |
| --description <description> | Set project description |
| --enable | Enable project |
| --disable | Disable project |
| --property <key=value> | Set a project property (repeat option to set multiple properties) |
52.6. project show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<project>
Display project details
| Value | Summary |
|---|---|
| <project> | Project to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
52.7. project unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack project unset [-h] [--property <key>] <project>
Unset project properties
| Value | Summary |
|---|---|
| <project> | Project to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Unset a project property (repeat option to unset multiple properties) |
Chapter 53. ptr リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the ptr command.
53.1. ptr record list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ptr record list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List floatingip ptr records
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
53.2. ptr record set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ptr record set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
floatingip_id ptrdname
Set floatingip ptr record
| Value | Summary |
|---|---|
| floatingip_id | Floating ip id in format region:floatingip_id |
| ptrdname | Ptrd name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description |
| --no-description | |
| --ttl TTL | Ttl |
| --no-ttl | |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
53.3. ptr record show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ptr record show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
floatingip_id
Show floatingip ptr record details
| Value | Summary |
|---|---|
| floatingip_id | Floating ip id in format region:floatingip_id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
53.4. ptr record unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack ptr record unset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
floatingip_id
Unset floatingip ptr record
| Value | Summary |
|---|---|
| floatingip_id | Floating ip id in format region:floatingip_id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
Chapter 54. quota リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the quota command.
54.1. quota list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack quota list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--detail] (--compute | --volume | --network)
List quotas for all projects with non-default quota values or list detailed quota informations for requested project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | List quotas for this project <project> (name or id) |
| --detail | Show details about quotas usage |
| --compute | List compute quota |
| --volume | List volume quota |
| --network | List network quota |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
54.2. quota set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack quota set [-h] [--class] [--properties <properties>]
[--server-groups <server-groups>] [--ram <ram>]
[--key-pairs <key-pairs>] [--instances <instances>]
[--fixed-ips <fixed-ips>]
[--injected-file-size <injected-file-size>]
[--server-group-members <server-group-members>]
[--injected-files <injected-files>]
[--cores <cores>]
[--injected-path-size <injected-path-size>]
[--per-volume-gigabytes <per-volume-gigabytes>]
[--gigabytes <gigabytes>]
[--backup-gigabytes <backup-gigabytes>]
[--snapshots <snapshots>] [--volumes <volumes>]
[--backups <backups>] [--l7policies <l7policies>]
[--subnetpools <subnetpools>] [--vips <vips>]
[--ports <ports>] [--subnets <subnets>]
[--networks <networks>]
[--floating-ips <floating-ips>]
[--secgroup-rules <secgroup-rules>]
[--health-monitors <health-monitors>]
[--secgroups <secgroups>] [--routers <routers>]
[--rbac-policies <rbac-policies>]
[--volume-type <volume-type>]
<project/class>
Set quotas for project or class
| Value | Summary |
|---|---|
| <project/class> | Set quotas for this project or class (name/id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --class | Set quotas for <class> |
| --properties <properties> | New value for the properties quota |
| --server-groups <server-groups> | New value for the server-groups quota |
| --ram <ram> | New value for the ram quota |
| --key-pairs <key-pairs> | New value for the key-pairs quota |
| --instances <instances> | New value for the instances quota |
| --fixed-ips <fixed-ips> | New value for the fixed-ips quota |
| --injected-file-size <injected-file-size> | New value for the injected-file-size quota |
| --server-group-members <server-group-members> | New value for the server-group-members quota |
| --injected-files <injected-files> | New value for the injected-files quota |
| --cores <cores> | New value for the cores quota |
| --injected-path-size <injected-path-size> | New value for the injected-path-size quota |
| --per-volume-gigabytes <per-volume-gigabytes> | New value for the per-volume-gigabytes quota |
| --gigabytes <gigabytes> | New value for the gigabytes quota |
| --backup-gigabytes <backup-gigabytes> | New value for the backup-gigabytes quota |
| --snapshots <snapshots> | New value for the snapshots quota |
| --volumes <volumes> | New value for the volumes quota |
| --backups <backups> | New value for the backups quota |
| --l7policies <l7policies> | New value for the l7policies quota |
| --subnetpools <subnetpools> | New value for the subnetpools quota |
| --vips <vips> | New value for the vips quota |
| --ports <ports> | New value for the ports quota |
| --subnets <subnets> | New value for the subnets quota |
| --networks <networks> | New value for the networks quota |
| --floating-ips <floating-ips> | New value for the floating-ips quota |
| --secgroup-rules <secgroup-rules> | New value for the secgroup-rules quota |
| --health-monitors <health-monitors> | New value for the health-monitors quota |
| --secgroups <secgroups> | New value for the secgroups quota |
| --routers <routers> | New value for the routers quota |
| --rbac-policies <rbac-policies> | New value for the rbac-policies quota |
| --volume-type <volume-type> | Set quotas for a specific <volume-type> |
54.3. quota show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack quota show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--class | --default]
[<project/class>]
Show quotas for project or class
| Value | Summary |
|---|---|
| <project/class> | Show quotas for this project or class (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --class | Show quotas for <class> |
| --default | Show default quotas for <project> |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 55. recordset リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the recordset command.
55.1. recordset create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack recordset create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --record RECORD --type
TYPE [--ttl TTL] [--description DESCRIPTION]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id name
Create new recordset
| Value | Summary |
|---|---|
| zone_id | Zone id |
| name | Recordset name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --record RECORD | Recordset record, repeat if necessary |
| --type TYPE | Recordset type |
| --ttl TTL | Time to live (seconds) |
| --description DESCRIPTION | Description |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
55.2. recordset delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack recordset delete [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id id
Delete recordset
| Value | Summary |
|---|---|
| zone_id | Zone id |
| id | Recordset id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
55.3. recordset list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack recordset list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name NAME]
[--type TYPE] [--data DATA] [--ttl TTL]
[--description DESCRIPTION] [--status STATUS]
[--action ACTION] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id
List recordsets
| Value | Summary |
|---|---|
| zone_id | Zone id. to list all recordsets specify 'all' |
| Value | Summary |
|---|---|
| -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 |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
55.4. recordset set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack recordset set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--record RECORD]
[--description DESCRIPTION | --no-description]
[--ttl TTL | --no-ttl] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id id
Set recordset properties
| Value | Summary |
|---|---|
| zone_id | Zone id |
| id | Recordset id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --record RECORD | Recordset record, repeat if necessary |
| --description DESCRIPTION | Description |
| --no-description | |
| --ttl TTL | Ttl |
| --no-ttl | |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
55.5. recordset show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack recordset show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id id
Show recordset details
| Value | Summary |
|---|---|
| zone_id | Zone id |
| id | Recordset id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
Chapter 56. resource リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the resource command.
56.1. resource member create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack resource member create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
resource_id resource_type member_id
Shares a resource to another tenant.
| Value | Summary |
|---|---|
| resource_id | Resource id to be shared. |
| resource_type | Resource type. |
| member_id | Project id to whom the resource is shared to. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
56.2. resource member delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack resource member delete [-h] resource resource_type member_id
Delete a resource sharing relationship.
| Value | Summary |
|---|---|
| resource | Resource id to be shared. |
| resource_type | Resource type. |
| member_id | Project id to whom the resource is shared to. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
56.3. resource member list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack resource member list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
resource_id resource_type
List all members.
| Value | Summary |
|---|---|
| resource_id | Resource id to be shared. |
| resource_type | Resource type. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
56.4. resource member show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack resource member show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[-m MEMBER_ID]
resource resource_type
Show specific member information.
| Value | Summary |
|---|---|
| resource | Resource id to be shared. |
| resource_type | Resource type. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -m MEMBER_ID, --member-id MEMBER_ID | Project ID to whom the resource is shared to. No need to provide this param if you are the resource member. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
56.5. resource member update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack resource member update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[-m MEMBER_ID]
[-s {pending,accepted,rejected}]
resource_id resource_type
Update resource sharing status.
| Value | Summary |
|---|---|
| resource_id | Resource id to be shared. |
| resource_type | Resource type. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -m MEMBER_ID, --member-id MEMBER_ID | Project ID to whom the resource is shared to. No need to provide this param if you are the resource member. |
| -s {pending,accepted,rejected}, --status {pending,accepted,rejected} | status of the sharing. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 57. role リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the role command.
57.1. role add リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role add [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
--project <project> --user <user>
<role>
Add role to project:user
| Value | Summary |
|---|---|
| <role> | Role to add to <project>:<user> (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Include <project> (name or id) |
| --user <user> | Include <user> (name or id) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
57.2. role assignment list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role assignment list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--user <user>] [--project <project>]
[--names] [--auth-user] [--auth-project]
List role assignments
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | User to filter (name or id) |
| --project <project> | Project to filter (name or id) |
| --names | Display names instead of ids |
| --auth-user | Only list assignments for the authenticated user |
| --auth-project | Only list assignments for the project to which the authenticated user’s token is scoped |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
57.3. role create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--or-show]
<name>
Create new role
| Value | Summary |
|---|---|
| <name> | New role name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --or-show | Return existing role |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
57.4. role delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role delete [-h] <role> [<role> ...]
Delete role(s)
| Value | Summary |
|---|---|
| <role> | Role(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
57.5. role list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--user <user>]
List roles
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Filter roles by <project> (name or id) |
| --user <user> | Filter roles by <user> (name or id) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
57.6. role remove リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role remove [-h] --project <project> --user <user> <role>
Remove role from project : user
| Value | Summary |
|---|---|
| <role> | Role to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Include <project> (name or id) |
| --user <user> | Include <user> (name or id) |
57.7. role show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack role show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<role>
Display role details
| Value | Summary |
|---|---|
| <role> | Role to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 58. router リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the router command.
58.1. router add port リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router add port [-h] <router> <port>
Add a port to a router
| Value | Summary |
|---|---|
| <router> | Router to which port will be added (name or id) |
| <port> | Port to be added (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.2. router add subnet リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router add subnet [-h] <router> <subnet>
Add a subnet to a router
| Value | Summary |
|---|---|
| <router> | Router to which subnet will be added (name or id) |
| <subnet> | Subnet to be added (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.3. router create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--enable | --disable]
[--distributed | --centralized]
[--ha | --no-ha] [--description <description>]
[--project <project>]
[--project-domain <project-domain>]
[--availability-zone-hint <availability-zone>]
[--tag <tag> | --no-tag]
<name>
Create a new router
| Value | Summary |
|---|---|
| <name> | New router name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --enable | Enable router (default) |
| --disable | Disable router |
| --distributed | Create a distributed router |
| --centralized | Create a centralized router |
| --ha | Create a highly available router |
| --no-ha | Create a legacy router |
| --description <description> | Set router description |
| --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) |
| --tag <tag> | Tag to be added to the router (repeat option to set multiple tags) |
| --no-tag | No tags associated with the router |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
58.4. router delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router delete [-h] <router> [<router> ...]
Delete router(s)
| Value | Summary |
|---|---|
| <router> | Router(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.5. router list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name <name>]
[--enable | --disable] [--long]
[--project <project>]
[--project-domain <project-domain>]
[--agent <agent-id>] [--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List routers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List routers according to their name |
| --enable | List enabled routers |
| --disable | List disabled routers |
| --long | List additional fields in output |
| --project <project> | List routers according to their 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. |
| --agent <agent-id> | List routers hosted by an agent (id only) |
| --tags <tag>[,<tag>,…] | List routers which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List routers which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude routers which have all given tag(s) (Comma- separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude routers which have any given tag(s) (Comma- separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
58.6. router remove port リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router remove port [-h] <router> <port>
Remove a port from a router
| Value | Summary |
|---|---|
| <router> | Router from which port will be removed (name or id) |
| <port> | Port to be removed and deleted (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.7. router remove subnet リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router remove subnet [-h] <router> <subnet>
Remove a subnet from a router
| Value | Summary |
|---|---|
| <router> | Router from which the subnet will be removed (name or id) |
| <subnet> | Subnet to be removed (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.8. router set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
[--distributed | --centralized]
[--route destination=<subnet>,gateway=<ip-address>]
[--no-route] [--ha | --no-ha]
[--external-gateway <network>]
[--fixed-ip subnet=<subnet>,ip-address=<ip-address>]
[--enable-snat | --disable-snat] [--tag <tag>]
[--no-tag]
<router>
Set router properties
| Value | Summary |
|---|---|
| <router> | Router to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set router name |
| --description <description> | Set router description |
| --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. specify both |
| --route and --no-route to overwrite current value of | route. |
| --ha | Set the router as highly available (disabled router only) |
| --no-ha | Clear high availability attribute of the router (disabled router only) |
| --external-gateway <network> | External Network used as router’s gateway (name or ID) |
| --fixed-ip subnet=<subnet>,ip-address=<ip-address> | Desired IP and/or subnet (name or ID)on external gateway: subnet=<subnet>,ip-address=<ip-address> (repeat option to set multiple fixed IP addresses) |
| --enable-snat | Enable source nat on external gateway |
| --disable-snat | Disable source nat on external gateway |
| --tag <tag> | Tag to be added to the router (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the router. specify both |
| --tag and --no-tag to overwrite current tags |
58.9. router show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<router>
Display router details
| Value | Summary |
|---|---|
| <router> | Router to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
58.10. router unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack router unset [-h]
[--route destination=<subnet>,gateway=<ip-address>]
[--external-gateway] [--tag <tag> | --all-tag]
<router>
Unset router properties
| Value | Summary |
|---|---|
| <router> | Router to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --route destination=<subnet>,gateway=<ip-address> | Routes to be removed from the router destination: destination subnet (in CIDR notation) gateway: nexthop IP address (repeat option to unset multiple routes) |
| --external-gateway | Remove external gateway information from the router |
| --tag <tag> | Tag to be removed from the router (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the router |
Chapter 59. secret リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the secret command.
59.1. secret container create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret container create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name NAME] [--type TYPE]
[--secret SECRET]
Store a container in Barbican.
| Value | Summary |
|---|---|
| -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" |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.2. secret container delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret container delete [-h] URI
Delete a container by providing its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the container |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-barbicanclient plugin.
59.3. secret container get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret container get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
URI
Retrieve a container by providing its URI.
| Value | Summary |
|---|---|
| URI | The uri reference for the container. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.4. secret container list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret container list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit LIMIT] [--offset OFFSET]
[--name NAME] [--type TYPE]
List containers.
| Value | Summary |
|---|---|
| -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). |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
59.5. secret delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret delete [-h] URI
Delete a secret by providing its URI.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-barbicanclient plugin.
59.6. secret get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--decrypt | --payload | --file <filename>]
[--payload_content_type PAYLOAD_CONTENT_TYPE]
URI
Retrieve a secret by providing its URI.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --decrypt, -d | If specified, retrieve the unencrypted secret data. |
| --payload, -p | If specified, retrieve the unencrypted secret data. |
| --file <filename>, -F <filename> | if specified, save the payload to a new file with the given filename. |
| --payload_content_type PAYLOAD_CONTENT_TYPE, -t PAYLOAD_CONTENT_TYPE | the content type of the decrypted secret (default: text/plain). |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.7. secret list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--limit LIMIT]
[--offset OFFSET] [--name NAME]
[--algorithm ALGORITHM] [--bit-length BIT_LENGTH]
[--mode MODE] [--secret-type SECRET_TYPE]
List secrets.
| Value | Summary |
|---|---|
| -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). |
| --secret-type SECRET_TYPE, -s SECRET_TYPE | specify the secret type (default: None). |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
59.8. secret order create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret order create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name NAME] [--algorithm ALGORITHM]
[--bit-length BIT_LENGTH] [--mode MODE]
[--payload-content-type PAYLOAD_CONTENT_TYPE]
[--expiration EXPIRATION]
[--request-type REQUEST_TYPE]
[--subject-dn SUBJECT_DN]
[--source-container-ref SOURCE_CONTAINER_REF]
[--ca-id CA_ID] [--profile PROFILE]
[--request-file REQUEST_FILE]
type
Create a new order.
| Value | Summary |
|---|---|
| type | The type of the order (key, asymmetric, certificate) to create. |
| Value | Summary |
|---|---|
| -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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.9. secret order delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret order delete [-h] URI
Delete an order by providing its href.
| Value | Summary |
|---|---|
| URI | The uri reference for the order |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-barbicanclient plugin.
59.10. secret order get リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret order get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
URI
Retrieve an order by providing its URI.
| Value | Summary |
|---|---|
| URI | The uri reference order. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.11. secret order list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret order list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--limit LIMIT]
[--offset OFFSET]
List orders.
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-barbicanclient plugin.
59.12. secret store リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret store [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name NAME]
[--secret-type SECRET_TYPE]
[--payload-content-type PAYLOAD_CONTENT_TYPE]
[--payload-content-encoding PAYLOAD_CONTENT_ENCODING]
[--algorithm ALGORITHM]
[--bit-length BIT_LENGTH] [--mode MODE]
[--expiration EXPIRATION]
[--payload PAYLOAD | --file <filename>]
Store a secret in Barbican.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME, -n NAME | A human-friendly name. |
| --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. |
| --payload PAYLOAD, -p PAYLOAD | the unencrypted secret data. |
| --file <filename>, -F <filename> | file containing the secret payload |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-barbicanclient plugin.
59.13. secret update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack secret update [-h] URI payload
Update a secret with no payload in Barbican.
| Value | Summary |
|---|---|
| URI | The uri reference for the secret. |
| payload | The unencrypted secret |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-barbicanclient plugin.
Chapter 60. security リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the security command.
60.1. security group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--project <project>]
[--project-domain <project-domain>]
[--tag <tag> | --no-tag]
<name>
Create a new security group
| Value | Summary |
|---|---|
| <name> | New security group name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Security group description |
| --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. |
| --tag <tag> | Tag to be added to the security group (repeat option to set multiple tags) |
| --no-tag | No tags associated with the security group |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
60.2. security group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group delete [-h] <group> [<group> ...]
Delete security group(s)
| Value | Summary |
|---|---|
| <group> | Security group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
60.3. security group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project <project>]
[--project-domain <project-domain>]
[--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List security groups
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | List security groups according to the 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. |
| --tags <tag>[,<tag>,…] | List security group which have all given tag(s) (Comma-separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List security group which have any given tag(s) (Comma-separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude security group which have all given tag(s) (Comma-separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude security group which have any given tag(s) (Comma-separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
60.4. security group rule create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group rule create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--remote-ip <ip-address> | --remote-group <group>]
[--description <description>]
[--dst-port <port-range>]
[--icmp-type <icmp-type>]
[--icmp-code <icmp-code>]
[--protocol <protocol>]
[--ingress | --egress]
[--ethertype <ethertype>]
[--project <project>]
[--project-domain <project-domain>]
<group>
Create a new security group rule
| Value | Summary |
|---|---|
| <group> | Create rule in this security group (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --remote-ip <ip-address> | Remote IP address block (may use CIDR notation; default for IPv4 rule: 0.0.0.0/0) |
| --remote-group <group> | Remote security group (name or ID) |
| --description <description> | Set security group rule description |
| --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. |
| --icmp-type <icmp-type> | ICMP type for ICMP IP protocols |
| --icmp-code <icmp-code> | ICMP code for ICMP IP protocols |
| --protocol <protocol> | IP protocol (ah, dccp, egp, esp, gre, icmp, igmp, ipv6-encap, ipv6-frag, ipv6-icmp, ipv6-nonxt, ipv6-opts, ipv6-route, ospf, pgm, rsvp, sctp, tcp, udp, udplite, vrrp and integer representations [0-255] or any; default: tcp) |
| --ingress | Rule applies to incoming network traffic (default) |
| --egress | Rule applies to outgoing network traffic |
| --ethertype <ethertype> | Ethertype of network traffic (IPv4, IPv6; default: based on IP protocol) |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
60.5. security group rule delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group rule delete [-h] <rule> [<rule> ...]
Delete security group rule(s)
| Value | Summary |
|---|---|
| <rule> | Security group rule(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
60.6. security group rule list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group rule list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--protocol <protocol>]
[--ingress | --egress] [--long]
[<group>]
List security group rules
| Value | Summary |
|---|---|
| <group> | List all rules in this security group (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --protocol <protocol> | List rules by the IP protocol (ah, dhcp, egp, esp, gre, icmp, igmp, ipv6-encap, ipv6-frag, ipv6-icmp, ipv6-nonxt, ipv6-opts, ipv6-route, ospf, pgm, rsvp, sctp, tcp, udp, udplite, vrrp and integer representations [0-255]). |
| --ingress | List rules applied to incoming network traffic |
| --egress | List rules applied to outgoing network traffic |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
60.7. security group rule show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group rule show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<rule>
Display security group rule details
| Value | Summary |
|---|---|
| <rule> | Security group rule to display (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
60.8. security group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group set [-h] [--name <new-name>]
[--description <description>]
[--tag <tag>] [--no-tag]
<group>
Set security group properties
| Value | Summary |
|---|---|
| <group> | Security group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <new-name> | New security group name |
| --description <description> | New security group description |
| --tag <tag> | Tag to be added to the security group (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the security group. specify both --tag and --no-tag to overwrite current tags |
60.9. security group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<group>
Display security group details
| Value | Summary |
|---|---|
| <group> | Security group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
60.10. security group unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack security group unset [-h] [--tag <tag> | --all-tag] <group>
Unset security group properties
| Value | Summary |
|---|---|
| <group> | Security group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --tag <tag> | Tag to be removed from the security group (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the security group |
Chapter 61. server リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the server command.
61.1. server add fixed ip リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add fixed ip [-h] [--fixed-ip-address <ip-address>]
<server> <network>
Add fixed IP address to server
| Value | Summary |
|---|---|
| <server> | Server to receive the fixed ip address (name or id) |
| <network> | Network to allocate the fixed ip address from (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fixed-ip-address <ip-address> | Requested fixed IP address |
61.2. server add floating ip リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add floating ip [-h] [--fixed-ip-address <ip-address>]
<server> <ip-address>
Add floating IP address to server
| Value | Summary |
|---|---|
| <server> | Server to receive the floating ip address (name or id) |
| <ip-address> | Floating ip address to assign to the first available server port (IP only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fixed-ip-address <ip-address> | Fixed IP address to associate with this floating IP address. The first server port containing the fixed IP address will be used |
61.3. server add network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add network [-h] <server> <network>
Add network to server
| Value | Summary |
|---|---|
| <server> | Server to add the network to (name or id) |
| <network> | Network to add to the server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.4. server add port リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add port [-h] <server> <port>
Add port to server
| Value | Summary |
|---|---|
| <server> | Server to add the port to (name or id) |
| <port> | Port to add to the server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.5. server add security group リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add security group [-h] <server> <group>
Add security group to server
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| <group> | Security group to add (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.6. server add volume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server add volume [-h] [--device <device>] <server> <volume>
Add volume to server
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| <volume> | Volume to add (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --device <device> | Server internal device name for volume |
61.7. server backup create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server backup create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <image-name>]
[--type <backup-type>]
[--rotate <count>] [--wait]
<server>
Create a server backup image
| Value | Summary |
|---|---|
| <server> | Server to back up (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <image-name> | Name of the backup image (default: server name) |
| --type <backup-type> | Used to populate the backup_type property of the backup image (default: empty) |
| --rotate <count> | Number of backups to keep (default: 1) |
| --wait | Wait for backup image create to complete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.8. server create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
(--image <image> | --image-property <key=value> | --volume <volume>)
--flavor <flavor>
[--security-group <security-group>]
[--key-name <key-name>]
[--property <key=value>]
[--file <dest-filename=source-filename>]
[--user-data <user-data>]
[--availability-zone <zone-name>]
[--block-device-mapping <dev-name=mapping>]
[--nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid,auto,none>]
[--network <network>] [--port <port>]
[--hint <key=value>]
[--config-drive <config-drive-volume>|True]
[--min <count>] [--max <count>] [--wait]
<server-name>
Create a new server
| Value | Summary |
|---|---|
| <server-name> | New server name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --image <image> | Create server boot disk from this image (name or id) |
| --image-property <key=value> | Image property to be matched |
| --volume <volume> | Create server using this volume as the boot disk (name or ID). This option automatically creates a block device mapping with a boot index of 0. On many hypervisors (libvirt/kvm for example) this will be device vda. Do not create a duplicate mapping using --block-device- mapping for this volume. |
| --flavor <flavor> | Create server with this flavor (name or id) |
| --security-group <security-group> | 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> | Create a block device on the server. Block device mapping in the format |
| <dev-name>=<id>:<type>:<size(GB)>:<delete-on- | terminate> |
| <dev-name>: block device name, like: vdb, xvdc | (required) |
| <id>: UUID of the volume or snapshot (required) | |
| <type>: volume or snapshot; default: volume (optional) | |
| <size(GB)>: volume size if create from snapshot | (optional) |
| <delete-on-terminate>: true or false; default: false | (optional) (optional extension) |
| --nic <net-id=net-uuid,v4-fixed-ip=ip-addr,v6-fixed-ip=ip-addr,port-id=port-uuid,auto,none> | 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), none: (v2.37+) no network is attached, auto: (v2.37+) the compute service will automatically allocate a network. Specifying a --nic of auto or none cannot be used with any other --nic value. |
| --network <network> | Create a nic on the server and connect it to network. Specify option multiple times to create multiple NICs. This is a wrapper for the '--nic net-id=<network>' parameter that provides simple syntax for the standard use case of connecting a new server to a given network. For more advanced use cases, refer to the '-- nic' parameter. |
| --port <port> | Create a nic on the server and connect it to port. Specify option multiple times to create multiple NICs. This is a wrapper for the '--nic port-id=<pord>' parameter that provides simple syntax for the standard use case of connecting a new server to a given port. For more advanced use cases, refer to the '--nic' parameter. |
| --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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.9. server delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server delete [-h] [--wait] <server> [<server> ...]
Delete server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for delete to complete |
61.10. server dump create リンクのコピーリンクがクリップボードにコピーされました!
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.
| Value | Summary |
|---|---|
| <server> | Server(s) to create dump file (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.11. server event list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server event list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
<server>
List recent events of a server
| Value | Summary |
|---|---|
| <server> | Server to list events (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
61.12. server event show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<server> <request-id>
Show server event details
| Value | Summary |
|---|---|
| <server> | Server to show event details (name or id) |
| <request-id> | Request id of the event to show (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.13. server group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server group create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--policy <policy>]
<name>
Create a new server group.
| Value | Summary |
|---|---|
| <name> | New server group name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --policy <policy> | Add a policy to <name> ('affinity' or 'anti-affinity', defaults to 'affinity'). Specify --os-compute-api- version 2.15 or higher for the 'soft-affinity' or 'soft-anti-affinity' policy. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.14. server group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server group delete [-h] <server-group> [<server-group> ...]
Delete existing server group(s).
| Value | Summary |
|---|---|
| <server-group> | Server group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.15. server group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--long]
List all server groups.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Display information from all projects (admin only) |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
61.16. server group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<server-group>
Display server group details.
| Value | Summary |
|---|---|
| <server-group> | Server group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.17. server image create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server image create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <image-name>] [--wait]
<server>
Create a new server disk image from an existing server
| Value | Summary |
|---|---|
| <server> | Server to create image (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <image-name> | Name of new disk image (default: server name) |
| --wait | Wait for operation to complete |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.18. server list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--reservation-id <reservation-id>]
[--ip <ip-address-regex>]
[--ip6 <ip-address-regex>] [--name <name-regex>]
[--instance-name <server-name>]
[--status <status>] [--flavor <flavor>]
[--image <image>] [--host <hostname>]
[--all-projects] [--project <project>]
[--project-domain <project-domain>]
[--user <user>] [--user-domain <user-domain>]
[--long] [-n] [--marker <server>]
[--limit <num-servers>] [--deleted]
[--changes-since <changes-since>]
List servers
| Value | Summary |
|---|---|
| -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 |
| -n, --no-name-lookup | Skip flavor and image name lookup. |
| --marker <server> | The last server of the previous page. display list of servers after marker. Display all servers if not specified. (name or ID) |
| --limit <num-servers> | 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. |
| --deleted | Only display deleted servers (admin only). |
| --changes-since <changes-since> | List only servers changed after a certain point of time. The provided time should be an ISO 8061 formatted time. ex 2016-03-04T06:27:59Z . |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
61.19. server lock リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server lock [-h] <server> [<server> ...]
Lock server(s). A non-admin user will not be able to execute actions
| Value | Summary |
|---|---|
| <server> | Server(s) to lock (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.20. server migrate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server migrate [-h] [--live <hostname>]
[--shared-migration | --block-migration]
[--disk-overcommit | --no-disk-overcommit]
[--wait]
<server>
Migrate server to different host
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -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 migrate to complete |
61.21. server pause リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server pause [-h] <server> [<server> ...]
Pause server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to pause (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.22. server reboot リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server reboot [-h] [--hard | --soft] [--wait] <server>
Perform a hard or soft server reboot
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --hard | Perform a hard reboot |
| --soft | Perform a soft reboot |
| --wait | Wait for reboot to complete |
61.23. server rebuild リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server rebuild [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--image <image>]
[--password <password>] [--wait]
<server>
Rebuild server
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.24. server remove fixed ip リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove fixed ip [-h] <server> <ip-address>
Remove fixed IP address from server
| Value | Summary |
|---|---|
| <server> | Server to remove the fixed ip address from (name or id) |
| <ip-address> | Fixed ip address to remove from the server (ip only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.25. server remove floating ip リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove floating ip [-h] <server> <ip-address>
Remove floating IP address from server
| Value | Summary |
|---|---|
| <server> | Server to remove the floating ip address from (name or id) |
| <ip-address> | Floating ip address to remove from server (ip only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.26. server remove network リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove network [-h] <server> <network>
Remove all ports of a network from server
| Value | Summary |
|---|---|
| <server> | Server to remove the port from (name or id) |
| <network> | Network to remove from the server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.27. server remove port リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove port [-h] <server> <port>
Remove port from server
| Value | Summary |
|---|---|
| <server> | Server to remove the port from (name or id) |
| <port> | Port to remove from the server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.28. server remove security group リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove security group [-h] <server> <group>
Remove security group from server
| Value | Summary |
|---|---|
| <server> | Name or id of server to use |
| <group> | Name or id of security group to remove from server |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.29. server remove volume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server remove volume [-h] <server> <volume>
Remove volume from server
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| <volume> | Volume to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.30. server rescue リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server rescue [-h] [--image <image>] [--password <password>]
<server>
Put server in rescue mode
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --image <image> | Image (name or id) to use for the rescue mode. Defaults to the currently used one. |
| --password <password> | Set the password on the rescued instance |
61.31. server resize リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server resize [-h] [--flavor <flavor> | --confirm | --revert]
[--wait]
<server>
Scale server to a new flavor. A resize operation is implemented by creating a new server and copying the contents of the original disk into a new one. It is also a two-step process for the user: the first is to perform the resize, the second is to either confirm (verify) success and release the old server, or to declare a revert to release the new server and restart the old one.
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -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 |
61.32. server restore リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server restore [-h] <server> [<server> ...]
Restore server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to restore (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.33. server resume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server resume [-h] <server> [<server> ...]
Resume server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to resume (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.34. server set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server set [-h] [--name <new-name>] [--root-password]
[--property <key=value>] [--state <state>]
<server>
Set server properties
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -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) |
61.35. server shelve リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server shelve [-h] <server> [<server> ...]
Shelve server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to shelve (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.36. server show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--diagnostics]
<server>
Show server details. Specify --os-compute-api-version 2.47 or higher to see the embedded flavor information for the server.
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --diagnostics | Display server diagnostics information |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
61.37. server ssh リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server ssh [-h] [--login <login-name>] [--port <port>]
[--identity <keyfile>] [--option <config-options>]
[-4 | -6]
[--public | --private | --address-type <address-type>]
<server>
SSH to server
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -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) |
61.38. server start リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server start [-h] <server> [<server> ...]
Start server(s).
| Value | Summary |
|---|---|
| <server> | Server(s) to start (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.39. server stop リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server stop [-h] <server> [<server> ...]
Stop server(s).
| Value | Summary |
|---|---|
| <server> | Server(s) to stop (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.40. server suspend リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server suspend [-h] <server> [<server> ...]
Suspend server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to suspend (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.41. server unlock リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server unlock [-h] <server> [<server> ...]
Unlock server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to unlock (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.42. server unpause リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server unpause [-h] <server> [<server> ...]
Unpause server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to unpause (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.43. server unrescue リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server unrescue [-h] <server>
Restore server from rescue mode
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
61.44. server unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server unset [-h] [--property <key>] <server>
Unset server properties
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property key to remove from server (repeat option to remove multiple values) |
61.45. server unshelve リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack server unshelve [-h] <server> [<server> ...]
Unshelve server(s)
| Value | Summary |
|---|---|
| <server> | Server(s) to unshelve (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 62. service リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the service command.
62.1. service create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack service create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name <name>]
[--description <description>]
<type>
Create new service
| Value | Summary |
|---|---|
| <type> | New service type (compute, image, identity, volume, etc) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New service name |
| --description <description> | New service description |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
62.2. service delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack service delete [-h] <service> [<service> ...]
Delete service(s)
| Value | Summary |
|---|---|
| <service> | Service(s) to delete (type, name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
62.3. service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List services
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
62.4. service show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--catalog]
<service>
Display service details
| Value | Summary |
|---|---|
| <service> | Service to display (type, name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --catalog | Show service catalog information |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 63. tld リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the tld command.
63.1. tld set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tld set [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX] [--name NAME]
[--description DESCRIPTION | --no-description]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Set tld properties
| Value | Summary |
|---|---|
| id | Tld id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tld name |
| --description DESCRIPTION | Description |
| --no-description | |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
Chapter 64. sfc リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the sfc command.
64.1. sfc flow classifier create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc flow classifier create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--protocol <protocol>]
[--ethertype {IPv4,IPv6}]
[--source-port <min-port>:<max-port>]
[--destination-port <min-port>:<max-port>]
[--source-ip-prefix <source-ip-prefix>]
[--destination-ip-prefix <destination-ip-prefix>]
[--logical-source-port <logical-source-port>]
[--logical-destination-port <logical-destination-port>]
[--l7-parameters L7_PARAMETERS]
<name>
Create a flow classifier
| Value | Summary |
|---|---|
| <name> | Name of the flow classifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the flow classifier |
| --protocol <protocol> | IP protocol name. Protocol name should be as per IANA standard. |
| --ethertype {IPv4,IPv6} | L2 ethertype, default is IPv4 |
| --source-port <min-port>:<max-port> | Source protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max-port) in the allowed range. |
| --destination-port <min-port>:<max-port> | Destination protocol port (allowed range [1,65535]. Must be specified as a:b, where a=min-port and b=max- port) in the allowed range. |
| --source-ip-prefix <source-ip-prefix> | Source IP address in CIDR notation |
| --destination-ip-prefix <destination-ip-prefix> | Destination IP address in CIDR notation |
| --logical-source-port <logical-source-port> | Neutron source port (name or ID) |
| --logical-destination-port <logical-destination-port> | Neutron destination port (name or ID) |
| --l7-parameters L7_PARAMETERS | Dictionary of L7 parameters. Currently, no value is supported for this option. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.2. sfc flow classifier delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc flow classifier delete [-h] <flow-classifier>
Delete a given flow classifier
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.3. sfc flow classifier list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc flow classifier list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List flow classifiers
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
64.4. sfc flow classifier set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc flow classifier set [-h] [--name <name>]
[--description <description>]
<flow-classifier>
Set flow classifier properties
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the flow classifier |
| --description <description> | Description for the flow classifier |
This command is provided by the python-neutronclient plugin.
64.5. sfc flow classifier show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc flow classifier show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<flow-classifier>
Display flow classifier details
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.6. sfc port chain create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--flow-classifier <flow-classifier>]
[--chain-parameters correlation=<correlation-type>,symmetric=<boolean>]
--port-pair-group <port-pair-group>
<name>
Create a port chain
| Value | Summary |
|---|---|
| <name> | Name of the port chain |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port chain |
| --flow-classifier <flow-classifier> | Add flow classifier (name or ID). This option can be repeated. |
| --chain-parameters correlation=<correlation-type>,symmetric=<boolean> | Dictionary of chain parameters. Supports correlation=(mpls |
| nsh) (default is mpls) and symmetric=(true | false). |
| --port-pair-group <port-pair-group> | Add port pair group (name or ID). This option can be repeated. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.7. sfc port chain delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain delete [-h] <port-chain>
Delete a given port chain
| Value | Summary |
|---|---|
| <port-chain> | Port chain to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.8. sfc port chain list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List port chains
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
64.9. sfc port chain set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain set [-h] [--name <name>]
[--description <description>]
[--flow-classifier <flow-classifier>]
[--no-flow-classifier]
[--port-pair-group <port-pair-group>]
[--no-port-pair-group]
<port-chain>
Set port chain properties
| Value | Summary |
|---|---|
| <port-chain> | Port chain to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port chain |
| --description <description> | Description for the port chain |
| --flow-classifier <flow-classifier> | Add flow classifier (name or ID). This option can be repeated. |
| --no-flow-classifier | Remove associated flow classifiers from the port chain |
| --port-pair-group <port-pair-group> | Add port pair group (name or ID). Current port pair groups order is kept, the added port pair group will be placed at the end of the port chain. This option can be repeated. |
| --no-port-pair-group | Remove associated port pair groups from the port chain. At least one --port-pair-group must be specified together. |
This command is provided by the python-neutronclient plugin.
64.10. sfc port chain show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<port-chain>
Display port chain details
| Value | Summary |
|---|---|
| <port-chain> | Port chain to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.11. sfc port chain unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port chain unset [-h]
[--flow-classifier <flow-classifier> | --all-flow-classifier]
[--port-pair-group <port-pair-group>]
<port-chain>
Unset port chain properties
| Value | Summary |
|---|---|
| <port-chain> | Port chain to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --flow-classifier <flow-classifier> | Remove flow classifier(s) from the port chain (name or ID). This option can be repeated. |
| --all-flow-classifier | Remove all flow classifiers from the port chain |
| --port-pair-group <port-pair-group> | Remove port pair group(s) from the port chain (name or ID). This option can be repeated. |
This command is provided by the python-neutronclient plugin.
64.12. sfc port pair create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--service-function-parameters correlation=<correlation-type>,weight=<weight>]
--ingress <ingress> --egress <egress>
<name>
Create a port pair
| Value | Summary |
|---|---|
| <name> | Name of the port pair |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port pair |
| --service-function-parameters correlation=<correlation-type>,weight=<weight> | Dictionary of service function parameters. Currently, correlation=(None |
| mpls | nsh) and weight are supported. Weight is an integer that influences the selection of a port pair within a port pair group for a flow. The higher the weight, the more flows will hash to the port pair. The default weight is 1. |
| --ingress <ingress> | Ingress neutron port (name or id) |
| --egress <egress> | Egress neutron port (name or id) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.13. sfc port pair delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair delete [-h] <port-pair>
Delete a given port pair
| Value | Summary |
|---|---|
| <port-pair> | Port pair to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.14. sfc port pair group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--port-pair <port-pair>]
[--enable-tap | --disable-tap]
[--port-pair-group-parameters lb-fields=<lb-fields>]
<name>
Create a port pair group
| Value | Summary |
|---|---|
| <name> | Name of the port pair group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the port pair group |
| --port-pair <port-pair> | Port pair (name or ID). This option can be repeated. |
| --enable-tap | Port pairs of this port pair group are deployed as passive tap service function |
| --disable-tap | Port pairs of this port pair group are deployed as l3 service function (default) |
| --port-pair-group-parameters lb-fields=<lb-fields> | Dictionary of port pair group parameters. Currently only one parameter lb-fields is supported. <lb-fields> is a & separated list of load-balancing fields. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.15. sfc port pair group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group delete [-h] <port-pair-group>
Delete a given port pair group
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.16. sfc port pair group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List port pair group
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
64.17. sfc port pair group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group set [-h] [--name <name>]
[--description <description>]
[--port-pair <port-pair>]
[--no-port-pair]
<port-pair-group>
Set port pair group properties
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port pair group |
| --description <description> | Description for the port pair group |
| --port-pair <port-pair> | Port pair (name or ID). This option can be repeated. |
| --no-port-pair | Remove all port pair from port pair group |
This command is provided by the python-neutronclient plugin.
64.18. sfc port pair group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<port-pair-group>
Display port pair group details
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.19. sfc port pair group unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair group unset [-h]
[--port-pair <port-pair> | --all-port-pair]
<port-pair-group>
Unset port pairs from port pair group
| Value | Summary |
|---|---|
| <port-pair-group> | Port pair group to unset (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port-pair <port-pair> | Remove port pair(s) from the port pair group (name or ID). This option can be repeated. |
| --all-port-pair | Remove all port pairs from the port pair group |
This command is provided by the python-neutronclient plugin.
64.20. sfc port pair list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List port pairs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
64.21. sfc port pair set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair set [-h] [--name <name>]
[--description <description>]
<port-pair>
Set port pair properties
| Value | Summary |
|---|---|
| <port-pair> | Port pair to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the port pair |
| --description <description> | Description for the port pair |
This command is provided by the python-neutronclient plugin.
64.22. sfc port pair show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc port pair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<port-pair>
Display port pair details
| Value | Summary |
|---|---|
| <port-pair> | Port pair to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.23. sfc service graph create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc service graph create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION]
--branching-point
SRC_CHAIN:DST_CHAIN_1,DST_CHAIN_2,DST_CHAIN_N
<name>
Create a service graph.
| Value | Summary |
|---|---|
| <name> | Name of the service graph. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description for the service graph. |
| --branching-point SRC_CHAIN:DST_CHAIN_1,DST_CHAIN_2,DST_CHAIN_N | Service graph branching point: the key is the source Port Chain while the value is a list of destination Port Chains. This option can be repeated. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
64.24. sfc service graph delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc service graph delete [-h] <service-graph>
Delete a given service graph.
| Value | Summary |
|---|---|
| <service-graph> | Id or name of the service graph to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
64.25. sfc service graph list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc service graph list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List service graphs
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
64.26. sfc service graph set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc service graph set [-h] [--name <name>]
[--description <description>]
<service-graph>
Set service graph properties
| Value | Summary |
|---|---|
| <service-graph> | Service graph to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of the service graph |
| --description <description> | Description for the service graph |
This command is provided by the python-neutronclient plugin.
64.27. sfc service graph show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack sfc service graph show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<service-graph>
Show information of a given service graph.
| Value | Summary |
|---|---|
| <service-graph> | Id or name of the service graph to display. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
Chapter 65. snapshot リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the snapshot command.
65.1. snapshot create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--name <name>]
[--description <description>] [--force]
[--property <key=value>]
<volume>
Create new snapshot
| Value | Summary |
|---|---|
| <volume> | Volume to snapshot (name or id) |
| Value | Summary |
|---|---|
| -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 |
| --property <key=value> | Set a property to this snapshot (repeat option to set multiple properties) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
65.2. snapshot delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot delete [-h] <snapshot> [<snapshot> ...]
Delete volume snapshot(s)
| Value | Summary |
|---|---|
| <snapshot> | Snapshot(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
65.3. snapshot list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--all-projects]
[--long] [--marker <snapshot>]
[--limit <num-snapshots>]
List snapshots
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Include all projects (admin only) |
| --long | List additional fields in output |
| --marker <snapshot> | The last snapshot id of the previous page |
| --limit <num-snapshots> | Maximum number of snapshots to display |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
65.4. snapshot set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot set [-h] [--name <name>]
[--description <description>]
[--property <key=value>] [--state <state>]
<snapshot>
Set snapshot properties
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to modify (name or id) |
| Value | Summary |
|---|---|
| -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. ("available", "error", "creating", "deleting", or "error_deleting") (admin only) (This option simply changes the state of the snapshot in the database with no regard to actual status, exercise caution when using) |
65.5. snapshot show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<snapshot>
Display snapshot details
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
65.6. snapshot unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack snapshot unset [-h] [--property <key>] <snapshot>
Unset snapshot properties
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from snapshot (repeat option to remove multiple properties) |
Chapter 66. software リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the software command.
66.1. software config create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software config create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--config-file <config-file>]
[--definition-file <destination-file>]
[--group <group>]
<config-name>
Create software config
| Value | Summary |
|---|---|
| <config-name> | Name of the software config to create |
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to json |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
66.2. software config delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software config delete [-h] <config> [<config> ...]
Delete software configs
| Value | Summary |
|---|---|
| <config> | Ids of the software configs to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.3. software config list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software config list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--limit <limit>] [--marker <id>]
List software configs
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
66.4. software config show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software config show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--config-only]
<config>
Show software config details
| Value | Summary |
|---|---|
| <config> | Id of the config |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-only | Only display the value of the <config> property. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
66.5. software deployment create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--input-value <key=value>]
[--action <action>]
[--config <config>]
[--signal-transport <signal-transport>]
[--container <container>]
[--timeout <timeout>] --server
<server>
<deployment-name>
Create a software deployment.
| Value | Summary |
|---|---|
| <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. |
| Value | Summary |
|---|---|
| -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 |
| --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 |
| --server <server> | Id of the server being deployed to |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
66.6. software deployment delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment delete [-h]
<deployment> [<deployment> ...]
Delete software deployment(s) and correlative config(s).
| Value | Summary |
|---|---|
| <deployment> | Id of the deployment(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.7. software deployment list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--server <server>] [--long]
List software deployments.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --server <server> | Id of the server to fetch deployments for |
| --long | List more fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
66.8. software deployment metadata show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment metadata show [-h] <server>
Get deployment configuration metadata for the specified server.
| Value | Summary |
|---|---|
| <server> | Id of the server to fetch deployments for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
66.9. software deployment output show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
Show a specific deployment output.
| Value | Summary |
|---|---|
| <deployment> | Id of deployment to show the output for |
| <output-name> | Name of an output to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Display all deployment outputs |
| --long | Show full deployment logs in output |
This command is provided by the python-heatclient plugin.
66.10. software deployment show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack software deployment show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--long]
<deployment>
Show SoftwareDeployment Details.
| Value | Summary |
|---|---|
| <deployment> | Id of the deployment |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | Show more fields in output |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
Chapter 67. stack リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the stack command.
67.1. stack abandon リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack abandon [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--output-file <output-file>]
<stack>
Abandon stack and output results.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to abandon |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --output-file <output-file> | File to output abandon results |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to json |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.2. stack adopt リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack adopt [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[-e <environment>] [--timeout <timeout>]
[--enable-rollback] [--parameter <key=value>]
[--wait] --adopt-file <adopt-file>
<stack-name>
Adopt a stack.
| Value | Summary |
|---|---|
| <stack-name> | Name of the stack to adopt |
| Value | Summary |
|---|---|
| -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 |
| --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 |
| --adopt-file <adopt-file> | Path to adopt stack data file |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.3. stack cancel リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack cancel [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--wait]
[--no-rollback]
<stack> [<stack> ...]
Cancel current task for a stack. Supported tasks for cancellation: * update * create
| Value | Summary |
|---|---|
| <stack> | Stack(s) to cancel (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for cancel to complete |
| --no-rollback | Cancel without rollback |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.4. stack check リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack check [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--wait]
<stack> [<stack> ...]
Check a stack.
| Value | Summary |
|---|---|
| <stack> | Stack(s) to check update (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for check to complete |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.5. stack create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [-e <environment>]
[--timeout <timeout>] [--pre-create <resource>]
[--enable-rollback] [--parameter <key=value>]
[--parameter-file <key=file>] [--wait]
[--tags <tag1,tag2...>] [--dry-run] -t
<template>
<stack-name>
Create a stack.
| Value | Summary |
|---|---|
| <stack-name> | Name of the stack to create |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -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: |
| --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 |
| -t <template>, --template <template> | Path to the template |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.6. stack delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack delete [-h] [-y] [--wait] <stack> [<stack> ...]
Delete stack(s).
| Value | Summary |
|---|---|
| <stack> | Stack(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -y, --yes | Skip yes/no prompt (assume yes) |
| --wait | Wait for stack delete to complete |
This command is provided by the python-heatclient plugin.
67.7. stack environment show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack environment show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<NAME or ID>
Show a stack’s environment.
| Value | Summary |
|---|---|
| <NAME or ID> | Name or id of stack to query |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.8. stack event list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack event list [-h] [-f {csv,json,log,table,value,yaml}]
[-c COLUMN] [--noindent]
[--max-width <integer>] [--fit-width]
[--print-empty]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--resource <resource>]
[--filter <key=value>] [--limit <limit>]
[--marker <id>] [--nested-depth <depth>]
[--sort <key>[:<direction>]] [--follow]
<stack>
List events.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to show events for |
| Value | Summary |
|---|---|
| -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. Sort key can be: "event_time" (default), "resource_name", "links", "logical_resource_id", "resource_status", "resource_status_reason", "physical_resource_id", or "id". You can leave the key empty and specify ":desc" for sorting by reverse time. |
| --follow | Print events until process is halted |
| Value | Summary |
|---|---|
| -f {csv,json,log,table,value,yaml}, --format {csv,json,log,table,value,yaml} | the output format, defaults to log |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.9. stack event show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<stack> <resource> <event>
Show event details.
| Value | Summary |
|---|---|
| <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 |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.10. stack export リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack export [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--output-file <output-file>]
<stack>
Export stack data json.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to export |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --output-file <output-file> | File to output export data |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to json |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.11. stack failures list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack failures list [-h] [--long] <stack>
Show information about failed stack resources.
| Value | Summary |
|---|---|
| <stack> | Stack to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | Show full deployment logs in output |
This command is provided by the python-heatclient plugin.
67.12. stack file list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack file list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<NAME or ID>
Show a stack’s files map.
| Value | Summary |
|---|---|
| <NAME or ID> | Name or id of stack to query |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.13. stack hook clear リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack hook clear [-h] [--pre-create] [--pre-update]
[--pre-delete]
<stack> <resource> [<resource> ...]
Clear resource hooks on a given stack.
| Value | Summary |
|---|---|
| <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: |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pre-create | Clear the pre-create hooks |
| --pre-update | Clear the pre-update hooks |
| --pre-delete | Clear the pre-delete hooks |
This command is provided by the python-heatclient plugin.
67.14. stack hook poll リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack hook poll [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--nested-depth <nested-depth>]
<stack>
List resources with pending hook for a stack.
| Value | Summary |
|---|---|
| <stack> | Stack to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --nested-depth <nested-depth> | Depth of nested stacks from which to display hooks |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.15. stack list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--deleted] [--nested]
[--hidden] [--property <key=value>]
[--tags <tag1,tag2...>] [--tag-mode <mode>]
[--limit <limit>] [--marker <id>]
[--sort <key>[:<direction>]] [--all-projects]
[--short] [--long]
List stacks.
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.16. stack output list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack output list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<stack>
List stack outputs.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to query |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.17. stack output show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack output show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all]
<stack> [<output>]
Show stack output.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to query |
| <output> | Name of an output to display |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | Display all stack outputs |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.18. stack resource list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resource list [-h] [-f {csv,dot,json,table,value,yaml}]
[-c COLUMN] [--noindent]
[--max-width <integer>] [--fit-width]
[--print-empty]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[-n <nested-depth>]
[--filter <key=value>]
<stack>
List stack resources.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to query |
| Value | Summary |
|---|---|
| -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 physical_resource_id |
| Value | Summary |
|---|---|
| -f {csv,dot,json,table,value,yaml}, --format {csv,dot,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.19. stack resource mark unhealthy リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resource mark unhealthy [-h] [--reset]
<stack> <resource> [reason]
Set resource’s health.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack the resource belongs to |
| <resource> | Name of the resource |
| reason | Reason for state change |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --reset | Set the resource as healthy |
This command is provided by the python-heatclient plugin.
67.20. stack resource metadata リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resource metadata [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<stack> <resource>
Show resource metadata
| Value | Summary |
|---|---|
| <stack> | Stack to display (name or id) |
| <resource> | Name of the resource to show the metadata for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to json |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.21. stack resource show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resource show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--with-attr <attribute>]
<stack> <resource>
Display stack resource.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to query |
| <resource> | Name of resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --with-attr <attribute> | Attribute to show, can be specified multiple times |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.22. stack resource signal リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resource signal [-h] [--data <data>]
[--data-file <data-file>]
<stack> <resource>
Signal a resource with optional data.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack the resource belongs to |
| <resource> | Name of the resoure to signal |
| Value | Summary |
|---|---|
| -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 |
This command is provided by the python-heatclient plugin.
67.23. stack resume リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack resume [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--wait]
<stack> [<stack> ...]
Resume a stack.
| Value | Summary |
|---|---|
| <stack> | Stack(s) to resume (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for resume to complete |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.24. stack show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--no-resolve-outputs]
<stack>
Show stack details.
| Value | Summary |
|---|---|
| <stack> | Stack to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --no-resolve-outputs | Do not resolve outputs of the stack. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.25. stack snapshot create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack snapshot create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
<stack>
Create stack snapshot.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Name of snapshot |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.26. stack snapshot delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack snapshot delete [-h] [-y] <stack> <snapshot>
Delete stack snapshot.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack |
| <snapshot> | Id of stack snapshot |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -y, --yes | Skip yes/no prompt (assume yes) |
This command is provided by the python-heatclient plugin.
67.27. stack snapshot list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack snapshot list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
<stack>
List stack snapshots.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack containing the snapshots |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.28. stack snapshot restore リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack snapshot restore [-h] <stack> <snapshot>
Restore stack snapshot
| Value | Summary |
|---|---|
| <stack> | Name or id of stack containing the snapshot |
| <snapshot> | Id of the snapshot to restore |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-heatclient plugin.
67.29. stack snapshot show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack snapshot show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<stack> <snapshot>
Show stack snapshot.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack containing the snapshot |
| <snapshot> | Id of the snapshot to show |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.30. stack suspend リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack suspend [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--wait]
<stack> [<stack> ...]
Suspend a stack.
| Value | Summary |
|---|---|
| <stack> | Stack(s) to suspend (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --wait | Wait for suspend to complete |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-heatclient plugin.
67.31. stack template show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack template show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<stack>
Display stack template.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to query |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to yaml |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
67.32. stack update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack stack update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [-t <template>]
[-e <environment>] [--pre-update <resource>]
[--timeout <timeout>] [--rollback <value>]
[--dry-run] [--show-nested]
[--parameter <key=value>]
[--parameter-file <key=file>] [--existing]
[--clear-parameter <parameter>]
[--tags <tag1,tag2...>] [--wait] [--converge]
<stack>
Update a stack.
| Value | Summary |
|---|---|
| <stack> | Name or id of stack to update |
| Value | Summary |
|---|---|
| -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: |
| --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 |
| --show-nested | Show nested stacks when performing --dry-run |
| --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 |
| --converge | Stack update with observe on reality. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-heatclient plugin.
Chapter 68. subnet リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the subnet command.
68.1. subnet create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--project <project>]
[--project-domain <project-domain>]
[--subnet-pool <subnet-pool> | --use-prefix-delegation USE_PREFIX_DELEGATION | --use-default-subnet-pool]
[--prefix-length <prefix-length>]
[--subnet-range <subnet-range>]
[--dhcp | --no-dhcp] [--gateway <gateway>]
[--ip-version {4,6}]
[--ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]
[--ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}]
[--network-segment <network-segment>] --network
<network> [--description <description>]
[--allocation-pool start=<ip-address>,end=<ip-address>]
[--dns-nameserver <dns-nameserver>]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--service-type <service-type>]
[--tag <tag> | --no-tag]
name
Create a subnet
| Value | Summary |
|---|---|
| name | New subnet name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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. |
| --subnet-pool <subnet-pool> | Subnet pool from which this subnet will obtain a CIDR (Name or ID) |
| --use-prefix-delegation USE_PREFIX_DELEGATION | Use 'prefix-delegation' if IP is IPv6 format and IP would be delegated externally |
| --use-default-subnet-pool | Use default subnet pool for --ip-version |
| --prefix-length <prefix-length> | Prefix length for subnet allocation from subnet pool |
| --subnet-range <subnet-range> | Subnet range in CIDR notation (required if --subnet- pool is not specified, optional otherwise) |
| --dhcp | Enable dhcp (default) |
| --no-dhcp | Disable dhcp |
| --gateway <gateway> | Specify a gateway for the subnet. the three options are: <ip-address>: Specific IP address to use as the gateway, 'auto': Gateway address should automatically be chosen from within the subnet itself, 'none': This subnet will not use a gateway, e.g.: --gateway 192.168.9.1, --gateway auto, --gateway none (default is 'auto'). |
| --ip-version {4,6} | Ip version (default is 4). note that when subnet pool is specified, IP version is determined from the subnet pool and this option is ignored. |
| --ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac} | IPv6 RA (Router Advertisement) mode, valid modes: [dhcpv6-stateful, dhcpv6-stateless, slaac] |
| --ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac} | IPv6 address mode, valid modes: [dhcpv6-stateful, dhcpv6-stateless, slaac] |
| --network-segment <network-segment> | Network segment to associate with this subnet (name or ID) |
| --network <network> | Network this subnet belongs to (name or id) |
| --description <description> | Set subnet description |
| --allocation-pool start=<ip-address>,end=<ip-address> | Allocation pool IP addresses for this subnet e.g.: start=192.168.199.2,end=192.168.199.254 (repeat option to add multiple IP addresses) |
| --dns-nameserver <dns-nameserver> | DNS server for this subnet (repeat option to set multiple DNS servers) |
| --host-route destination=<subnet>,gateway=<ip-address> | Additional route for this subnet e.g.: destination=10.10.0.0/16,gateway=192.168.71.254 destination: destination subnet (in CIDR notation) gateway: nexthop IP address (repeat option to add multiple routes) |
| --service-type <service-type> | Service type for this subnet e.g.: network:floatingip_agent_gateway. Must be a valid device owner value for a network port (repeat option to set multiple service types) |
| --tag <tag> | Tag to be added to the subnet (repeat option to set multiple tags) |
| --no-tag | No tags associated with the subnet |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
68.2. subnet delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet delete [-h] <subnet> [<subnet> ...]
Delete subnet(s)
| Value | Summary |
|---|---|
| <subnet> | Subnet(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
68.3. subnet list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--ip-version <ip-version>] [--dhcp | --no-dhcp]
[--service-type <service-type>]
[--project <project>]
[--project-domain <project-domain>]
[--network <network>] [--gateway <gateway>]
[--name <name>] [--subnet-range <subnet-range>]
[--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List subnets
| Value | Summary |
|---|---|
| -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 output.Allowed values for IP version are 4 and 6. |
| --dhcp | List subnets which have dhcp enabled |
| --no-dhcp | List subnets which have dhcp disabled |
| --service-type <service-type> | List only subnets of a given service type in output e.g.: network:floatingip_agent_gateway. Must be a valid device owner value for a network port (repeat option to list multiple service types) |
| --project <project> | List only subnets which belong to a given project in output (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. |
| --network <network> | List only subnets which belong to a given network in output (name or ID) |
| --gateway <gateway> | List only subnets of given gateway ip in output |
| --name <name> | List only subnets of given name in output |
| --subnet-range <subnet-range> | List only subnets of given subnet range (in CIDR notation) in output e.g.: --subnet-range 10.10.0.0/16 |
| --tags <tag>[,<tag>,…] | List subnets which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List subnets which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude subnets which have all given tag(s) (Comma- separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude subnets which have any given tag(s) (Comma- separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
68.4. subnet pool create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --pool-prefix
<pool-prefix>
[--default-prefix-length <default-prefix-length>]
[--min-prefix-length <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
[--project <project>]
[--project-domain <project-domain>]
[--address-scope <address-scope>]
[--default | --no-default]
[--share | --no-share]
[--description <description>]
[--default-quota <num-ip-addresses>]
[--tag <tag> | --no-tag]
<name>
Create subnet pool
| Value | Summary |
|---|---|
| <name> | Name of the new subnet pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool-prefix <pool-prefix> | Set subnet pool prefixes (in CIDR notation) (repeat option to set multiple prefixes) |
| --default-prefix-length <default-prefix-length> | Set subnet pool default prefix length |
| --min-prefix-length <min-prefix-length> | Set subnet pool minimum prefix length |
| --max-prefix-length <max-prefix-length> | Set subnet pool maximum prefix length |
| --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. |
| --address-scope <address-scope> | Set address scope associated with the subnet pool (name or ID), prefixes must be unique across address scopes |
| --default | Set this as a default subnet pool |
| --no-default | Set this as a non-default subnet pool |
| --share | Set this subnet pool as shared |
| --no-share | Set this subnet pool as not shared |
| --description <description> | Set subnet pool description |
| --default-quota <num-ip-addresses> | Set default quota for subnet pool as the number ofIP addresses allowed in a subnet |
| --tag <tag> | Tag to be added to the subnet pool (repeat option to set multiple tags) |
| --no-tag | No tags associated with the subnet pool |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
68.5. subnet pool delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool delete [-h] <subnet-pool> [<subnet-pool> ...]
Delete subnet pool(s)
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
68.6. subnet pool list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--share | --no-share]
[--default | --no-default]
[--project <project>]
[--project-domain <project-domain>]
[--name <name>]
[--address-scope <address-scope>]
[--tags <tag>[,<tag>,...]]
[--any-tags <tag>[,<tag>,...]]
[--not-tags <tag>[,<tag>,...]]
[--not-any-tags <tag>[,<tag>,...]]
List subnet pools
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --share | List subnet pools shared between projects |
| --no-share | List subnet pools not shared between projects |
| --default | List subnet pools used as the default external subnet pool |
| --no-default | List subnet pools not used as the default external subnet pool |
| --project <project> | List subnet pools according to their 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. |
| --name <name> | List only subnet pools of given name in output |
| --address-scope <address-scope> | List only subnet pools of given address scope in output (name or ID) |
| --tags <tag>[,<tag>,…] | List subnet pools which have all given tag(s) (Comma- separated list of tags) |
| --any-tags <tag>[,<tag>,…] | List subnet pools which have any given tag(s) (Comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude subnet pools which have all given tag(s) (Comma-separated list of tags) |
| --not-any-tags <tag>[,<tag>,…] | Exclude subnet pools which have any given tag(s) (Comma-separated list of tags) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
68.7. subnet pool set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool set [-h] [--name <name>]
[--pool-prefix <pool-prefix>]
[--default-prefix-length <default-prefix-length>]
[--min-prefix-length <min-prefix-length>]
[--max-prefix-length <max-prefix-length>]
[--address-scope <address-scope> | --no-address-scope]
[--default | --no-default]
[--description <description>]
[--default-quota <num-ip-addresses>]
[--tag <tag>] [--no-tag]
<subnet-pool>
Set subnet pool properties
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set subnet pool name |
| --pool-prefix <pool-prefix> | Set subnet pool prefixes (in CIDR notation) (repeat option to set multiple prefixes) |
| --default-prefix-length <default-prefix-length> | Set subnet pool default prefix length |
| --min-prefix-length <min-prefix-length> | Set subnet pool minimum prefix length |
| --max-prefix-length <max-prefix-length> | Set subnet pool maximum prefix length |
| --address-scope <address-scope> | Set address scope associated with the subnet pool (name or ID), prefixes must be unique across address scopes |
| --no-address-scope | Remove address scope associated with the subnet pool |
| --default | Set this as a default subnet pool |
| --no-default | Set this as a non-default subnet pool |
| --description <description> | Set subnet pool description |
| --default-quota <num-ip-addresses> | Set default quota for subnet pool as the number ofIP addresses allowed in a subnet |
| --tag <tag> | Tag to be added to the subnet pool (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the subnet pool. specify both --tag and --no-tag to overwrite current tags |
68.8. subnet pool show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<subnet-pool>
Display subnet pool details
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
68.9. subnet pool unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet pool unset [-h] [--pool-prefix <pool-prefix>]
[--tag <tag> | --all-tag]
<subnet-pool>
Unset subnet pool properties
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool-prefix <pool-prefix> | Remove subnet pool prefixes (in CIDR notation). (repeat option to unset multiple prefixes). |
| --tag <tag> | Tag to be removed from the subnet pool (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the subnet pool |
68.10. subnet set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet set [-h] [--name <name>] [--dhcp | --no-dhcp]
[--gateway <gateway>]
[--network-segment <network-segment>]
[--description <description>] [--tag <tag>]
[--no-tag]
[--allocation-pool start=<ip-address>,end=<ip-address>]
[--no-allocation-pool]
[--dns-nameserver <dns-nameserver>]
[--no-dns-nameservers]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--no-host-route] [--service-type <service-type>]
<subnet>
Set subnet properties
| Value | Summary |
|---|---|
| <subnet> | Subnet to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Updated name of the subnet |
| --dhcp | Enable dhcp |
| --no-dhcp | Disable dhcp |
| --gateway <gateway> | Specify a gateway for the subnet. the options are: |
| <ip-address>: Specific IP address to use as the | gateway, 'none': This subnet will not use a gateway, e.g.: --gateway 192.168.9.1, --gateway none. |
| --network-segment <network-segment> |
Network segment to associate with this subnet (name or ID). It is only allowed to set the segment if the current value is |
| --description <description> | Set subnet description |
| --tag <tag> | Tag to be added to the subnet (repeat option to set multiple tags) |
| --no-tag | Clear tags associated with the subnet. specify both |
| --tag and --no-tag to overwrite current tags | |
| --allocation-pool start=<ip-address>,end=<ip-address> | Allocation pool IP addresses for this subnet e.g.: start=192.168.199.2,end=192.168.199.254 (repeat option to add multiple IP addresses) |
| --no-allocation-pool | Clear associated allocation-pools from the subnet. Specify both --allocation-pool and --no-allocation- pool to overwrite the current allocation pool information. |
| --dns-nameserver <dns-nameserver> | DNS server for this subnet (repeat option to set multiple DNS servers) |
| --no-dns-nameservers | Clear existing information of dns nameservers. specify both --dns-nameserver and --no-dns-nameserver to overwrite the current DNS Nameserver information. |
| --host-route destination=<subnet>,gateway=<ip-address> | Additional route for this subnet e.g.: destination=10.10.0.0/16,gateway=192.168.71.254 destination: destination subnet (in CIDR notation) gateway: nexthop IP address (repeat option to add multiple routes) |
| --no-host-route | Clear associated host-routes from the subnet. specify both --host-route and --no-host-route to overwrite the current host route information. |
| --service-type <service-type> | Service type for this subnet e.g.: network:floatingip_agent_gateway. Must be a valid device owner value for a network port (repeat option to set multiple service types) |
68.11. subnet show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<subnet>
Display subnet details
| Value | Summary |
|---|---|
| <subnet> | Subnet to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
68.12. subnet unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack subnet unset [-h]
[--allocation-pool start=<ip-address>,end=<ip-address>]
[--dns-nameserver <dns-nameserver>]
[--host-route destination=<subnet>,gateway=<ip-address>]
[--service-type <service-type>]
[--tag <tag> | --all-tag]
<subnet>
Unset subnet properties
| Value | Summary |
|---|---|
| <subnet> | Subnet to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --allocation-pool start=<ip-address>,end=<ip-address> | Allocation pool IP addresses to be removed from this subnet e.g.: start=192.168.199.2,end=192.168.199.254 (repeat option to unset multiple allocation pools) |
| --dns-nameserver <dns-nameserver> | DNS server to be removed from this subnet (repeat option to unset multiple DNS servers) |
| --host-route destination=<subnet>,gateway=<ip-address> | Route to be removed from this subnet e.g.: destination=10.10.0.0/16,gateway=192.168.71.254 destination: destination subnet (in CIDR notation) gateway: nexthop IP address (repeat option to unset multiple host routes) |
| --service-type <service-type> | Service type to be removed from this subnet e.g.: network:floatingip_agent_gateway. Must be a valid device owner value for a network port (repeat option to unset multiple service types) |
| --tag <tag> | Tag to be removed from the subnet (repeat option to remove multiple tags) |
| --all-tag | Clear all tags associated with the subnet |
Chapter 69. task リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the task command.
69.1. task execution list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack task execution list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--filter FILTERS] [--limit [LIMIT]]
[workflow_execution]
List all tasks.
| Value | Summary |
|---|---|
| workflow_execution | Workflow execution id associated with list of tasks. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --filter FILTERS | Filters. can be repeated. |
| --limit [LIMIT] | Maximum number of tasks to return in a single result. limit is set to 100 by default. Use --limit -1 to fetch the full result set. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
69.2. task execution published show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack task execution published show [-h] id
Show task published variables.
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
69.3. task execution rerun リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack task execution rerun [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--resume] [-e ENV]
id
Rerun an existing task.
| Value | Summary |
|---|---|
| id | Task identifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resume | Rerun only failed or unstarted action executions for with-items task |
| -e ENV, --env ENV | Environment variables |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
69.4. task execution result show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack task execution result show [-h] id
Show task output data.
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
69.5. task execution show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack task execution show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
task
Show specific task.
| Value | Summary |
|---|---|
| task | Task identifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 70. tld リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the tld command.
70.1. tld create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tld create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
--name NAME [--description DESCRIPTION]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
Create new tld
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tld name |
| --description DESCRIPTION | Description |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
70.2. tld delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tld delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Delete tld
| Value | Summary |
|---|---|
| id | Tld id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
70.3. tld list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tld list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name NAME]
[--description DESCRIPTION] [--all-projects]
[--edit-managed] [--sudo-project-id SUDO_PROJECT_ID]
List tlds
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tld name |
| --description DESCRIPTION | TLD Description |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
70.4. tld show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tld show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show tld details
| Value | Summary |
|---|---|
| id | Tld id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
Chapter 71. token リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the token command.
71.1. token issue リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack token issue [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
Issue new token
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
71.2. token revoke リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack token revoke [-h] <token>
Revoke existing token
| Value | Summary |
|---|---|
| <token> | Token to be deleted |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 72. tsigkey リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the tsigkey command.
72.1. tsigkey create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tsigkey create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] --name NAME --algorithm
ALGORITHM --secret SECRET --scope SCOPE
--resource-id RESOURCE_ID [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
Create new tsigkey
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tsigkey name |
| --algorithm ALGORITHM | TSIGKey algorithm |
| --secret SECRET | Tsigkey secret |
| --scope SCOPE | Tsigkey scope |
| --resource-id RESOURCE_ID | TSIGKey resource_id |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
72.2. tsigkey delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tsigkey delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Delete tsigkey
| Value | Summary |
|---|---|
| id | Tsigkey id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
72.3. tsigkey list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tsigkey list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name NAME]
[--algorithm ALGORITHM] [--scope SCOPE]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List tsigkeys
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tsigkey name |
| --algorithm ALGORITHM | TSIGKey algorithm |
| --scope SCOPE | Tsigkey scope |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
72.4. tsigkey set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tsigkey set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--name NAME] [--algorithm ALGORITHM]
[--secret SECRET] [--scope SCOPE]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Set tsigkey properties
| Value | Summary |
|---|---|
| id | Tsigkey id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | Tsigkey name |
| --algorithm ALGORITHM | TSIGKey algorithm |
| --secret SECRET | Tsigkey secret |
| --scope SCOPE | Tsigkey scope |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
72.5. tsigkey show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack tsigkey show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show tsigkey details
| Value | Summary |
|---|---|
| id | Tsigkey id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
Chapter 73. usage リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the usage command.
73.1. usage list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack usage list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--start <start>]
[--end <end>]
List resource usage per project
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
73.2. usage show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack usage show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--project <project>] [--start <start>]
[--end <end>]
Show resource usage for a single project
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 74. user リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the user command.
74.1. user create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--project <project>] [--password <password>]
[--password-prompt] [--email <email-address>]
[--enable | --disable] [--or-show]
<name>
Create new user
| Value | Summary |
|---|---|
| <name> | New user name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Default project (name or id) |
| --password <password> | Set user password |
| --password-prompt | Prompt interactively for password |
| --email <email-address> | Set user email address |
| --enable | Enable user (default) |
| --disable | Disable user |
| --or-show | Return existing user |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
74.2. user delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user delete [-h] <user> [<user> ...]
Delete user(s)
| Value | Summary |
|---|---|
| <user> | User(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
74.3. user list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--long]
List users
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Filter users by project (name or id) |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
74.4. user role list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user role list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--project <project>]
[<user>]
List user-role assignments
| Value | Summary |
|---|---|
| <user> | User to list (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Filter users by <project> (name or id) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
74.5. user set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user set [-h] [--name <name>] [--project <project>]
[--password <user-password>] [--password-prompt]
[--email <email-address>] [--enable | --disable]
<user>
Set user properties
| Value | Summary |
|---|---|
| <user> | User to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set user name |
| --project <project> | Set default project (name or id) |
| --password <user-password> | Set user password |
| --password-prompt | Prompt interactively for password |
| --email <email-address> | Set user email address |
| --enable | Enable user (default) |
| --disable | Disable user |
74.6. user show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack user show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<user>
Display user details
| Value | Summary |
|---|---|
| <user> | User to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
Chapter 75. versions リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the versions command.
75.1. versions show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack versions show [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-interfaces | --interface <interface>]
[--region-name <region_name>]
[--service <region_name>]
[--status <region_name>]
Show available versions of services
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-interfaces | Show values for all interfaces |
| --interface <interface> | Show versions for a specific interface. |
| --region-name <region_name> | Show versions for a specific region. |
| --service <region_name> | Show versions for a specific service. |
| --status <region_name> | Show versions for a specific status. [Valid values are SUPPORTED, CURRENT, DEPRECATED, EXPERIMENTAL] |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
Chapter 76. volume リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the volume command.
76.1. volume backup create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
[--description <description>]
[--container <container>]
[--snapshot <snapshot>] [--force]
[--incremental]
<volume>
Create new volume backup
| Value | Summary |
|---|---|
| <volume> | Volume to backup (name or id) |
| Value | Summary |
|---|---|
| -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 |
| --snapshot <snapshot> | Snapshot to backup (name or ID) |
| --force | Allow to back up an in-use volume |
| --incremental | Perform an incremental backup |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.2. volume backup delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup delete [-h] [--force] <backup> [<backup> ...]
Delete volume backup(s)
| Value | Summary |
|---|---|
| <backup> | Backup(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Allow delete in state other than error or available |
76.3. volume backup list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--name <name>] [--status <status>]
[--volume <volume>]
[--marker <volume-backup>]
[--limit <num-backups>] [--all-projects]
List volume backups
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --name <name> | Filters results by the backup name |
| --status <status> | Filters results by the backup status ('creating', 'available', 'deleting', 'error', 'restoring' or 'error_restoring') |
| --volume <volume> | Filters results by the volume which they backup (name or ID) |
| --marker <volume-backup> | The last backup of the previous page (name or ID) |
| --limit <num-backups> | Maximum number of backups to display |
| --all-projects | Include all projects (admin only) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.4. volume backup restore リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup restore [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<backup> <volume>
Restore volume backup
| Value | Summary |
|---|---|
| <backup> | Backup to restore (name or id) |
| <volume> | Volume to restore to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.5. volume backup set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup set [-h] [--name <name>]
[--description <description>]
[--state <state>]
<backup>
Set volume backup properties
| Value | Summary |
|---|---|
| <backup> | Backup to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New backup name |
| --description <description> | New backup description |
| --state <state> | New backup state ("available" or "error") (admin only) (This option simply changes the state of the backup in the database with no regard to actual status, exercise caution when using) |
76.6. volume backup show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume backup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<backup>
Display volume backup details
| Value | Summary |
|---|---|
| <backup> | Backup to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.7. volume create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--size <size>]
[--type <volume-type>]
[--image <image> | --snapshot <snapshot> | --source <volume>]
[--description <description>] [--user <user>]
[--project <project>]
[--availability-zone <availability-zone>]
[--consistency-group consistency-group>]
[--property <key=value>] [--hint <key=value>]
[--multi-attach] [--bootable | --non-bootable]
[--read-only | --read-write]
<name>
Create new volume
| Value | Summary |
|---|---|
| <name> | Volume name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --size <size> | Volume size in gb (required unless --snapshot or |
| --source is specified) | |
| --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> |
| --consistency-group consistency-group> | Consistency group where the new volume belongs to |
| --property <key=value> | Set a property to this volume (repeat option to set multiple properties) |
| --hint <key=value> | Arbitrary scheduler hint key-value pairs to help boot an instance (repeat option to set multiple hints) |
| --multi-attach | Allow volume to be attached more than once (default to False) |
| --bootable | Mark volume as bootable |
| --non-bootable | Mark volume as non-bootable (default) |
| --read-only | Set volume to read-only access mode |
| --read-write | Set volume to read-write access mode (default) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.8. volume delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume delete [-h] [--force | --purge]
<volume> [<volume> ...]
Delete volume(s)
| Value | Summary |
|---|---|
| <volume> | Volume(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Attempt forced removal of volume(s), regardless of state (defaults to False) |
| --purge | Remove any snapshots along with volume(s) (defaults to false) |
76.9. volume host failover リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume host failover [-h] --volume-backend <backend-id>
<host-name>
Failover volume host to different backend
| Value | Summary |
|---|---|
| <host-name> | Name of volume host |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --volume-backend <backend-id> | The ID of the volume backend replication target where the host will failover to (required) |
76.10. volume host set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume host set [-h] [--disable | --enable] <host-name>
Set volume host properties
| Value | Summary |
|---|---|
| <host-name> | Name of volume host |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --disable | Freeze and disable the specified volume host |
| --enable | Thaw and enable the specified volume host |
76.11. volume list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--project <project>]
[--project-domain <project-domain>]
[--user <user>] [--user-domain <user-domain>]
[--name <name>] [--status <status>]
[--all-projects] [--long] [--marker <volume>]
[--limit <num-volumes>]
List volumes
| Value | Summary |
|---|---|
| -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 |
| --marker <volume> | The last volume id of the previous page |
| --limit <num-volumes> | Maximum number of volumes to display |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.12. volume migrate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume migrate [-h] --host <host> [--force-host-copy]
[--lock-volume | --unlock-volume]
<volume>
Migrate volume to a new host
| Value | Summary |
|---|---|
| <volume> | Volume to migrate (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --host <host> | Destination host (takes the form: host@backend-name#pool) |
| --force-host-copy | Enable generic host-based force-migration, which bypasses driver optimizations |
| --lock-volume | If specified, the volume state will be locked and will not allow a migration to be aborted (possibly by another operation) |
| --unlock-volume | If specified, the volume state will not be locked and the a migration can be aborted (default) (possibly by another operation) |
76.13. volume qos associate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos associate [-h] <qos-spec> <volume-type>
Associate a QoS specification to a volume type
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification to modify (name or id) |
| <volume-type> | Volume type to associate the qos (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
76.14. volume qos create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--consumer <consumer>]
[--property <key=value>]
<name>
Create new QoS specification
| Value | Summary |
|---|---|
| <name> | New qos specification name |
| Value | Summary |
|---|---|
| -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) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.15. volume qos delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos delete [-h] [--force] <qos-spec> [<qos-spec> ...]
Delete QoS specification
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Allow to delete in-use qos specification(s) |
76.16. volume qos disassociate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos disassociate [-h]
[--volume-type <volume-type> | --all]
<qos-spec>
Disassociate a QoS specification from a volume type
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification to modify (name or id) |
| Value | Summary |
|---|---|
| -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 |
76.17. volume qos list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List QoS specifications
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.18. volume qos set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos set [-h] [--property <key=value>] <qos-spec>
Set QoS specification properties
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification to modify (name or id) |
| Value | Summary |
|---|---|
| -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) |
76.19. volume qos show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<qos-spec>
Display QoS specification details
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.20. volume qos unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume qos unset [-h] [--property <key>] <qos-spec>
Unset QoS specification properties
| Value | Summary |
|---|---|
| <qos-spec> | Qos specification to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from the qos specification. (repeat option to unset multiple properties) |
76.21. volume service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--host <host>] [--service <service>]
[--long]
List service command
| Value | Summary |
|---|---|
| -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 |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.22. volume service set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume service set [-h] [--enable | --disable]
[--disable-reason <reason>]
<host> <service>
Set volume service properties
| Value | Summary |
|---|---|
| <host> | Name of host |
| <service> | Name of service (binary name) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --enable | Enable volume service |
| --disable | Disable volume service |
| --disable-reason <reason> | Reason for disabling the service (should be used with |
| --disable option) |
76.23. volume set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume set [-h] [--name <name>] [--size <size>]
[--description <description>] [--no-property]
[--property <key=value>]
[--image-property <key=value>] [--state <state>]
[--type <volume-type>]
[--retype-policy <retype-policy>]
[--bootable | --non-bootable]
[--read-only | --read-write]
<volume>
Set volume properties
| Value | Summary |
|---|---|
| <volume> | Volume to modify (name or id) |
| Value | Summary |
|---|---|
| -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 |
| --no-property | Remove all properties from <volume> (specify both |
| --no-property and --property to remove the current | properties before setting new properties.) |
| --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) |
| --state <state> | New volume state ("available", "error", "creating", "deleting", "in-use", "attaching", "detaching", "error_deleting" or "maintenance") (admin only) (This option simply changes the state of the volume in the database with no regard to actual status, exercise caution when using) |
| --type <volume-type> | New volume type (name or id) |
| --retype-policy <retype-policy> | Migration policy while re-typing volume ("never" or "on-demand", default is "never" ) (available only when |
| --type option is specified) | |
| --bootable | Mark volume as bootable |
| --non-bootable | Mark volume as non-bootable |
| --read-only | Set volume to read-only access mode |
| --read-write | Set volume to read-write access mode |
76.24. volume show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
<volume>
Display volume details
| Value | Summary |
|---|---|
| <volume> | Volume to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.25. volume snapshot create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--volume <volume>]
[--description <description>]
[--force] [--property <key=value>]
[--remote-source <key=value>]
<snapshot-name>
Create new volume snapshot
| Value | Summary |
|---|---|
| <snapshot-name> | Name of the new snapshot |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --volume <volume> | Volume to snapshot (name or id) (default is <snapshot- name>) |
| --description <description> | Description of the snapshot |
| --force | Create a snapshot attached to an instance. default is False |
| --property <key=value> | Set a property to this snapshot (repeat option to set multiple properties) |
| --remote-source <key=value> | The attribute(s) of the exsiting remote volume snapshot (admin required) (repeat option to specify multiple attributes) e.g.: '--remote-source source- name=test_name --remote-source source-id=test_id' |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.26. volume snapshot delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot delete [-h] [--force]
<snapshot> [<snapshot> ...]
Delete volume snapshot(s)
| Value | Summary |
|---|---|
| <snapshot> | Snapshot(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Attempt forced removal of snapshot(s), regardless of state (defaults to False) |
76.27. volume snapshot list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--project <project>]
[--project-domain <project-domain>]
[--long] [--marker <volume-snapshot>]
[--limit <num-snapshots>]
[--name <name>] [--status <status>]
[--volume <volume>]
List volume snapshots
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Include all projects (admin only) |
| --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. |
| --long | List additional fields in output |
| --marker <volume-snapshot> | The last snapshot ID of the previous page |
| --limit <num-snapshots> | Maximum number of snapshots to display |
| --name <name> | Filters results by a name. |
| --status <status> | Filters results by a status. ('available', 'error', 'creating', 'deleting' or 'error-deleting') |
| --volume <volume> | Filters results by a volume (name or id). |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.28. volume snapshot set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot set [-h] [--name <name>]
[--description <description>]
[--no-property] [--property <key=value>]
[--state <state>]
<snapshot>
Set volume snapshot properties
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New snapshot name |
| --description <description> | New snapshot description |
| --no-property | Remove all properties from <snapshot> (specify both |
| --no-property and --property to remove the current | properties before setting new properties.) |
| --property <key=value> | Property to add/change for this snapshot (repeat option to set multiple properties) |
| --state <state> | New snapshot state. ("available", "error", "creating", "deleting", or "error_deleting") (admin only) (This option simply changes the state of the snapshot in the database with no regard to actual status, exercise caution when using) |
76.29. volume snapshot show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<snapshot>
Display volume snapshot details
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.30. volume snapshot unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume snapshot unset [-h] [--property <key>] <snapshot>
Unset volume snapshot properties
| Value | Summary |
|---|---|
| <snapshot> | Snapshot to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from snapshot (repeat option to remove multiple properties) |
76.31. volume transfer request accept リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume transfer request accept [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--auth-key <key>]
<transfer-request-id>
Accept volume transfer request.
| Value | Summary |
|---|---|
| <transfer-request-id> | Volume transfer request to accept (ID only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --auth-key <key> | Volume transfer request authentication key |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.32. volume transfer request create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume transfer request create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--name <name>]
<volume>
Create volume transfer request.
| Value | Summary |
|---|---|
| <volume> | Volume to transfer (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New transfer request name (default to none) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.33. volume transfer request delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume transfer request delete [-h]
<transfer-request>
[<transfer-request> ...]
Delete volume transfer request(s).
| Value | Summary |
|---|---|
| <transfer-request> | Volume transfer request(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
76.34. volume transfer request list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume transfer request list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects]
Lists all volume transfer requests.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Include all projects (admin only) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.35. volume transfer request show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume transfer request show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<transfer-request>
Show volume transfer request details.
| Value | Summary |
|---|---|
| <transfer-request> | Volume transfer request to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.36. volume type create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--public | --private]
[--property <key=value>]
[--project <project>]
[--encryption-provider <provider>]
[--encryption-cipher <cipher>]
[--encryption-key-size <key-size>]
[--encryption-control-location <control-location>]
[--project-domain <project-domain>]
<name>
Create new volume type
| Value | Summary |
|---|---|
| <name> | Volume type name |
| Value | Summary |
|---|---|
| -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) |
| --project <project> | Allow <project> to access private type (name or id) (Must be used with --private option) |
| --encryption-provider <provider> | Set the encryption provider format for this volume type (e.g "luks" or "plain") (admin only) (This option is required when setting encryption type of a volume. Consider using other encryption options such as: "--encryption-cipher", "--encryption-key-size" and "--encryption-control-location") |
| --encryption-cipher <cipher> | Set the encryption algorithm or mode for this volume type (e.g "aes-xts-plain64") (admin only) |
| --encryption-key-size <key-size> | Set the size of the encryption key of this volume type (e.g "128" or "256") (admin only) |
| --encryption-control-location <control-location> | Set the notional service where the encryption is performed ("front-end" or "back-end") (admin only) (The default value for this option is "front-end" when setting encryption type of a volume. Consider using other encryption options such as: "--encryption- cipher", "--encryption-key-size" and "--encryption- provider") |
| --project-domain <project-domain> | Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.37. volume type delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type delete [-h] <volume-type> [<volume-type> ...]
Delete volume type(s)
| Value | Summary |
|---|---|
| <volume-type> | Volume type(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
76.38. volume type list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
[--default | --public | --private]
[--encryption-type]
List volume types
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --default | List the default volume type |
| --public | List only public types |
| --private | List only private types (admin only) |
| --encryption-type | Display encryption information for each volume type (admin only) |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
76.39. volume type set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type set [-h] [--name <name>]
[--description <description>]
[--property <key=value>]
[--project <project>]
[--project-domain <project-domain>]
[--encryption-provider <provider>]
[--encryption-cipher <cipher>]
[--encryption-key-size <key-size>]
[--encryption-control-location <control-location>]
<volume-type>
Set volume type properties
| Value | Summary |
|---|---|
| <volume-type> | Volume type to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set volume type name |
| --description <description> | 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. |
| --encryption-provider <provider> | Set the encryption provider format for this volume type (e.g "luks" or "plain") (admin only) (This option is required when setting encryption type of a volume for the first time. Consider using other encryption options such as: "--encryption-cipher", "--encryption- key-size" and "--encryption-control-location") |
| --encryption-cipher <cipher> | Set the encryption algorithm or mode for this volume type (e.g "aes-xts-plain64") (admin only) |
| --encryption-key-size <key-size> | Set the size of the encryption key of this volume type (e.g "128" or "256") (admin only) |
| --encryption-control-location <control-location> | Set the notional service where the encryption is performed ("front-end" or "back-end") (admin only) (The default value for this option is "front-end" when setting encryption type of a volume for the first time. Consider using other encryption options such as: "--encryption-cipher", "--encryption-key-size" and "--encryption-provider") |
76.40. volume type show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--encryption-type]
<volume-type>
Display volume type details
| Value | Summary |
|---|---|
| <volume-type> | Volume type to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --encryption-type | Display encryption information of this volume type (admin only) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
76.41. volume type unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume type unset [-h] [--property <key>]
[--project <project>]
[--project-domain <project-domain>]
[--encryption-type]
<volume-type>
Unset volume type properties
| Value | Summary |
|---|---|
| <volume-type> | Volume type to modify (name or id) |
| Value | Summary |
|---|---|
| -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. |
| --encryption-type | Remove the encryption type for this volume type (admin only) |
76.42. volume unset リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack volume unset [-h] [--property <key>] [--image-property <key>]
<volume>
Unset volume properties
| Value | Summary |
|---|---|
| <volume> | Volume to modify (name or id) |
| Value | Summary |
|---|---|
| -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) |
Chapter 77. vpn リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the vpn command.
77.1. vpn endpoint group create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn endpoint group create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
--type TYPE --value ENDPOINTS
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an endpoint group
| Value | Summary |
|---|---|
| <name> | Name for the endpoint group |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --type TYPE | Type of endpoints in group (e.g. subnet, cidr) |
| --value ENDPOINTS | Endpoint(s) for the group. must all be of the same type. (--value) option can be repeated |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.2. vpn endpoint group delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn endpoint group delete [-h]
<endpoint-group>
[<endpoint-group> ...]
Delete endpoint group(s)
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.3. vpn endpoint group list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn endpoint group list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List endpoint groups that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.4. vpn endpoint group set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn endpoint group set [-h] [--description <description>]
[--name <name>]
<endpoint-group>
Set endpoint group properties
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the endpoint group |
| --name <name> | Set a name for the endpoint group |
This command is provided by the python-neutronclient plugin.
77.5. vpn endpoint group show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn endpoint group show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<endpoint-group>
Display endpoint group details
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.6. vpn ike policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ike policy create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encryption-algorithm {aes-128,3des,aes-192,aes-256}]
[--phase1-negotiation-mode {main}]
[--ike-version {v1,v2}]
[--pfs {group5,group2,group14}]
[--lifetime units=UNITS,value=VALUE]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IKE policy
| Value | Summary |
|---|---|
| <name> | Name of the ike policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.7. vpn ike policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ike policy delete [-h] <ike-policy> [<ike-policy> ...]
Delete IKE policy (policies)
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.8. vpn ike policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ike policy list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List IKE policies that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.9. vpn ike policy set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ike policy set [-h] [--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encryption-algorithm {aes-128,3des,aes-192,aes-256}]
[--phase1-negotiation-mode {main}]
[--ike-version {v1,v2}]
[--pfs {group5,group2,group14}]
[--lifetime units=UNITS,value=VALUE]
[--name <name>]
<ike-policy>
Set IKE policy properties
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IKE policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm |
| --encryption-algorithm {aes-128,3des,aes-192,aes-256} | Encryption algorithm |
| --phase1-negotiation-mode {main} | IKE Phase1 negotiation mode |
| --ike-version {v1,v2} | IKE version for the policy |
| --pfs {group5,group2,group14} | Perfect Forward Secrecy |
| --lifetime units=UNITS,value=VALUE | IKE lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --name <name> | Name of the ike policy |
This command is provided by the python-neutronclient plugin.
77.10. vpn ike policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ike policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ike-policy>
Display IKE policy details
| Value | Summary |
|---|---|
| <ike-policy> | Ike policy to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.11. vpn ipsec policy create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec policy create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encapsulation-mode {tunnel,transport}]
[--encryption-algorithm {3des,aes-128,aes-192,aes-256}]
[--lifetime units=UNITS,value=VALUE]
[--pfs {group2,group5,group14}]
[--transform-protocol {esp,ah,ah-esp}]
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IPsec policy
| Value | Summary |
|---|---|
| <name> | Name of the ipsec policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.12. vpn ipsec policy delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec policy delete [-h]
<ipsec-policy> [<ipsec-policy> ...]
Delete IPsec policy(policies)
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.13. vpn ipsec policy list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec policy list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List IPsec policies that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.14. vpn ipsec policy set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec policy set [-h] [--description <description>]
[--auth-algorithm {sha1,sha256,sha384,sha512}]
[--encapsulation-mode {tunnel,transport}]
[--encryption-algorithm {3des,aes-128,aes-192,aes-256}]
[--lifetime units=UNITS,value=VALUE]
[--pfs {group2,group5,group14}]
[--transform-protocol {esp,ah,ah-esp}]
[--name <name>]
<ipsec-policy>
Set IPsec policy properties
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to set (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the IPsec policy |
| --auth-algorithm {sha1,sha256,sha384,sha512} | Authentication algorithm for IPsec policy |
| --encapsulation-mode {tunnel,transport} | Encapsulation mode for IPsec policy |
| --encryption-algorithm {3des,aes-128,aes-192,aes-256} | Encryption algorithm for IPsec policy |
| --lifetime units=UNITS,value=VALUE | IPsec lifetime attributes. 'units'-seconds, default:seconds. 'value'-non negative integer, default:3600. |
| --pfs {group2,group5,group14} | Perfect Forward Secrecy for IPsec policy |
| --transform-protocol {esp,ah,ah-esp} | Transform protocol for IPsec policy |
| --name <name> | Name of the ipsec policy |
This command is provided by the python-neutronclient plugin.
77.15. vpn ipsec policy show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ipsec-policy>
Display IPsec policy details
| Value | Summary |
|---|---|
| <ipsec-policy> | Ipsec policy to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.16. vpn ipsec site connection create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec site connection create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT]
[--mtu MTU]
[--initiator {bi-directional,response-only}]
[--peer-cidr PEER_CIDRS | --local-endpoint-group LOCAL_ENDPOINT_GROUP]
[--peer-endpoint-group PEER_ENDPOINT_GROUP]
[--enable | --disable]
[--local-id LOCAL_ID]
--peer-id PEER_ID
--peer-address PEER_ADDRESS
--psk PSK --vpnservice
VPNSERVICE --ikepolicy
IKEPOLICY --ipsecpolicy
IPSECPOLICY
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an IPsec site connection
| Value | Summary |
|---|---|
| <name> | Set friendly name for the connection |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT | Ipsec connection Dead Peer Detection attributes. 'action'-hold,clear,disabled,restart,restart-by-peer. 'interval' and 'timeout' are non negative integers. 'interval' should be less than 'timeout' value. 'action', default:hold 'interval', default:30, 'timeout', default:120. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --psk PSK | Pre-shared key string. |
| --vpnservice VPNSERVICE | VPN service instance associated with this connection (name or ID) |
| --ikepolicy IKEPOLICY | IKE policy associated with this connection (name or ID) |
| --ipsecpolicy IPSECPOLICY | IPsec policy associated with this connection (name or ID) |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.17. vpn ipsec site connection delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec site connection delete [-h]
<ipsec-site-connection>
[<ipsec-site-connection> ...]
Delete IPsec site connection(s)
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to delete (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.18. vpn ipsec site connection list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec site connection list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--long]
List IPsec site connections that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.19. vpn ipsec site connection set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec site connection set [-h]
[--description <description>]
[--dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT]
[--mtu MTU]
[--initiator {bi-directional,response-only}]
[--peer-cidr PEER_CIDRS | --local-endpoint-group LOCAL_ENDPOINT_GROUP]
[--peer-endpoint-group PEER_ENDPOINT_GROUP]
[--enable | --disable]
[--local-id LOCAL_ID]
[--peer-id PEER_ID]
[--peer-address PEER_ADDRESS]
[--name <name>]
<ipsec-site-connection>
Set IPsec site connection properties
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to set (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the connection |
| --dpd action=ACTION,interval=INTERVAL,timeout=TIMEOUT | Ipsec connection Dead Peer Detection attributes. 'action'-hold,clear,disabled,restart,restart-by-peer. 'interval' and 'timeout' are non negative integers. 'interval' should be less than 'timeout' value. 'action', default:hold 'interval', default:30, 'timeout', default:120. |
| --mtu MTU | Mtu size for the connection |
| --initiator {bi-directional,response-only} | Initiator state |
| --peer-cidr PEER_CIDRS | Remote subnet(s) in CIDR format. Cannot be specified when using endpoint groups. Only applicable, if subnet provided for VPN service. |
| --local-endpoint-group LOCAL_ENDPOINT_GROUP | Local endpoint group (name or ID) with subnet(s) for IPsec connection |
| --peer-endpoint-group PEER_ENDPOINT_GROUP | Peer endpoint group (name or ID) with CIDR(s) for IPSec connection |
| --enable | Enable ipsec site connection |
| --disable | Disable ipsec site connection |
| --local-id LOCAL_ID | An id to be used instead of the external ip address for a virtual router |
| --peer-id PEER_ID | Peer router identity for authentication. can be IPv4/IPv6 address, e-mail address, key id, or FQDN |
| --peer-address PEER_ADDRESS | Peer gateway public IPv4/IPv6 address or FQDN |
| --name <name> | Set friendly name for the connection |
This command is provided by the python-neutronclient plugin.
77.20. vpn ipsec site connection show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn ipsec site connection show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
<ipsec-site-connection>
Show information of a given IPsec site connection
| Value | Summary |
|---|---|
| <ipsec-site-connection> | IPsec site connection to display (name or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.21. vpn service create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn service create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
[--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] --router ROUTER
[--project <project>]
[--project-domain <project-domain>]
<name>
Create an VPN service
| Value | Summary |
|---|---|
| <name> | Name for the vpn service |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --router ROUTER | Router for the vpn service (name or id) |
| --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. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
77.22. vpn service delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn service delete [-h] <vpn-service> [<vpn-service> ...]
Delete VPN service(s)
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-neutronclient plugin.
77.23. vpn service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn service list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--long]
List VPN services that belong to a given project
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-neutronclient plugin.
77.24. vpn service set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn service set [-h] [--description <description>]
[--subnet <subnet>] [--flavor <flavor>]
[--enable | --disable] [--name <name>]
<vpn-service>
Set VPN service properties
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description for the VPN service |
| --subnet <subnet> | Local private subnet (name or id) |
| --flavor <flavor> | Flavor for the vpn service (name or id) |
| --enable | Enable vpn service |
| --disable | Disable vpn service |
| --name <name> | Name for the vpn service |
This command is provided by the python-neutronclient plugin.
77.25. vpn service show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack vpn service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
<vpn-service>
Display VPN service details
| Value | Summary |
|---|---|
| <vpn-service> | Vpn service to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-neutronclient plugin.
Chapter 78. workbook リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the workbook command.
78.1. workbook create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--public]
definition
Create new workbook.
| Value | Summary |
|---|---|
| definition | Workbook definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | With this flag workbook will be marked as "public". |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
78.2. workbook definition show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook definition show [-h] name
Show workbook definition.
| Value | Summary |
|---|---|
| name | Workbook name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
78.3. workbook delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook delete [-h] workbook [workbook ...]
Delete workbook.
| Value | Summary |
|---|---|
| workbook | Name of workbook(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
78.4. workbook list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all workbooks.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
78.5. workbook show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
workbook
Show specific workbook.
| Value | Summary |
|---|---|
| workbook | Workbook name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
78.6. workbook update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--public]
definition
Update workbook.
| Value | Summary |
|---|---|
| definition | Workbook definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --public | With this flag workbook will be marked as "public". |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
78.7. workbook validate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workbook validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
definition
Validate workbook.
| Value | Summary |
|---|---|
| definition | Workbook definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 79. workflow リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the workflow command.
79.1. workflow create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow create [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--namespace [NAMESPACE]] [--public]
definition
Create new workflow.
| Value | Summary |
|---|---|
| definition | Workflow definition file. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to create the workflow within. |
| --public | With this flag workflow will be marked as "public". |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.2. workflow definition show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow definition show [-h] [--namespace [NAMESPACE]]
identifier
Show workflow definition.
| Value | Summary |
|---|---|
| identifier | Workflow id or name. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to get the workflow from. |
This command is provided by the python-mistralclient plugin.
79.3. workflow delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow delete [-h] [--namespace [NAMESPACE]]
workflow [workflow ...]
Delete workflow.
| Value | Summary |
|---|---|
| workflow | Name or id of workflow(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to delete the workflow from. |
This command is provided by the python-mistralclient plugin.
79.4. workflow engine service list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow engine service list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all services.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.5. workflow env create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow env create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
file
Create new environment.
| Value | Summary |
|---|---|
| file | Environment configuration file in json or yaml |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.6. workflow env delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow env delete [-h] environment [environment ...]
Delete environment.
| Value | Summary |
|---|---|
| environment | Name of environment(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
79.7. workflow env list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow env list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
List all environments.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.8. workflow env show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow env show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--export]
environment
Show specific environment.
| Value | Summary |
|---|---|
| environment | Environment name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --export | Export the environment suitable for import |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.9. workflow env update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow env update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
file
Update environment.
| Value | Summary |
|---|---|
| file | Environment configuration file in json or yaml |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.10. workflow execution create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--namespace [NAMESPACE]]
[-d DESCRIPTION]
[-s [SOURCE_EXECUTION_ID]]
[workflow_identifier]
[workflow_input] [params]
Create new execution.
| Value | Summary |
|---|---|
| workflow_identifier | Workflow id or name. workflow name will be deprecated since Mitaka. |
| workflow_input | Workflow input |
| params | Workflow additional parameters |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Workflow namespace. |
| -d DESCRIPTION, --description DESCRIPTION | Execution description |
| -s [SOURCE_EXECUTION_ID] | Workflow Execution id which will allow operators to create a new workflow execution based on the previously successful executed workflow. Example: mistral execution-create -s 123e4567-e89b- 12d3-a456-426655440000 |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.11. workflow execution delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution delete [-h] [--force]
execution [execution ...]
Delete execution.
| Value | Summary |
|---|---|
| execution | Id of execution identifier(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --force | Force the deletion of an execution. might cause a cascade of errors if used for running executions. |
This command is provided by the python-mistralclient plugin.
79.12. workflow execution input show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution input show [-h] id
Show execution input data.
| Value | Summary |
|---|---|
| id | Execution id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
79.13. workflow execution list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--task [TASK]] [--marker [MARKER]]
[--limit [LIMIT]]
[--sort_keys [SORT_KEYS]]
[--sort_dirs [SORT_DIRS]]
[--filter FILTERS]
List all executions.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --task [TASK] | Parent task execution id associated with workflow execution list. |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of executions to return in a single result. limit is set to 100 by default. Use --limit -1 to fetch the full result set. |
| --sort_keys [SORT_KEYS] | Comma-separated list of sort keys to sort results by. Default: created_at. Example: mistral execution-list |
| --sort_keys=id,description | |
| --sort_dirs [SORT_DIRS] | Comma-separated list of sort directions. Default: asc. Example: mistral execution-list |
| --sort_keys=id,description --sort_dirs=asc,desc | |
| --filter FILTERS | Filters. can be repeated. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.14. workflow execution output show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution output show [-h] id
Show execution output data.
| Value | Summary |
|---|---|
| id | Execution id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
This command is provided by the python-mistralclient plugin.
79.15. workflow execution show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
execution
Show specific execution.
| Value | Summary |
|---|---|
| execution | Execution identifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.16. workflow execution update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow execution update [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[-s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}]
[-e ENV] [-d DESCRIPTION]
id
Update execution.
| Value | Summary |
|---|---|
| id | Execution identifier |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -s {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED}, --state {RUNNING,PAUSED,SUCCESS,ERROR,CANCELLED} | Execution state |
| -e ENV, --env ENV | Environment variables |
| -d DESCRIPTION, --description DESCRIPTION | Execution description |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.17. workflow list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--filter FILTERS]
List all workflows.
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --filter FILTERS | Filters. can be repeated. |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.18. workflow show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--namespace [NAMESPACE]]
workflow
Show specific workflow.
| Value | Summary |
|---|---|
| workflow | Workflow id or name. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to get the workflow from. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
79.19. workflow update リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow update [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--id ID]
[--namespace [NAMESPACE]] [--public]
definition
Update workflow.
| Value | Summary |
|---|---|
| definition | Workflow definition |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --id ID | Workflow id. |
| --namespace [NAMESPACE] | Namespace of the workflow. |
| --public | With this flag workflow will be marked as "public". |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-mistralclient plugin.
79.20. workflow validate リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack workflow validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX]
definition
Validate workflow.
| Value | Summary |
|---|---|
| definition | Workflow definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-mistralclient plugin.
Chapter 80. zone リンクのコピーリンクがクリップボードにコピーされました!
This chapter describes the commands under the zone command.
80.1. zone abandon リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone abandon [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Abandon a zone
| Value | Summary |
|---|---|
| id | Zone id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.2. zone axfr リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone axfr [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
AXFR a zone
| Value | Summary |
|---|---|
| id | Zone id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.3. zone blacklist create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone blacklist create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--pattern PATTERN
[--description DESCRIPTION]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
Create new blacklist
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pattern PATTERN | Blacklist pattern |
| --description DESCRIPTION | Description |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.4. zone blacklist delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone blacklist delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Delete blacklist
| Value | Summary |
|---|---|
| id | Blacklist id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.5. zone blacklist list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone blacklist list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List blacklists
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.6. zone blacklist set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone blacklist set [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--pattern PATTERN]
[--description DESCRIPTION | --no-description]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Set blacklist properties
| Value | Summary |
|---|---|
| id | Blacklist id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pattern PATTERN | Blacklist pattern |
| --description DESCRIPTION | Description |
| --no-description | |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.7. zone blacklist show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone blacklist show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show blacklist details
| Value | Summary |
|---|---|
| id | Blacklist id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.8. zone create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--email EMAIL] [--type TYPE] [--ttl TTL]
[--description DESCRIPTION]
[--masters MASTERS [MASTERS ...]]
[--attributes ATTRIBUTES [ATTRIBUTES ...]]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
name
Create new zone
| Value | Summary |
|---|---|
| name | Zone name |
| Value | Summary |
|---|---|
| -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 |
| --attributes ATTRIBUTES [ATTRIBUTES …] | Zone Attributes |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.9. zone delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone delete [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Delete zone
| Value | Summary |
|---|---|
| id | Zone id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.10. zone export create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone export create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id
Export a Zone
| Value | Summary |
|---|---|
| zone_id | Zone id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.11. zone export delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone export delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_export_id
Delete a Zone Export
| Value | Summary |
|---|---|
| zone_export_id | Zone export id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.12. zone export list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone export list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List Zone Exports
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.13. zone export show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone export show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_export_id
Show a Zone Export
| Value | Summary |
|---|---|
| zone_export_id | Zone export id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.14. zone export showfile リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone export showfile [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_export_id
Show the zone file for the Zone Export
| Value | Summary |
|---|---|
| zone_export_id | Zone export id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.15. zone import create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone import create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_file_path
Import a Zone from a file on the filesystem
| Value | Summary |
|---|---|
| zone_file_path | Path to a zone file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.16. zone import delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone import delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_import_id
Delete a Zone Import
| Value | Summary |
|---|---|
| zone_import_id | Zone import id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.17. zone import list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone import list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List Zone Imports
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.18. zone import show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone import show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty] [--noindent]
[--prefix PREFIX] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_import_id
Show a Zone Import
| Value | Summary |
|---|---|
| zone_import_id | Zone import id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.19. zone list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN] [--name NAME]
[--email EMAIL] [--type TYPE] [--ttl TTL]
[--description DESCRIPTION] [--status STATUS]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List zones
| Value | Summary |
|---|---|
| -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 |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.20. zone set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone set [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--email EMAIL] [--ttl TTL]
[--description DESCRIPTION | --no-description]
[--masters MASTERS [MASTERS ...]] [--all-projects]
[--edit-managed] [--sudo-project-id SUDO_PROJECT_ID]
id
Set zone properties
| Value | Summary |
|---|---|
| id | Zone id |
| Value | Summary |
|---|---|
| -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 |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.21. zone show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--max-width <integer>] [--fit-width]
[--print-empty] [--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show zone details
| Value | Summary |
|---|---|
| id | Zone id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.22. zone transfer accept list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer accept list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List Zone Transfer Accepts
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.23. zone transfer accept request リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer accept request [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
--transfer-id TRANSFER_ID --key
KEY [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
Accept a Zone Transfer Request
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --transfer-id TRANSFER_ID | Transfer ID |
| --key KEY | Transfer key |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.24. zone transfer accept show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer accept show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show Zone Transfer Accept
| Value | Summary |
|---|---|
| id | Zone tranfer accept id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.25. zone transfer request create リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer request create [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--target-project-id TARGET_PROJECT_ID]
[--description DESCRIPTION]
[--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_id
Create new zone transfer request
| Value | Summary |
|---|---|
| zone_id | Zone id to transfer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --target-project-id TARGET_PROJECT_ID | Target Project ID to transfer to. |
| --description DESCRIPTION | Description |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.26. zone transfer request delete リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer request delete [-h] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Delete a Zone Transfer Request
| Value | Summary |
|---|---|
| id | Zone transfer request id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
This command is provided by the python-designateclient plugin.
80.27. zone transfer request list リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer request list [-h]
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
List Zone Transfer Requests
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| --sort-column SORT_COLUMN | specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --quote {all,minimal,none,nonnumeric} | when to include quotes, defaults to nonnumeric |
This command is provided by the python-designateclient plugin.
80.28. zone transfer request set リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer request set [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--description DESCRIPTION | --no-description]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Set a Zone Transfer Request
| Value | Summary |
|---|---|
| id | Zone transfer request id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description |
| --no-description | |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.
80.29. zone transfer request show リンクのコピーリンクがクリップボードにコピーされました!
Usage:
openstack zone transfer request show [-h]
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent] [--prefix PREFIX]
[--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
Show Zone Transfer Request Details
| Value | Summary |
|---|---|
| id | Zone tranfer request id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-projects | Show results from all projects. default: false |
| --edit-managed | Edit resources marked as managed. default: false |
| --sudo-project-id SUDO_PROJECT_ID | Project ID to impersonate for this command. Default: None |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | the output format, defaults to table |
| -c COLUMN, --column COLUMN | specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
This command is provided by the python-designateclient plugin.