이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Command Line Interface Reference
Command-line clients for Red Hat OpenStack Platform
Abstract
Preface 링크 복사링크가 클립보드에 복사되었습니다!
A reference to the commands available for the unified OpenStack command-line client.
Chapter 1. The OpenStack Client 링크 복사링크가 클립보드에 복사되었습니다!
The openstack client is a common OpenStack command-line interface (CLI). This chapter documents the main options for openstack version 4.0.0 . :leveloffset: +1
Command-line interface to the OpenStack APIs
Usage:
| 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]. default=public, (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-identity-api-version <identity-api-version> | Identity api version, default=3 (env: OS_IDENTITY_API_VERSION) |
| --os-image-api-version <image-api-version> | Image api version, default=2 (env: OS_IMAGE_API_VERSION) |
| --os-network-api-version <network-api-version> | Network api version, default=2.0 (env: OS_NETWORK_API_VERSION) |
| --os-object-api-version <object-api-version> | Object api version, default=1 (env: OS_OBJECT_API_VERSION) |
| --os-volume-api-version <volume-api-version> | Volume api version, default=3 (env: OS_VOLUME_API_VERSION) |
| --os-queues-api-version <queues-api-version> | Queues api version, default=2 (env: OS_QUEUES_API_VERSION) |
| --os-database-api-version <database-api-version> | Database api version, default=1 (env: OS_DATABASE_API_VERSION) |
| --os-tripleoclient-api-version <tripleoclient-api-version> | Tripleo client api version, default=1 (env: OS_TRIPLEOCLIENT_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-loadbalancer-api-version <loadbalancer-api-version> | Osc plugin api version, default=2.0 (env: OS_LOADBALANCER_API_VERSION) |
| --os-workflow-api-version <workflow-api-version> | Workflow api version, default=2 (env: OS_WORKFLOW_API_VERSION) |
| --os-container-infra-api-version <container-infra-api-version> | Container-infra api version, default=1 (env: OS_CONTAINER_INFRA_API_VERSION) |
| --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) |
| --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-orchestration-api-version <orchestration-api-version> | Orchestration api version, default=1 (env: OS_ORCHESTRATION_API_VERSION) |
| --os-dns-api-version <dns-api-version> | Dns api version, default=2 (env: os_dns_api_version) |
| --os-key-manager-api-version <key-manager-api-version> | Barbican api version, default=1 (env: OS_KEY_MANAGER_API_VERSION) |
| --os-metrics-api-version <metrics-api-version> | Metrics api version, default=1 (env: OS_METRICS_API_VERSION) |
| --os-alarming-api-version <alarming-api-version> | Queues api version, default=2 (env: OS_ALARMING_API_VERSION) |
| --os-auth-type <auth-type> | Select an authentication type. available types: token, v3totp, none, password, v3password, v3applicationcredential, v2password, v3oidcpassword, aodh-noauth, gnocchi-noauth, v3multifactor, v3oidcaccesstoken, v3oidcauthcode, noauth, v1password, v3adfspassword, gnocchi-basic, v3samlpassword, v3oidcclientcredentials, v2token, v3token, admin_token, v3oauth1, v3tokenlessauth. Default: selected based on --os-username/--os-token (Env: OS_AUTH_TYPE) |
| --os-auth-url <auth-auth-url> | With token: authentication url with v3totp: Authentication URL With password: Authentication URL With v3password: Authentication URL With v3applicationcredential: Authentication URL With v2password: Authentication URL With v3oidcpassword: Authentication URL With v3multifactor: Authentication URL With v3oidcaccesstoken: Authentication URL With v3oidcauthcode: Authentication URL With v1password: Authentication URL With v3adfspassword: Authentication URL With v3samlpassword: Authentication URL With v3oidcclientcredentials: Authentication URL With v2token: Authentication URL With v3token: Authentication URL With v3oauth1: Authentication URL With v3tokenlessauth: Authentication URL (Env: OS_AUTH_URL) |
| --os-system-scope <auth-system-scope> | With token: scope for system operations with v3totp: Scope for system operations With password: Scope for system operations With v3password: Scope for system operations With v3applicationcredential: Scope for system operations With v3oidcpassword: Scope for system operations With v3multifactor: Scope for system operations With v3oidcaccesstoken: Scope for system operations With v3oidcauthcode: Scope for system operations With v3adfspassword: Scope for system operations With v3samlpassword: Scope for system operations With v3oidcclientcredentials: Scope for system operations With v3token: Scope for system operations (Env: OS_SYSTEM_SCOPE) |
| --os-domain-id <auth-domain-id> | With token: domain id to scope to with v3totp: domain ID to scope to With password: Domain ID to scope to With v3password: Domain ID to scope to With v3applicationcredential: Domain ID to scope to With v3oidcpassword: Domain ID to scope to With v3multifactor: Domain ID to scope to With v3oidcaccesstoken: Domain ID to scope to With v3oidcauthcode: Domain ID to scope to With v3adfspassword: Domain ID to scope to With v3samlpassword: Domain ID to scope to With v3oidcclientcredentials: Domain ID to scope to With v3token: Domain ID to scope to With v3tokenlessauth: Domain ID to scope to (Env: OS_DOMAIN_ID) |
| --os-domain-name <auth-domain-name> | With token: domain name to scope to with v3totp: Domain name to scope to With password: Domain name to scope to With v3password: Domain name to scope to With v3applicationcredential: Domain name to scope to With v3oidcpassword: Domain name to scope to With v3multifactor: Domain name to scope to With v3oidcaccesstoken: Domain name to scope to With v3oidcauthcode: Domain name to scope to With v3adfspassword: Domain name to scope to With v3samlpassword: Domain name to scope to With v3oidcclientcredentials: Domain name to scope to With v3token: Domain name to scope to With v3tokenlessauth: Domain name to scope to (Env: OS_DOMAIN_NAME) |
| --os-project-id <auth-project-id> | With token: project id to scope to with v3totp: Project ID to scope to With password: Project ID to scope to With v3password: Project ID to scope to With v3applicationcredential: Project ID to scope to With v3oidcpassword: Project ID to scope to With aodh- noauth: Project ID With gnocchi-noauth: Project ID With v3multifactor: Project ID to scope to With v3oidcaccesstoken: Project ID to scope to With v3oidcauthcode: Project ID to scope to With noauth: Project ID With v3adfspassword: Project ID to scope to With v3samlpassword: Project ID to scope to With v3oidcclientcredentials: Project ID to scope to With v3token: Project ID to scope to With v3tokenlessauth: Project ID to scope to (Env: OS_PROJECT_ID) |
| --os-project-name <auth-project-name> | With token: project name to scope to with v3totp: Project name to scope to With password: Project name to scope to With v3password: Project name to scope to With v3applicationcredential: Project name to scope to With v3oidcpassword: Project name to scope to With v3multifactor: Project name to scope to With v3oidcaccesstoken: Project name to scope to With v3oidcauthcode: Project name to scope to With v1password: Swift account to use With v3adfspassword: Project name to scope to With v3samlpassword: Project name to scope to With v3oidcclientcredentials: Project name to scope to With v3token: Project name to scope to With v3tokenlessauth: Project name to scope to (Env: OS_PROJECT_NAME) |
| --os-project-domain-id <auth-project-domain-id> | With token: domain id containing project with v3totp: Domain ID containing project With password: Domain ID containing project With v3password: Domain ID containing project With v3applicationcredential: Domain ID containing project With v3oidcpassword: Domain ID containing project With v3multifactor: Domain ID containing project With v3oidcaccesstoken: Domain ID containing project With v3oidcauthcode: Domain ID containing project With v3adfspassword: Domain ID containing project With v3samlpassword: Domain ID containing project With v3oidcclientcredentials: Domain ID containing project With v3token: Domain ID containing project With v3tokenlessauth: Domain ID containing project (Env: OS_PROJECT_DOMAIN_ID) |
| --os-project-domain-name <auth-project-domain-name> | With token: domain name containing project with v3totp: Domain name containing project With password: Domain name containing project With v3password: Domain name containing project With v3applicationcredential: Domain name containing project With v3oidcpassword: Domain name containing project With v3multifactor: Domain name containing project With v3oidcaccesstoken: Domain name containing project With v3oidcauthcode: Domain name containing project With v3adfspassword: Domain name containing project With v3samlpassword: Domain name containing project With v3oidcclientcredentials: Domain name containing project With v3token: Domain name containing project With v3tokenlessauth: Domain name containing project (Env: OS_PROJECT_DOMAIN_NAME) |
| --os-trust-id <auth-trust-id> | With token: trust id with v3totp: trust id with password: Trust ID With v3password: Trust ID With v3applicationcredential: Trust ID With v2password: Trust ID With v3oidcpassword: Trust ID With v3multifactor: Trust ID With v3oidcaccesstoken: Trust ID With v3oidcauthcode: Trust ID With v3adfspassword: Trust ID With v3samlpassword: Trust ID With v3oidcclientcredentials: Trust ID With v2token: Trust ID With v3token: Trust ID (Env: OS_TRUST_ID) |
| --os-default-domain-id <auth-default-domain-id> | 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. 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. (Env: OS_DEFAULT_DOMAIN_ID) |
| --os-default-domain-name <auth-default-domain-name> | 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. 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. (Env: OS_DEFAULT_DOMAIN_NAME) |
| --os-token <auth-token> | With token: token to authenticate with with v2token: Token With v3token: Token to authenticate with With admin_token: The token that will always be used (Env: OS_TOKEN) |
| --os-user-id <auth-user-id> | With v3totp: user id with password: user id with v3password: User ID With v3applicationcredential: User ID With v2password: User ID to login with With aodh- noauth: User ID With gnocchi-noauth: User ID With noauth: User ID (Env: OS_USER_ID) |
| --os-username <auth-username> | With v3totp: username with password: username with v3password: Username With v3applicationcredential: Username With v2password: Username to login with With v3oidcpassword: Username With v1password: Username to login with With v3adfspassword: Username With v3samlpassword: Username (Env: OS_USERNAME) |
| --os-user-domain-id <auth-user-domain-id> | With v3totp: user’s domain id with password: user’s domain id With v3password: User’s domain id With v3applicationcredential: User’s domain id (Env: OS_USER_DOMAIN_ID) |
| --os-user-domain-name <auth-user-domain-name> | With v3totp: user’s domain name with password: user’s domain name With v3password: User’s domain name With v3applicationcredential: User’s domain name (Env: OS_USER_DOMAIN_NAME) |
| --os-passcode <auth-passcode> | With v3totp: user’s totp passcode (env: os_passcode) |
| --os-endpoint <auth-endpoint> | With none: the endpoint that will always be used with gnocchi-noauth: Gnocchi endpoint With noauth: Cinder endpoint With gnocchi-basic: Gnocchi endpoint With admin_token: The endpoint that will always be used (Env: OS_ENDPOINT) |
| --os-password <auth-password> | With password: user’s password with v3password: user’s password With v2password: Password to use With v3oidcpassword: Password With v1password: Password to use With v3adfspassword: Password With v3samlpassword: Password (Env: OS_PASSWORD) |
| --os-application-credential-secret <auth-application-credential-secret> | With v3applicationcredential: application credential auth secret (Env: OS_APPLICATION_CREDENTIAL_SECRET) |
| --os-application-credential-id <auth-application-credential-id> | With v3applicationcredential: application credential ID (Env: OS_APPLICATION_CREDENTIAL_ID) |
| --os-application-credential-name <auth-application-credential-name> | With v3applicationcredential: application credential name (Env: OS_APPLICATION_CREDENTIAL_NAME) |
| --os-identity-provider <auth-identity-provider> | With v3oidcpassword: identity provider’s name with v3oidcaccesstoken: Identity Provider’s name With v3oidcauthcode: Identity Provider’s name With v3adfspassword: Identity Provider’s name With v3samlpassword: Identity Provider’s name With v3oidcclientcredentials: Identity Provider’s name (Env: OS_IDENTITY_PROVIDER) |
| --os-protocol <auth-protocol> | With v3oidcpassword: protocol for federated plugin With v3oidcaccesstoken: Protocol for federated plugin With v3oidcauthcode: Protocol for federated plugin With v3adfspassword: Protocol for federated plugin With v3samlpassword: Protocol for federated plugin With v3oidcclientcredentials: Protocol for federated plugin (Env: OS_PROTOCOL) |
| --os-client-id <auth-client-id> | With v3oidcpassword: oauth 2.0 client id with v3oidcauthcode: OAuth 2.0 Client ID With v3oidcclientcredentials: OAuth 2.0 Client ID (Env: OS_CLIENT_ID) |
| --os-client-secret <auth-client-secret> | With v3oidcpassword: oauth 2.0 client secret with v3oidcauthcode: OAuth 2.0 Client Secret With v3oidcclientcredentials: OAuth 2.0 Client Secret (Env: OS_CLIENT_SECRET) |
| --os-openid-scope <auth-openid-scope> | With v3oidcpassword: openid connect scope that is requested from authorization server. Note that the OpenID Connect specification states that "openid" must be always specified. 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. (Env: OS_OPENID_SCOPE) |
| --os-access-token-endpoint <auth-access-token-endpoint> | 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. 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. (Env: OS_ACCESS_TOKEN_ENDPOINT) |
| --os-discovery-endpoint <auth-discovery-endpoint> | 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 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 (Env: OS_DISCOVERY_ENDPOINT) |
| --os-access-token-type <auth-access-token-type> | 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" 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" (Env: OS_ACCESS_TOKEN_TYPE) |
| --os-roles <auth-roles> | With aodh-noauth: roles with gnocchi-noauth: roles (Env: OS_ROLES) |
| --os-aodh-endpoint <auth-aodh-endpoint> | With aodh-noauth: aodh endpoint (env: OS_AODH_ENDPOINT) |
| --os-auth-methods <auth-auth-methods> | With v3multifactor: methods to authenticate with. (Env: OS_AUTH_METHODS) |
| --os-access-token <auth-access-token> | With v3oidcaccesstoken: oauth 2.0 access token (env: OS_ACCESS_TOKEN) |
| --os-redirect-uri <auth-redirect-uri> | With v3oidcauthcode: openid connect redirect url (env: OS_REDIRECT_URI) |
| --os-code <auth-code> | With v3oidcauthcode: oauth 2.0 authorization code (Env: OS_CODE) |
| --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-service-provider-endpoint <auth-service-provider-endpoint> | With v3adfspassword: service provider’s endpoint (env: OS_SERVICE_PROVIDER_ENDPOINT) |
| --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-user <auth-user> | With gnocchi-basic: user (env: os_user) |
| --os-consumer-key <auth-consumer-key> | With v3oauth1: oauth consumer id/key (env: OS_CONSUMER_KEY) |
| --os-consumer-secret <auth-consumer-secret> | With v3oauth1: oauth consumer secret (env: OS_CONSUMER_SECRET) |
| --os-access-key <auth-access-key> | With v3oauth1: oauth access key (env: os_access_key) |
| --os-access-secret <auth-access-secret> | With v3oauth1: oauth access secret (env: OS_ACCESS_SECRET) |
Chapter 2. access 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the access command.
2.1. access token create 링크 복사링크가 클립보드에 복사되었습니다!
Create an access token
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --consumer-key <consumer-key> | Consumer key (required) |
| --consumer-secret <consumer-secret> | Consumer secret (required) |
| --request-key <request-key> | Request token to exchange for access token (required) |
| --request-secret <request-secret> | Secret associated with <request-key> (required) |
| --verifier <verifier> | Verifier associated with <request-key> (required) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 3. acl 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the acl command.
3.1. acl delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete ACLs for a secret or container as identified by its href.
Usage:
openstack acl delete [-h] URI
openstack acl delete [-h] URI
| Value | Summary |
|---|---|
| URI | The uri reference for the secret or container. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
3.2. acl get 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve ACLs for a secret or container by providing its href.
Usage:
openstack acl get [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}] [--noindent]
[--max-width <integer>] [--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
URI
openstack acl get [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}] [--noindent]
[--max-width <integer>] [--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
URI
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
3.3. acl submit 링크 복사링크가 클립보드에 복사되었습니다!
Submit ACL on a secret or container as identified by its href.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
3.4. acl user add 링크 복사링크가 클립보드에 복사되었습니다!
Add ACL users to a secret or container as identified by its href.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
3.5. acl user remove 링크 복사링크가 클립보드에 복사되었습니다!
Remove ACL users from a secret or container as identified by its href.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 4. action 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the action command.
4.1. action definition create 링크 복사링크가 클립보드에 복사되었습니다!
Create new action.
Usage:
| Value | Summary |
|---|---|
| definition | Action definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
4.2. action definition definition show 링크 복사링크가 클립보드에 복사되었습니다!
Show action definition.
Usage:
openstack action definition definition show [-h] name
openstack action definition definition show [-h] name
| Value | Summary |
|---|---|
| name | Action name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.3. action definition delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete action.
Usage:
openstack action definition delete [-h] action [action ...]
openstack action definition delete [-h] action [action ...]
| Value | Summary |
|---|---|
| action | Name or id of action(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.4. action definition list 링크 복사링크가 클립보드에 복사되었습니다!
List all actions.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
4.5. action definition show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific action.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
4.6. action definition update 링크 복사링크가 클립보드에 복사되었습니다!
Update action.
Usage:
| Value | Summary |
|---|---|
| definition | Action definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
4.7. action execution delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete action execution.
Usage:
openstack action execution delete [-h]
action_execution
[action_execution ...]
openstack action execution delete [-h]
action_execution
[action_execution ...]
| Value | Summary |
|---|---|
| action_execution | Id of action execution identifier(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.8. action execution input show 링크 복사링크가 클립보드에 복사되었습니다!
Show Action execution input data.
Usage:
openstack action execution input show [-h] id
openstack action execution input show [-h] id
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.9. action execution list 링크 복사링크가 클립보드에 복사되었습니다!
List all Action executions.
Usage:
| Value | Summary |
|---|---|
| task_execution_id | Task execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --oldest | Display the executions starting from the oldest entries instead of the newest |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
4.10. action execution output show 링크 복사링크가 클립보드에 복사되었습니다!
Show Action execution output data.
Usage:
openstack action execution output show [-h] id
openstack action execution output show [-h] id
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
4.11. action execution run 링크 복사링크가 클립보드에 복사되었습니다!
Create new Action execution or just run specific action.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
4.12. action execution show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific Action execution.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
4.13. action execution update 링크 복사링크가 클립보드에 복사되었습니다!
Update specific Action execution.
Usage:
| Value | Summary |
|---|---|
| id | Action execution id. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --state {PAUSED,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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 5. address 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the address command.
5.1. address scope create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new Address Scope
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
5.2. address scope delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete address scope(s)
Usage:
openstack address scope delete [-h]
<address-scope> [<address-scope> ...]
openstack address scope delete [-h]
<address-scope> [<address-scope> ...]
| Value | Summary |
|---|---|
| <address-scope> | Address scope(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
5.3. address scope list 링크 복사링크가 클립보드에 복사되었습니다!
List address scopes
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
5.4. address scope set 링크 복사링크가 클립보드에 복사되었습니다!
Set address scope properties
Usage:
openstack address scope set [-h] [--name <name>] [--share | --no-share]
<address-scope>
openstack address scope set [-h] [--name <name>] [--share | --no-share]
<address-scope>
| 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 |
5.5. address scope show 링크 복사링크가 클립보드에 복사되었습니다!
Display address scope details
Usage:
openstack address scope show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<address-scope>
openstack address scope show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<address-scope>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 6. aggregate 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the aggregate command.
6.1. aggregate add host 링크 복사링크가 클립보드에 복사되었습니다!
Add host to aggregate
Usage:
openstack aggregate add host [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<aggregate> <host>
openstack aggregate add host [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<aggregate> <host>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
6.2. aggregate create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new aggregate
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
6.3. aggregate delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete existing aggregate(s)
Usage:
openstack aggregate delete [-h] <aggregate> [<aggregate> ...]
openstack aggregate delete [-h] <aggregate> [<aggregate> ...]
| Value | Summary |
|---|---|
| <aggregate> | Aggregate(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
6.4. aggregate list 링크 복사링크가 클립보드에 복사되었습니다!
List all aggregates
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
6.5. aggregate remove host 링크 복사링크가 클립보드에 복사되었습니다!
Remove host from aggregate
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
6.6. aggregate set 링크 복사링크가 클립보드에 복사되었습니다!
Set aggregate properties
Usage:
openstack aggregate set [-h] [--name <name>]
[--zone <availability-zone>]
[--property <key=value>] [--no-property]
<aggregate>
openstack aggregate set [-h] [--name <name>]
[--zone <availability-zone>]
[--property <key=value>] [--no-property]
<aggregate>
| 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) |
6.7. aggregate show 링크 복사링크가 클립보드에 복사되었습니다!
Display aggregate details
Usage:
openstack aggregate show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<aggregate>
openstack aggregate show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<aggregate>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
6.8. aggregate unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset aggregate properties
Usage:
openstack aggregate unset [-h] [--property <key>] <aggregate>
openstack aggregate unset [-h] [--property <key>] <aggregate>
| 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 7. alarm 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the alarm command.
7.1. alarm create 링크 복사링크가 클립보드에 복사되었습니다!
Create an alarm
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| 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]}]}. |
7.2. alarm delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an alarm
Usage:
openstack alarm delete [-h] [--name <NAME>] [<ALARM ID or NAME>]
openstack alarm delete [-h] [--name <NAME>] [<ALARM ID or NAME>]
| 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 |
7.3. alarm-history search 링크 복사링크가 클립보드에 복사되었습니다!
Show history for all alarms based on query
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
7.4. alarm-history show 링크 복사링크가 클립보드에 복사되었습니다!
Show history for an alarm
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
7.5. alarm list 링크 복사링크가 클립보드에 복사되었습니다!
List alarms
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
7.6. alarm show 링크 복사링크가 클립보드에 복사되었습니다!
Show an alarm
Usage:
openstack alarm show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--name <NAME>]
[<ALARM ID or NAME>]
openstack alarm show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--name <NAME>]
[<ALARM ID or NAME>]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
7.7. alarm state get 링크 복사링크가 클립보드에 복사되었습니다!
Get state of an alarm
Usage:
openstack alarm state get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--name <NAME>]
[<ALARM ID or NAME>]
openstack alarm state get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--name <NAME>]
[<ALARM ID or NAME>]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
7.8. alarm state set 링크 복사링크가 클립보드에 복사되었습니다!
Set state of an alarm
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
7.9. alarm update 링크 복사링크가 클립보드에 복사되었습니다!
Update an alarm
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| 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]}]}. |
Chapter 8. alarming 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the alarming command.
8.1. alarming capabilities list 링크 복사링크가 클립보드에 복사되었습니다!
List capabilities of alarming service
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 9. application 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the application command.
9.1. application credential create 링크 복사링크가 클립보드에 복사되었습니다!
Create new application credential
Usage:
| Value | Summary |
|---|---|
| <name> | Name of the application credential |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --secret <secret> | Secret to use for authentication (if not provided, one will be generated) |
| --role <role> | Roles to authorize (name or id) (repeat option to set multiple values) |
| --expiration <expiration> | Sets an expiration date for the application credential, format of YYYY-mm-ddTHH:MM:SS (if not provided, the application credential will not expire) |
| --description <description> | Application credential description |
| --unrestricted | Enable application credential to create and delete other application credentials and trusts (this is potentially dangerous behavior and is disabled by default) |
| --restricted | Prohibit application credential from creating and deleting other application credentials and trusts (this is the default behavior) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
9.2. application credential delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete application credentials(s)
Usage:
openstack application credential delete [-h]
<application-credential>
[<application-credential> ...]
openstack application credential delete [-h]
<application-credential>
[<application-credential> ...]
| Value | Summary |
|---|---|
| <application-credential> | Application credentials(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
9.3. application credential list 링크 복사링크가 클립보드에 복사되었습니다!
List application credentials
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | User whose application credentials to list (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. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
9.4. application credential show 링크 복사링크가 클립보드에 복사되었습니다!
Display application credential details
Usage:
| Value | Summary |
|---|---|
| <application-credential> | Application credential 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 10. availability 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the availability command.
10.1. availability zone list 링크 복사링크가 클립보드에 복사되었습니다!
List availability zones and their status
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 11. baremetal 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the baremetal command.
11.1. baremetal allocation create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new baremetal allocation.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --resource-class RESOURCE_CLASS | Resource class to request. |
| --trait TRAITS | A trait to request. can be specified multiple times. |
| --candidate-node CANDIDATE_NODES | A candidate node for this allocation. can be specified multiple times. If at least one is specified, only the provided candidate nodes are considered for the allocation. |
| --name NAME | Unique name of the allocation. |
| --uuid UUID | Uuid of the allocation. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --wait [<time-out>] | Wait for the new allocation to become active. an error is returned if allocation fails and --wait is used. Optionally takes a timeout value (in seconds). The default value is 0, meaning it will wait indefinitely. |
| --node NODE | Backfill this allocation from the provided node that has already been deployed. Bypasses the normal allocation process. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.2. baremetal allocation delete 링크 복사링크가 클립보드에 복사되었습니다!
Unregister baremetal allocation(s).
Usage:
openstack baremetal allocation delete [-h]
<allocation> [<allocation> ...]
openstack baremetal allocation delete [-h]
<allocation> [<allocation> ...]
| Value | Summary |
|---|---|
| <allocation> | Allocations(s) to delete (name or uuid). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.3. baremetal allocation list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal allocations.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of allocations to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <allocation> | Allocation uuid (for example, of the last allocation in the list from a previous request). Returns the list of allocations after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified allocation fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --node <node> | Only list allocations of this node (name or uuid). |
| --resource-class <resource_class> | Only list allocations with this resource class. |
| --state <state> | Only list allocations in this state. |
| --long | Show detailed information about the allocations. |
| --fields <field> [<field> …] | One or more allocation 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.4. baremetal allocation set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal allocation properties.
Usage:
openstack baremetal allocation set [-h] [--name <name>]
[--extra <key=value>]
<allocation>
openstack baremetal allocation set [-h] [--name <name>]
[--extra <key=value>]
<allocation>
| Value | Summary |
|---|---|
| <allocation> | Name or uuid of the allocation |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the name of the allocation |
| --extra <key=value> | Extra property to set on this allocation (repeat option to set multiple extra properties) |
11.5. baremetal allocation show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal allocation details.
Usage:
| Value | Summary |
|---|---|
| <id> | Uuid or name of the allocation |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more allocation 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.6. baremetal allocation unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal allocation properties.
Usage:
openstack baremetal allocation unset [-h] [--name] [--extra <key>]
<allocation>
openstack baremetal allocation unset [-h] [--name] [--extra <key>]
<allocation>
| Value | Summary |
|---|---|
| <allocation> | Name or uuid of the allocation |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name | Unset the name of the allocation |
| --extra <key> | Extra property to unset on this baremetal allocation (repeat option to unset multiple extra property). |
11.7. baremetal chassis create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new chassis.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.8. baremetal chassis delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a chassis.
Usage:
openstack baremetal chassis delete [-h] <chassis> [<chassis> ...]
openstack baremetal chassis delete [-h] <chassis> [<chassis> ...]
| Value | Summary |
|---|---|
| <chassis> | Uuids of chassis to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.9. baremetal chassis list 링크 복사링크가 클립보드에 복사되었습니다!
List the chassis.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.10. baremetal chassis set 링크 복사링크가 클립보드에 복사되었습니다!
Set chassis properties.
Usage:
openstack baremetal chassis set [-h] [--description <description>]
[--extra <key=value>]
<chassis>
openstack baremetal chassis set [-h] [--description <description>]
[--extra <key=value>]
<chassis>
| 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) |
11.11. baremetal chassis show 링크 복사링크가 클립보드에 복사되었습니다!
Show chassis details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.12. baremetal chassis unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset chassis properties.
Usage:
openstack baremetal chassis unset [-h] [--description] [--extra <key>]
<chassis>
openstack baremetal chassis unset [-h] [--description] [--extra <key>]
<chassis>
| 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) |
11.13. baremetal conductor list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal conductors
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of conductors to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <conductor> | Hostname of the conductor (for example, of the last conductor in the list from a previous request). Returns the list of conductors after this conductor. |
| --sort <key>[:<direction>] | Sort output by specified conductor fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about the conductors. |
| --fields <field> [<field> …] | One or more conductor 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.14. baremetal conductor show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal conductor details
Usage:
| Value | Summary |
|---|---|
| <conductor> | Hostname of the conductor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more conductor 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.15. baremetal create 링크 복사링크가 클립보드에 복사되었습니다!
Create resources from files
Usage:
openstack baremetal create [-h] <file> [<file> ...]
openstack baremetal create [-h] <file> [<file> ...]
| 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 |
11.16. baremetal deploy template create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new deploy template
Usage:
| Value | Summary |
|---|---|
| <name> | Unique name for this deploy template. must be a valid trait name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --uuid <uuid> | Uuid of the deploy template. |
| --extra <key=value> | Record arbitrary key/value metadata. can be specified multiple times. |
| --steps <steps> | The deploy steps in json format. may be the path to a file containing the deploy steps; OR -, with the deploy steps being read from standard input; OR a string. The value should be a list of deploy-step dictionaries; each dictionary should have keys interface, step, args and priority. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.17. baremetal deploy template delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete deploy template(s).
Usage:
openstack baremetal deploy template delete [-h]
<template> [<template> ...]
openstack baremetal deploy template delete [-h]
<template> [<template> ...]
| Value | Summary |
|---|---|
| <template> | Name(s) or uuid(s) of the deploy template(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.18. baremetal deploy template list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal deploy templates.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of deploy templates to return per request, 0 for no limit. Default is the maximum number used by the Baremetal API Service. |
| --marker <template> | Deploytemplate uuid (for example, of the last deploy template in the list from a previous request). Returns the list of deploy templates after this UUID. |
| --sort <key>[:<direction>] | Sort output by specified deploy template fields and directions (asc or desc) (default: asc). Multiple fields and directions can be specified, separated by comma. |
| --long | Show detailed information about deploy templates. |
| --fields <field> [<field> …] | One or more deploy template 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.19. baremetal deploy template set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal deploy template properties.
Usage:
openstack baremetal deploy template set [-h] [--name <name>]
[--steps <steps>]
[--extra <key=value>]
<template>
openstack baremetal deploy template set [-h] [--name <name>]
[--steps <steps>]
[--extra <key=value>]
<template>
| Value | Summary |
|---|---|
| <template> | Name or uuid of the deploy template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set unique name of the deploy template. must be a valid trait name. |
| --steps <steps> | The deploy steps in json format. may be the path to a file containing the deploy steps; OR -, with the deploy steps being read from standard input; OR a string. The value should be a list of deploy-step dictionaries; each dictionary should have keys interface, step, args and priority. |
| --extra <key=value> | Extra to set on this baremetal deploy template (repeat option to set multiple extras). |
11.20. baremetal deploy template show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal deploy template details.
Usage:
| Value | Summary |
|---|---|
| <template> | Name or uuid of the deploy template. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --fields <field> [<field> …] | One or more deploy template 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.21. baremetal deploy template unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal deploy template properties.
Usage:
openstack baremetal deploy template unset [-h] [--extra <key>]
<template>
openstack baremetal deploy template unset [-h] [--extra <key>]
<template>
| Value | Summary |
|---|---|
| <template> | Name or uuid of the deploy template |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --extra <key> | Extra to unset on this baremetal deploy template (repeat option to unset multiple extras). |
11.22. baremetal driver list 링크 복사링크가 클립보드에 복사되었습니다!
List the enabled drivers.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.23. baremetal driver passthru call 링크 복사링크가 클립보드에 복사되었습니다!
Call a vendor passthru method for a driver.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.24. baremetal driver passthru list 링크 복사링크가 클립보드에 복사되었습니다!
List available vendor passthru methods for a driver.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.25. baremetal driver property list 링크 복사링크가 클립보드에 복사되었습니다!
List the driver properties.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.26. baremetal driver raid property list 링크 복사링크가 클립보드에 복사되었습니다!
List a driver’s RAID logical disk properties.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.27. baremetal driver show 링크 복사링크가 클립보드에 복사되었습니다!
Show information about a driver.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.28. baremetal introspection abort 링크 복사링크가 클립보드에 복사되었습니다!
Abort running introspection for node.
Usage:
openstack baremetal introspection abort [-h] node
openstack baremetal introspection abort [-h] node
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.29. baremetal introspection data save 링크 복사링크가 클립보드에 복사되었습니다!
Save or display raw introspection data.
Usage:
openstack baremetal introspection data save [-h] [--file <filename>]
node
openstack baremetal introspection data save [-h] [--file <filename>]
node
| 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) |
11.30. baremetal introspection interface list 링크 복사링크가 클립보드에 복사되었습니다!
List interface data including attached switch port information.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.31. baremetal introspection interface show 링크 복사링크가 클립보드에 복사되었습니다!
Show interface data including attached switch port information.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.32. baremetal introspection list 링크 복사링크가 클립보드에 복사되었습니다!
List introspection statuses
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.33. baremetal introspection reprocess 링크 복사링크가 클립보드에 복사되었습니다!
Reprocess stored introspection data
Usage:
openstack baremetal introspection reprocess [-h] node
openstack baremetal introspection reprocess [-h] node
| Value | Summary |
|---|---|
| node | Baremetal node uuid or name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.34. baremetal introspection rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an introspection rule.
Usage:
openstack baremetal introspection rule delete [-h] uuid
openstack baremetal introspection rule delete [-h] uuid
| Value | Summary |
|---|---|
| uuid | Rule uuid |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.35. baremetal introspection rule import 링크 복사링크가 클립보드에 복사되었습니다!
Import one or several introspection rules from a JSON/YAML file.
Usage:
| Value | Summary |
|---|---|
| file | Json or yaml 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.36. baremetal introspection rule list 링크 복사링크가 클립보드에 복사되었습니다!
List all introspection rules.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.37. baremetal introspection rule purge 링크 복사링크가 클립보드에 복사되었습니다!
Drop all introspection rules.
Usage:
openstack baremetal introspection rule purge [-h]
openstack baremetal introspection rule purge [-h]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.38. baremetal introspection rule show 링크 복사링크가 클립보드에 복사되었습니다!
Show an introspection rule.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.39. baremetal introspection start 링크 복사링크가 클립보드에 복사되었습니다!
Start the introspection.
Usage:
| 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 |
| --check-errors | Check if errors occurred during the introspection; if any error occurs only the errors are displayed; can only be used with --wait |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.40. baremetal introspection status 링크 복사링크가 클립보드에 복사되었습니다!
Get introspection status.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.41. baremetal node abort 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to abort
Usage:
openstack baremetal node abort [-h] <node>
openstack baremetal node abort [-h] <node>
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.42. baremetal node add trait 링크 복사링크가 클립보드에 복사되었습니다!
Add traits to a node.
Usage:
openstack baremetal node add trait [-h] <node> <trait> [<trait> ...]
openstack baremetal node add trait [-h] <node> <trait> [<trait> ...]
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| <trait> | Trait(s) to add |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.43. baremetal node adopt 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to adopt
Usage:
openstack baremetal node adopt [-h] [--wait [<time-out>]] <node>
openstack baremetal node adopt [-h] [--wait [<time-out>]] <node>
| 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. |
11.44. baremetal node bios setting list 링크 복사링크가 클립보드에 복사되었습니다!
List a node’s BIOS settings.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.45. baremetal node bios setting show 링크 복사링크가 클립보드에 복사되었습니다!
Show a specific BIOS setting for a node.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.46. baremetal node boot device set 링크 복사링크가 클립보드에 복사되었습니다!
Set the boot device for a node
Usage:
openstack baremetal node boot device set [-h] [--persistent]
<node> <device>
openstack baremetal node boot device set [-h] [--persistent]
<node> <device>
| 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 |
11.47. baremetal node boot device show 링크 복사링크가 클립보드에 복사되었습니다!
Show the boot device information for a node
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.48. baremetal node clean 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to clean
Usage:
openstack baremetal node clean [-h] [--wait [<time-out>]] --clean-steps
<clean-steps>
<node>
openstack baremetal node clean [-h] [--wait [<time-out>]] --clean-steps
<clean-steps>
<node>
| 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. |
11.49. baremetal node console disable 링크 복사링크가 클립보드에 복사되었습니다!
Disable console access for a node
Usage:
openstack baremetal node console disable [-h] <node>
openstack baremetal node console disable [-h] <node>
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.50. baremetal node console enable 링크 복사링크가 클립보드에 복사되었습니다!
Enable console access for a node
Usage:
openstack baremetal node console enable [-h] <node>
openstack baremetal node console enable [-h] <node>
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.51. baremetal node console show 링크 복사링크가 클립보드에 복사되었습니다!
Show console information for a node
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.52. baremetal node create 링크 복사링크가 클립보드에 복사되었습니다!
Register a new node with the baremetal service
Usage:
| 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 |
| --automated-clean | Enable automated cleaning for the node |
| --owner <owner> | Owner of the node. |
| --description <description> | Description for the node. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.53. baremetal node delete 링크 복사링크가 클립보드에 복사되었습니다!
Unregister baremetal node(s)
Usage:
openstack baremetal node delete [-h] <node> [<node> ...]
openstack baremetal node delete [-h] <node> [<node> ...]
| Value | Summary |
|---|---|
| <node> | Node(s) to delete (name or uuid) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.54. baremetal node deploy 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to deploy
Usage:
openstack baremetal node deploy [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
openstack baremetal node deploy [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
| 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 OR a JSON object to build config drive from. In case it’s a directory, a config drive will be generated from it. In case it’s a JSON object with optional keys |
11.55. baremetal node inject nmi 링크 복사링크가 클립보드에 복사되었습니다!
Inject NMI to baremetal node
Usage:
openstack baremetal node inject nmi [-h] <node>
openstack baremetal node inject nmi [-h] <node>
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.56. baremetal node inspect 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to inspect
Usage:
openstack baremetal node inspect [-h] [--wait [<time-out>]] <node>
openstack baremetal node inspect [-h] [--wait [<time-out>]] <node>
| 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. |
11.57. baremetal node list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal nodes
Usage:
| 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> |
| --conductor <conductor> | Limit list to nodes with conductor <conductor> |
| --chassis <chassis UUID> | Limit list to nodes of this chassis |
| --owner <owner> | Limit list to nodes with owner <owner> |
| --description-contains <description_contains> | Limit list to nodes with description contains <description_contains> |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.58. baremetal node maintenance set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal node to maintenance mode
Usage:
openstack baremetal node maintenance set [-h] [--reason <reason>]
<node>
openstack baremetal node maintenance set [-h] [--reason <reason>]
<node>
| 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. |
11.59. baremetal node maintenance unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal node from maintenance mode
Usage:
openstack baremetal node maintenance unset [-h] <node>
openstack baremetal node maintenance unset [-h] <node>
| Value | Summary |
|---|---|
| <node> | Name or uuid of the node. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.60. baremetal node manage 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to manage
Usage:
openstack baremetal node manage [-h] [--wait [<time-out>]] <node>
openstack baremetal node manage [-h] [--wait [<time-out>]] <node>
| 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. |
11.61. baremetal node passthru call 링크 복사링크가 클립보드에 복사되었습니다!
Call a vendor passthu method for a node
Usage:
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
openstack baremetal node passthru call [-h] [--arg <key=value>]
[--http-method <http-method>]
<node> <method>
| 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. |
11.62. baremetal node passthru list 링크 복사링크가 클립보드에 복사되었습니다!
List vendor passthru methods for a node
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.63. baremetal node power off 링크 복사링크가 클립보드에 복사되었습니다!
Power off a node
Usage:
openstack baremetal node power off [-h]
[--power-timeout <power-timeout>]
[--soft]
<node>
openstack baremetal node power off [-h]
[--power-timeout <power-timeout>]
[--soft]
<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. |
11.64. baremetal node power on 링크 복사링크가 클립보드에 복사되었습니다!
Power on a node
Usage:
openstack baremetal node power on [-h]
[--power-timeout <power-timeout>]
<node>
openstack baremetal node power on [-h]
[--power-timeout <power-timeout>]
<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. |
11.65. baremetal node provide 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to provide
Usage:
openstack baremetal node provide [-h] [--wait [<time-out>]] <node>
openstack baremetal node provide [-h] [--wait [<time-out>]] <node>
| 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. |
11.66. baremetal node reboot 링크 복사링크가 클립보드에 복사되었습니다!
Reboot baremetal node
Usage:
openstack baremetal node reboot [-h] [--soft]
[--power-timeout <power-timeout>]
<node>
openstack baremetal node reboot [-h] [--soft]
[--power-timeout <power-timeout>]
<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. |
11.67. baremetal node rebuild 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to rebuild
Usage:
openstack baremetal node rebuild [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
openstack baremetal node rebuild [-h] [--wait [<time-out>]]
[--config-drive <config-drive>]
<node>
| 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 OR a JSON object to build config drive from. In case it’s a directory, a config drive will be generated from it. In case it’s a JSON object with optional keys |
11.68. baremetal node remove trait 링크 복사링크가 클립보드에 복사되었습니다!
Remove trait(s) from a node.
Usage:
openstack baremetal node remove trait [-h] [--all]
<node> [<trait> [<trait> ...]]
openstack baremetal node remove trait [-h] [--all]
<node> [<trait> [<trait> ...]]
| 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 |
11.69. baremetal node rescue 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to rescue
Usage:
openstack baremetal node rescue [-h] [--wait [<time-out>]]
--rescue-password <rescue-password>
<node>
openstack baremetal node rescue [-h] [--wait [<time-out>]]
--rescue-password <rescue-password>
<node>
| 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. |
11.70. baremetal node set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal properties
Usage:
| 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 |
| --automated-clean | Enable automated cleaning for the node |
| --protected | Mark the node as protected |
| --protected-reason <protected_reason> | Set the reason of marking the node as protected |
| --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) |
| --owner <owner> | Set the owner for the node |
| --description <description> | Set the description for the node |
11.71. baremetal node show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal node details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.72. baremetal node trait list 링크 복사링크가 클립보드에 복사되었습니다!
List a node’s traits.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.73. baremetal node undeploy 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to deleted
Usage:
openstack baremetal node undeploy [-h] [--wait [<time-out>]] <node>
openstack baremetal node undeploy [-h] [--wait [<time-out>]] <node>
| 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. |
11.74. baremetal node unrescue 링크 복사링크가 클립보드에 복사되었습니다!
Set provision state of baremetal node to unrescue
Usage:
openstack baremetal node unrescue [-h] [--wait [<time-out>]] <node>
openstack baremetal node unrescue [-h] [--wait [<time-out>]] <node>
| 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. |
11.75. baremetal node unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal properties
Usage:
| 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) |
| --automated-clean | Unset automated clean option on this baremetal node (the value from configuration will be used) |
| --protected | Unset the protected flag on the node |
| --protected-reason | Unset the protected reason (gets unset automatically when protected is unset) |
| --owner | Unset the owner field of the node |
| --description | Unset the description field of the node |
11.76. baremetal node validate 링크 복사링크가 클립보드에 복사되었습니다!
Validate a node’s driver interfaces
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.77. baremetal node vif attach 링크 복사링크가 클립보드에 복사되었습니다!
Attach VIF to a given node
Usage:
openstack baremetal node vif attach [-h] [--vif-info <key=value>]
<node> <vif-id>
openstack baremetal node vif attach [-h] [--vif-info <key=value>]
<node> <vif-id>
| 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. |
11.78. baremetal node vif detach 링크 복사링크가 클립보드에 복사되었습니다!
Detach VIF from a given node
Usage:
openstack baremetal node vif detach [-h] <node> <vif-id>
openstack baremetal node vif detach [-h] <node> <vif-id>
| 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 |
11.79. baremetal node vif list 링크 복사링크가 클립보드에 복사되었습니다!
Show attached VIFs for a node
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.80. baremetal port create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new port
Usage:
| 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. argument 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, port_id and hostname. The keys switch_id and port_id are required. In case of a Smart NIC port, the required keys are port_id and hostname. Argument 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. |
| --is-smartnic | Indicates whether this port is a smart nic port |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.81. baremetal port delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete port(s).
Usage:
openstack baremetal port delete [-h] <port> [<port> ...]
openstack baremetal port delete [-h] <port> [<port> ...]
| Value | Summary |
|---|---|
| <port> | Uuid(s) of the port(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.82. baremetal port group create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new baremetal port group.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.83. baremetal port group delete 링크 복사링크가 클립보드에 복사되었습니다!
Unregister baremetal port group(s).
Usage:
openstack baremetal port group delete [-h]
<port group> [<port group> ...]
openstack baremetal port group delete [-h]
<port group> [<port group> ...]
| Value | Summary |
|---|---|
| <port group> | Port group(s) to delete (name or uuid). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.84. baremetal port group list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal port groups.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.85. baremetal port group set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal port group properties.
Usage:
| 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. |
11.86. baremetal port group show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal port group details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.87. baremetal port group unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal port group properties.
Usage:
openstack baremetal port group unset [-h] [--name] [--address]
[--extra <key>] [--property <key>]
<port group>
openstack baremetal port group unset [-h] [--name] [--address]
[--extra <key>] [--property <key>]
<port group>
| 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). |
11.88. baremetal port list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal ports.
Usage:
| 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 Baremetal 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.89. baremetal port set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal port properties.
Usage:
| 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, port_id and hostname. The keys switch_id and port_id are required. In case of a Smart NIC port, the required keys are port_id and hostname. Argument 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. |
| --is-smartnic | Set port to be smart nic port |
11.90. baremetal port show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal port details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.91. baremetal port unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal port properties.
Usage:
openstack baremetal port unset [-h] [--extra <key>] [--port-group]
[--physical-network] [--is-smartnic]
<port>
openstack baremetal port unset [-h] [--extra <key>] [--port-group]
[--physical-network] [--is-smartnic]
<port>
| 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. |
| --is-smartnic | Set port as not smart nic port |
11.92. baremetal volume connector create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new baremetal volume connector.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.93. baremetal volume connector delete 링크 복사링크가 클립보드에 복사되었습니다!
Unregister baremetal volume connector(s).
Usage:
openstack baremetal volume connector delete [-h]
<volume connector>
[<volume connector> ...]
openstack baremetal volume connector delete [-h]
<volume connector>
[<volume connector> ...]
| Value | Summary |
|---|---|
| <volume connector> | Uuid(s) of the volume connector(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.94. baremetal volume connector list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal volume connectors.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.95. baremetal volume connector set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal volume connector properties.
Usage:
openstack baremetal volume connector set [-h] [--node <uuid>]
[--type <type>]
[--connector-id <connector id>]
[--extra <key=value>]
<volume connector>
openstack baremetal volume connector set [-h] [--node <uuid>]
[--type <type>]
[--connector-id <connector id>]
[--extra <key=value>]
<volume connector>
| 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. |
11.96. baremetal volume connector show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal volume connector details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.97. baremetal volume connector unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal volume connector properties.
Usage:
openstack baremetal volume connector unset [-h] [--extra <key>]
<volume connector>
openstack baremetal volume connector unset [-h] [--extra <key>]
<volume connector>
| 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) |
11.98. baremetal volume target create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new baremetal volume target.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.99. baremetal volume target delete 링크 복사링크가 클립보드에 복사되었습니다!
Unregister baremetal volume target(s).
Usage:
openstack baremetal volume target delete [-h]
<volume target>
[<volume target> ...]
openstack baremetal volume target delete [-h]
<volume target>
[<volume target> ...]
| Value | Summary |
|---|---|
| <volume target> | Uuid(s) of the volume target(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
11.100. baremetal volume target list 링크 복사링크가 클립보드에 복사되었습니다!
List baremetal volume targets.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
11.101. baremetal volume target set 링크 복사링크가 클립보드에 복사되었습니다!
Set baremetal volume target properties.
Usage:
| 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. |
11.102. baremetal volume target show 링크 복사링크가 클립보드에 복사되었습니다!
Show baremetal volume target details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
11.103. baremetal volume target unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset baremetal volume target properties.
Usage:
openstack baremetal volume target unset [-h] [--extra <key>]
[--property <key>]
<volume target>
openstack baremetal volume target unset [-h] [--extra <key>]
[--property <key>]
<volume target>
| 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). |
Chapter 12. bgp 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the bgp command.
12.1. bgp dragent add speaker 링크 복사링크가 클립보드에 복사되었습니다!
Add a BGP speaker to a dynamic routing agent
Usage:
openstack bgp dragent add speaker [-h] <agent-id> <bgp-speaker>
openstack bgp dragent add speaker [-h] <agent-id> <bgp-speaker>
| 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 |
12.2. bgp dragent remove speaker 링크 복사링크가 클립보드에 복사되었습니다!
Removes a BGP speaker from a dynamic routing agent
Usage:
openstack bgp dragent remove speaker [-h] <agent-id> <bgp-speaker>
openstack bgp dragent remove speaker [-h] <agent-id> <bgp-speaker>
| 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 |
12.3. bgp peer create 링크 복사링크가 클립보드에 복사되었습니다!
Create a BGP peer
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
12.4. bgp peer delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a BGP peer
Usage:
openstack bgp peer delete [-h] <bgp-peer>
openstack bgp peer delete [-h] <bgp-peer>
| Value | Summary |
|---|---|
| <bgp-peer> | Bgp peer to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
12.5. bgp peer list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP peers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
12.6. bgp peer set 링크 복사링크가 클립보드에 복사되었습니다!
Update a BGP peer
Usage:
openstack bgp peer set [-h] [--name NAME] [--password <auth-password>]
<bgp-peer>
openstack bgp peer set [-h] [--name NAME] [--password <auth-password>]
<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 |
12.7. bgp peer show 링크 복사링크가 클립보드에 복사되었습니다!
Show information for a BGP peer
Usage:
openstack bgp peer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<bgp-peer>
openstack bgp peer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
12.8. bgp speaker add network 링크 복사링크가 클립보드에 복사되었습니다!
Add a network to a BGP speaker
Usage:
openstack bgp speaker add network [-h] <bgp-speaker> <network>
openstack bgp speaker add network [-h] <bgp-speaker> <network>
| 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 |
12.9. bgp speaker add peer 링크 복사링크가 클립보드에 복사되었습니다!
Add a peer to a BGP speaker
Usage:
openstack bgp speaker add peer [-h] <bgp-speaker> <bgp-peer>
openstack bgp speaker add peer [-h] <bgp-speaker> <bgp-peer>
| 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 |
12.10. bgp speaker create 링크 복사링크가 클립보드에 복사되었습니다!
Create a BGP speaker
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
12.11. bgp speaker delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a BGP speaker
Usage:
openstack bgp speaker delete [-h] <bgp-speaker>
openstack bgp speaker delete [-h] <bgp-speaker>
| Value | Summary |
|---|---|
| <bgp-speaker> | Bgp speaker to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
12.12. bgp speaker list advertised routes 링크 복사링크가 클립보드에 복사되었습니다!
List routes advertised
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
12.13. bgp speaker list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP speakers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
12.14. bgp speaker remove network 링크 복사링크가 클립보드에 복사되었습니다!
Remove a network from a BGP speaker
Usage:
openstack bgp speaker remove network [-h] <bgp-speaker> <network>
openstack bgp speaker remove network [-h] <bgp-speaker> <network>
| 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 |
12.15. bgp speaker remove peer 링크 복사링크가 클립보드에 복사되었습니다!
Remove a peer from a BGP speaker
Usage:
openstack bgp speaker remove peer [-h] <bgp-speaker> <bgp-peer>
openstack bgp speaker remove peer [-h] <bgp-speaker> <bgp-peer>
| 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 |
12.16. bgp speaker set 링크 복사링크가 클립보드에 복사되었습니다!
Set BGP speaker properties
Usage:
| 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. |
12.17. bgp speaker show dragents 링크 복사링크가 클립보드에 복사되었습니다!
List dynamic routing agents hosting a BGP speaker
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
12.18. bgp speaker show 링크 복사링크가 클립보드에 복사되었습니다!
Show a BGP speaker
Usage:
openstack bgp speaker show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<bgp-speaker>
openstack bgp speaker show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 13. bgpvpn 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the bgpvpn command.
13.1. bgpvpn create 링크 복사링크가 클립보드에 복사되었습니다!
Create BGP VPN resource
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.2. bgpvpn delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete BGP VPN resource(s)
Usage:
openstack bgpvpn delete [-h] <bgpvpn> [<bgpvpn> ...]
openstack bgpvpn delete [-h] <bgpvpn> [<bgpvpn> ...]
| Value | Summary |
|---|---|
| <bgpvpn> | Bgp vpn(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
13.3. bgpvpn list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP VPN resources
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
13.4. bgpvpn network association create 링크 복사링크가 클립보드에 복사되었습니다!
Create a BGP VPN network association
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.5. bgpvpn network association delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a BGP VPN network association(s) for a given BGP VPN
Usage:
openstack bgpvpn network association delete [-h]
<network association ID>
[<network association ID> ...]
<bgpvpn>
openstack bgpvpn network association delete [-h]
<network association ID>
[<network association ID> ...]
<bgpvpn>
| 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 |
13.6. bgpvpn network association list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP VPN network associations for a given BGP VPN
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
13.7. bgpvpn network association show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given BGP VPN network association
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.8. bgpvpn port association create 링크 복사링크가 클립보드에 복사되었습니다!
Create a BGP VPN port association
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.9. bgpvpn port association delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a BGP VPN port association(s) for a given BGP VPN
Usage:
openstack bgpvpn port association delete [-h]
<port association ID>
[<port association ID> ...]
<bgpvpn>
openstack bgpvpn port association delete [-h]
<port association ID>
[<port association ID> ...]
<bgpvpn>
| 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 |
13.10. bgpvpn port association list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP VPN port associations for a given BGP VPN
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
13.11. bgpvpn port association set 링크 복사링크가 클립보드에 복사되었습니다!
Set BGP VPN port association properties
Usage:
| 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 |
13.12. bgpvpn port association show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given BGP VPN port association
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.13. bgpvpn port association unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset BGP VPN port association properties
Usage:
| 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 |
13.14. bgpvpn router association create 링크 복사링크가 클립보드에 복사되었습니다!
Create a BGP VPN router association
Usage:
| 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. |
| --advertise_extra_routes | Routes will be advertised to the bgp vpn (default) |
| --no-advertise_extra_routes | Routes from the router will not be advertised to the BGP VPN |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.15. bgpvpn router association delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a BGP VPN router association(s) for a given BGP VPN
Usage:
openstack bgpvpn router association delete [-h]
<router association ID>
[<router association ID> ...]
<bgpvpn>
openstack bgpvpn router association delete [-h]
<router association ID>
[<router association ID> ...]
<bgpvpn>
| 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 |
13.16. bgpvpn router association list 링크 복사링크가 클립보드에 복사되었습니다!
List BGP VPN router associations for a given BGP VPN
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
13.17. bgpvpn router association set 링크 복사링크가 클립보드에 복사되었습니다!
Set BGP VPN router association properties
Usage:
openstack bgpvpn router association set [-h]
[--advertise_extra_routes | --no-advertise_extra_routes]
<router association ID>
<bgpvpn>
openstack bgpvpn router association set [-h]
[--advertise_extra_routes | --no-advertise_extra_routes]
<router association ID>
<bgpvpn>
| Value | Summary |
|---|---|
| <router association ID> | Router association id to update |
| <bgpvpn> | Bgp vpn the router association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --advertise_extra_routes | Routes will be advertised to the bgp vpn |
| --no-advertise_extra_routes | Routes from the router will not be advertised to the BGP VPN |
13.18. bgpvpn router association show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given BGP VPN router association
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.19. bgpvpn router association unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset BGP VPN router association properties
Usage:
openstack bgpvpn router association unset [-h]
[--advertise_extra_routes | --no-advertise_extra_routes]
<router association ID>
<bgpvpn>
openstack bgpvpn router association unset [-h]
[--advertise_extra_routes | --no-advertise_extra_routes]
<router association ID>
<bgpvpn>
| Value | Summary |
|---|---|
| <router association ID> | Router association id to update |
| <bgpvpn> | Bgp vpn the router association belongs to (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --advertise_extra_routes | Routes from the router will not be advertised to the BGP VPN |
| --no-advertise_extra_routes | Routes will be advertised to the bgp vpn |
13.20. bgpvpn set 링크 복사링크가 클립보드에 복사되었습니다!
Set BGP VPN properties
Usage:
| 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. |
13.21. bgpvpn show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given BGP VPN
Usage:
openstack bgpvpn show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<bgpvpn>
openstack bgpvpn show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<bgpvpn>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
13.22. bgpvpn unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset BGP VPN properties
Usage:
| 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. |
Chapter 14. ca 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the ca command.
14.1. ca get 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve a CA by providing its URI.
Usage:
openstack ca get [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
URI
openstack ca get [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
14.2. ca list 링크 복사링크가 클립보드에 복사되었습니다!
List CAs.
Usage:
openstack ca list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}] [--noindent]
[--max-width <integer>] [--fit-width] [--print-empty]
[--sort-column SORT_COLUMN] [--limit LIMIT]
[--offset OFFSET] [--name NAME]
openstack ca list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}] [--noindent]
[--max-width <integer>] [--fit-width] [--print-empty]
[--sort-column SORT_COLUMN] [--limit LIMIT]
[--offset OFFSET] [--name NAME]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 15. catalog 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the catalog command.
15.1. catalog list 링크 복사링크가 클립보드에 복사되었습니다!
List services in the service catalog
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
15.2. catalog show 링크 복사링크가 클립보드에 복사되었습니다!
Display service catalog details
Usage:
openstack catalog show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<service>
openstack catalog show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<service>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 16. coe 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the coe command.
16.1. coe ca rotate 링크 복사링크가 클립보드에 복사되었습니다!
Rotate the CA certificate for cluster to revoke access.
Usage:
openstack coe ca rotate [-h] <cluster>
openstack coe ca rotate [-h] <cluster>
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
16.2. coe ca show 링크 복사링크가 클립보드에 복사되었습니다!
Show details about the CA certificate for a cluster.
Usage:
openstack coe ca show [-h] <cluster>
openstack coe ca show [-h] <cluster>
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
16.3. coe ca sign 링크 복사링크가 클립보드에 복사되었습니다!
Generate the CA certificate for a cluster.
Usage:
openstack coe ca sign [-h] <cluster> <csr>
openstack coe ca sign [-h] <cluster> <csr>
| 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 |
16.4. coe cluster config 링크 복사링크가 클립보드에 복사되었습니다!
Get Configuration for a Cluster
Usage:
openstack coe cluster config [-h] [--dir <dir>] [--force]
[--output-certs] [--use-certificate]
[--use-keystone]
<cluster>
openstack coe cluster config [-h] [--dir <dir>] [--force]
[--output-certs] [--use-certificate]
[--use-keystone]
<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. |
| --output-certs | Output certificates in separate files. |
| --use-certificate | Use certificate in config files. |
| --use-keystone | Use keystone token in config files. |
16.5. coe cluster create 링크 복사링크가 클립보드에 복사되었습니다!
Create a cluster
Usage:
| 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. |
| --fixed-network <fixed-network> | The private neutron network name to connect to this Cluster template. |
| --fixed-subnet <fixed-subnet> | The private neutron subnet name to connect to cluster. |
| --floating-ip-enabled | Indicates whether created clusters should have a floating ip. |
| --floating-ip-disabled | Disables floating ip creation on the new cluster |
16.6. coe cluster delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a cluster
Usage:
openstack coe cluster delete [-h] <cluster> [<cluster> ...]
openstack coe cluster delete [-h] <cluster> [<cluster> ...]
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
16.7. coe cluster list 링크 복사링크가 클립보드에 복사되었습니다!
List clusters
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
16.8. coe cluster resize 링크 복사링크가 클립보드에 복사되었습니다!
Resize a Cluster
Usage:
openstack coe cluster resize [-h] [--nodes-to-remove <Server UUID>]
[--nodegroup <nodegroup>]
<cluster> node_count
openstack coe cluster resize [-h] [--nodes-to-remove <Server UUID>]
[--nodegroup <nodegroup>]
<cluster> node_count
| Value | Summary |
|---|---|
| <cluster> | The name or uuid of cluster to update |
| node_count | Desired node count of the cluser. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --nodes-to-remove <Server UUID> | Server id of the nodes to be removed. repeat to addmore server ID |
| --nodegroup <nodegroup> | The name or uuid of the nodegroup of current cluster. |
16.9. coe cluster show 링크 복사링크가 클립보드에 복사되었습니다!
Show a Cluster
Usage:
openstack coe cluster show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<cluster>
openstack coe cluster show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
16.10. coe cluster template create 링크 복사링크가 클립보드에 복사되었습니다!
Create a Cluster Template.
Usage:
| 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 |
| --hidden | Indicates the cluster template should be hidden. |
| --visible | Indicates the cluster template should be visible. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
16.11. coe cluster template delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a Cluster Template.
Usage:
openstack coe cluster template delete [-h]
<cluster-templates>
[<cluster-templates> ...]
openstack coe cluster template delete [-h]
<cluster-templates>
[<cluster-templates> ...]
| Value | Summary |
|---|---|
| <cluster-templates> | Id or name of the (cluster template)s to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
16.12. coe cluster template list 링크 복사링크가 클립보드에 복사되었습니다!
List Cluster Templates.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
16.13. coe cluster template show 링크 복사링크가 클립보드에 복사되었습니다!
Show a Cluster Template.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
16.14. coe cluster template update 링크 복사링크가 클립보드에 복사되었습니다!
Update a Cluster Template.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
16.15. coe cluster update 링크 복사링크가 클립보드에 복사되었습니다!
Update a Cluster
Usage:
openstack coe cluster update [-h] [--rollback]
<cluster> <op> <path=value>
[<path=value> ...]
openstack coe cluster update [-h] [--rollback]
<cluster> <op> <path=value>
[<path=value> ...]
| 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. |
16.16. coe cluster upgrade 링크 복사링크가 클립보드에 복사되었습니다!
Upgrade a Cluster
Usage:
openstack coe cluster upgrade [-h] [--max-batch-size <max_batch_size>]
[--nodegroup <nodegroup>]
<cluster> cluster_template
openstack coe cluster upgrade [-h] [--max-batch-size <max_batch_size>]
[--nodegroup <nodegroup>]
<cluster> cluster_template
| Value | Summary |
|---|---|
| <cluster> | The name or uuid of cluster to update |
| cluster_template | The new cluster template id will be upgraded to. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --max-batch-size <max_batch_size> | The max batch size for upgrading each time. |
| --nodegroup <nodegroup> | The name or uuid of the nodegroup of current cluster. |
16.17. coe nodegroup create 링크 복사링크가 클립보드에 복사되었습니다!
Create a nodegroup
Usage:
| Value | Summary |
|---|---|
| <cluster> | Name of the nodegroup to create. |
| <name> | Name of the nodegroup to create. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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 nodegroup. May be used multiple times. |
| --node-count <node-count> | The nodegroup node count. |
| --min-nodes <min-nodes> | The nodegroup minimum node count. |
| --max-nodes <max-nodes> | The nodegroup maximum node count. |
| --role <role> | The role of the nodegroup |
| --image <image> | The name or uuid of the base image to customize for the NodeGroup. |
| --flavor <flavor> | The nova flavor name or uuid to use when launching the nodes in this NodeGroup. |
16.18. coe nodegroup delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a nodegroup
Usage:
openstack coe nodegroup delete [-h]
<cluster> <nodegroup> [<nodegroup> ...]
openstack coe nodegroup delete [-h]
<cluster> <nodegroup> [<nodegroup> ...]
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster where the nodegroup(s) belong(s). |
| <nodegroup> | Id or name of the nodegroup(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
16.19. coe nodegroup list 링크 복사링크가 클립보드에 복사되었습니다!
List nodegroups
Usage:
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster where the nodegroup belongs. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit <limit> | Maximum number of nodegroups to return |
| --sort-key <sort-key> | Column to sort results by |
| --sort-dir <sort-dir> | Direction to sort. "asc" or "desc". |
| --role <role> | List the nodegroups in the cluster with this role |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
16.20. coe nodegroup show 링크 복사링크가 클립보드에 복사되었습니다!
Show a nodegroup
Usage:
openstack coe nodegroup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<cluster> <nodegroup>
openstack coe nodegroup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<cluster> <nodegroup>
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster where the nodegroup belongs. |
| <nodegroup> | Id or name of the nodegroup 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
16.21. coe nodegroup update 링크 복사링크가 클립보드에 복사되었습니다!
Update a Nodegroup
Usage:
openstack coe nodegroup update [-h]
<cluster> <nodegroup> <op> <path=value>
[<path=value> ...]
openstack coe nodegroup update [-h]
<cluster> <nodegroup> <op> <path=value>
[<path=value> ...]
| Value | Summary |
|---|---|
| <cluster> | Id or name of the cluster where the nodegroup belongs. |
| <nodegroup> | 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 |
16.22. coe quotas create 링크 복사링크가 클립보드에 복사되었습니다!
Create a quota.
Usage:
openstack coe quotas create [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
openstack coe quotas create [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
| 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) |
16.23. coe quotas delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete specified resource quota.
Usage:
openstack coe quotas delete [-h] --project-id <project-id> --resource
<resource>
openstack coe quotas delete [-h] --project-id <project-id> --resource
<resource>
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project id |
| --resource <resource> | Resource name. |
16.24. coe quotas list 링크 복사링크가 클립보드에 복사되었습니다!
Print a list of available quotas.
Usage:
openstack coe quotas list [-h] [--marker <marker>] [--limit <limit>]
[--sort-key <sort-key>]
[--sort-dir <sort-dir>] [--all-tenants]
openstack coe quotas list [-h] [--marker <marker>] [--limit <limit>]
[--sort-key <sort-key>]
[--sort-dir <sort-dir>] [--all-tenants]
| 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. |
16.25. coe quotas show 링크 복사링크가 클립보드에 복사되었습니다!
Show details about the given project resource quota.
Usage:
openstack coe quotas show [-h] --project-id <project-id> --resource
<resource>
openstack coe quotas show [-h] --project-id <project-id> --resource
<resource>
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project-id <project-id> | Project id |
| --resource <resource> | Resource name. |
16.26. coe quotas update 링크 복사링크가 클립보드에 복사되었습니다!
Update information about the given project resource quota.
Usage:
openstack coe quotas update [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
openstack coe quotas update [-h] --project-id <project-id> --resource
<resource> [--hard-limit <hard-limit>]
| 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) |
16.27. coe service list 링크 복사링크가 클립보드에 복사되었습니다!
Print a list of Magnum services.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
16.28. coe stats list 링크 복사링크가 클립보드에 복사되었습니다!
Show stats for the given project_id
Usage:
openstack coe stats list [-h] <project>
openstack coe stats list [-h] <project>
| Value | Summary |
|---|---|
| <project> | Project id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 17. command 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the command command.
17.1. command list 링크 복사링크가 클립보드에 복사되었습니다!
List recognized commands by group
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 18. complete.adoc 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the complete.adoc command.
18.1. complete 링크 복사링크가 클립보드에 복사되었습니다!
print bash completion command
Usage:
openstack complete [-h] [--name <command_name>] [--shell <shell>]
openstack complete [-h] [--name <command_name>] [--shell <shell>]
| 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) |
Chapter 19. compute 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the compute command.
19.1. compute agent create 링크 복사링크가 클립보드에 복사되었습니다!
Create compute agent
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
19.2. compute agent delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete compute agent(s)
Usage:
openstack compute agent delete [-h] <id> [<id> ...]
openstack compute agent delete [-h] <id> [<id> ...]
| Value | Summary |
|---|---|
| <id> | Id of agent(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
19.3. compute agent list 링크 복사링크가 클립보드에 복사되었습니다!
List compute agents
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
19.4. compute agent set 링크 복사링크가 클립보드에 복사되었습니다!
Set compute agent properties
Usage:
openstack compute agent set [-h] [--agent-version <version>]
[--url <url>] [--md5hash <md5hash>]
<id>
openstack compute agent set [-h] [--agent-version <version>]
[--url <url>] [--md5hash <md5hash>]
<id>
| 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 링크 복사링크가 클립보드에 복사되었습니다!
Delete compute service(s)
Usage:
openstack compute service delete [-h] <service> [<service> ...]
openstack compute service delete [-h] <service> [<service> ...]
| Value | Summary |
|---|---|
| <service> | Compute service(s) to delete (id only). if using ``--os-compute- api-version`` 2.53 or greater, the ID is a UUID which can be retrieved by listing compute services using the same 2.53+ microversion. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
19.6. compute service list 링크 복사링크가 클립보드에 복사되었습니다!
List compute services. Using ``--os-compute-api-version`` 2.53 or greater will return the ID as a UUID value which can be used to uniquely identify the service in a multi-cell deployment.
Usage:
| 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 binaries (name only). for example, ``nova-compute``, ``nova-conductor``, etc. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
19.7. compute service set 링크 복사링크가 클립보드에 복사되었습니다!
Set compute service properties
Usage:
openstack compute service set [-h] [--enable | --disable]
[--disable-reason <reason>]
[--up | --down]
<host> <service>
openstack compute service set [-h] [--enable | --disable]
[--disable-reason <reason>]
[--up | --down]
<host> <service>
| Value | Summary |
|---|---|
| <host> | Name of host |
| <service> | Name of service (binary name), for example ``nova- compute`` |
| 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. requires ``--os-compute-api- version`` 2.11 or greater. |
| --down | Force down service. requires ``--os-compute-api- version`` 2.11 or greater. |
Chapter 20. configuration 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the configuration command.
20.1. configuration show 링크 복사링크가 클립보드에 복사되었습니다!
Display configuration details
Usage:
openstack configuration show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--mask | --unmask]
openstack configuration show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--mask | --unmask]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 21. consistency 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the consistency command.
21.1. consistency group add volume 링크 복사링크가 클립보드에 복사되었습니다!
Add volume(s) to consistency group
Usage:
openstack consistency group add volume [-h]
<consistency-group> <volume>
[<volume> ...]
openstack consistency group add volume [-h]
<consistency-group> <volume>
[<volume> ...]
| 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 링크 복사링크가 클립보드에 복사되었습니다!
Create new consistency group.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
21.3. consistency group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete consistency group(s).
Usage:
openstack consistency group delete [-h] [--force]
<consistency-group>
[<consistency-group> ...]
openstack consistency group delete [-h] [--force]
<consistency-group>
[<consistency-group> ...]
| 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 링크 복사링크가 클립보드에 복사되었습니다!
List consistency groups.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
21.5. consistency group remove volume 링크 복사링크가 클립보드에 복사되었습니다!
Remove volume(s) from consistency group
Usage:
openstack consistency group remove volume [-h]
<consistency-group> <volume>
[<volume> ...]
openstack consistency group remove volume [-h]
<consistency-group> <volume>
[<volume> ...]
| 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 링크 복사링크가 클립보드에 복사되었습니다!
Set consistency group properties
Usage:
openstack consistency group set [-h] [--name <name>]
[--description <description>]
<consistency-group>
openstack consistency group set [-h] [--name <name>]
[--description <description>]
<consistency-group>
| 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 링크 복사링크가 클립보드에 복사되었습니다!
Display consistency group details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
21.8. consistency group snapshot create 링크 복사링크가 클립보드에 복사되었습니다!
Create new consistency group snapshot.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
21.9. consistency group snapshot delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete consistency group snapshot(s).
Usage:
openstack consistency group snapshot delete [-h]
<consistency-group-snapshot>
[<consistency-group-snapshot> ...]
openstack consistency group snapshot delete [-h]
<consistency-group-snapshot>
[<consistency-group-snapshot> ...]
| 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 링크 복사링크가 클립보드에 복사되었습니다!
List consistency group snapshots.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
21.11. consistency group snapshot show 링크 복사링크가 클립보드에 복사되었습니다!
Display consistency group snapshot details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 22. console 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the console command.
22.1. console log show 링크 복사링크가 클립보드에 복사되었습니다!
Show server’s console output
Usage:
openstack console log show [-h] [--lines <num-lines>] <server>
openstack console log show [-h] [--lines <num-lines>] <server>
| 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 링크 복사링크가 클립보드에 복사되었습니다!
Show server’s remote console URL
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 23. consumer 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the consumer command.
23.1. consumer create 링크 복사링크가 클립보드에 복사되었습니다!
Create new consumer
Usage:
openstack consumer create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--description <description>]
openstack consumer create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--description <description>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | New consumer 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
23.2. consumer delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete consumer(s)
Usage:
openstack consumer delete [-h] <consumer> [<consumer> ...]
openstack consumer delete [-h] <consumer> [<consumer> ...]
| Value | Summary |
|---|---|
| <consumer> | Consumer(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
23.3. consumer list 링크 복사링크가 클립보드에 복사되었습니다!
List consumers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
23.4. consumer set 링크 복사링크가 클립보드에 복사되었습니다!
Set consumer properties
Usage:
openstack consumer set [-h] [--description <description>] <consumer>
openstack consumer set [-h] [--description <description>] <consumer>
| Value | Summary |
|---|---|
| <consumer> | Consumer to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | New consumer description |
23.5. consumer show 링크 복사링크가 클립보드에 복사되었습니다!
Display consumer details
Usage:
openstack consumer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<consumer>
openstack consumer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<consumer>
| Value | Summary |
|---|---|
| <consumer> | Consumer 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 24. container 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the container command.
24.1. container create 링크 복사링크가 클립보드에 복사되었습니다!
Create new container
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
24.2. container delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete container
Usage:
openstack container delete [-h] [--recursive]
<container> [<container> ...]
openstack container delete [-h] [--recursive]
<container> [<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 |
24.3. container list 링크 복사링크가 클립보드에 복사되었습니다!
List containers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
24.4. container save 링크 복사링크가 클립보드에 복사되었습니다!
Save container contents locally
Usage:
openstack container save [-h] <container>
openstack container save [-h] <container>
| Value | Summary |
|---|---|
| <container> | Container to save |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
24.5. container set 링크 복사링크가 클립보드에 복사되었습니다!
Set container properties
Usage:
openstack container set [-h] --property <key=value> <container>
openstack container set [-h] --property <key=value> <container>
| 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) |
24.6. container show 링크 복사링크가 클립보드에 복사되었습니다!
Display container details
Usage:
openstack container show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<container>
openstack container show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<container>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
24.7. container unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset container properties
Usage:
openstack container unset [-h] --property <key> <container>
openstack container unset [-h] --property <key> <container>
| 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 25. credential 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the credential command.
25.1. credential create 링크 복사링크가 클립보드에 복사되었습니다!
Create new credential
Usage:
| Value | Summary |
|---|---|
| <user> | User that owns the credential (name or id) |
| <data> | New credential data |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | New credential type: cert, ec2, totp and so on |
| --project <project> | Project which limits the scope of the credential (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
25.2. credential delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete credential(s)
Usage:
openstack credential delete [-h] <credential-id> [<credential-id> ...]
openstack credential delete [-h] <credential-id> [<credential-id> ...]
| Value | Summary |
|---|---|
| <credential-id> | Id of credential(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
25.3. credential list 링크 복사링크가 클립보드에 복사되었습니다!
List credentials
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | Filter credentials by <user> (name or id) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --type <type> | Filter credentials by type: cert, ec2, totp and so on |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
25.4. credential set 링크 복사링크가 클립보드에 복사되었습니다!
Set credential properties
Usage:
openstack credential set [-h] --user <user> --type <type> --data <data>
[--project <project>]
<credential-id>
openstack credential set [-h] --user <user> --type <type> --data <data>
[--project <project>]
<credential-id>
| Value | Summary |
|---|---|
| <credential-id> | Id of credential to change |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | User that owns the credential (name or id) |
| --type <type> | New credential type: cert, ec2, totp and so on |
| --data <data> | New credential data |
| --project <project> | Project which limits the scope of the credential (name or ID) |
25.5. credential show 링크 복사링크가 클립보드에 복사되었습니다!
Display credential details
Usage:
openstack credential show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<credential-id>
openstack credential show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<credential-id>
| Value | Summary |
|---|---|
| <credential-id> | Id of credential 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 26. cron 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the cron command.
26.1. cron trigger create 링크 복사링크가 클립보드에 복사되었습니다!
Create new trigger.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
26.2. cron trigger delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete trigger.
Usage:
openstack cron trigger delete [-h] cron_trigger [cron_trigger ...]
openstack cron trigger delete [-h] cron_trigger [cron_trigger ...]
| Value | Summary |
|---|---|
| cron_trigger | Name of cron trigger(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
26.3. cron trigger list 링크 복사링크가 클립보드에 복사되었습니다!
List all cron triggers.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
26.4. cron trigger show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific cron trigger.
Usage:
openstack cron trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
cron_trigger
openstack cron trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 27. datastore 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the datastore command.
27.1. datastore list 링크 복사링크가 클립보드에 복사되었습니다!
List available datastores
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
27.2. datastore show 링크 복사링크가 클립보드에 복사되었습니다!
Shows details of a datastore
Usage:
openstack datastore show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<datastore>
openstack datastore show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
27.3. datastore version list 링크 복사링크가 클립보드에 복사되었습니다!
Lists available versions for a datastore
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
27.4. datastore version show 링크 복사링크가 클립보드에 복사되었습니다!
Shows details of a datastore version.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 28. dns 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the dns command.
28.1. dns quota list 링크 복사링크가 클립보드에 복사되었습니다!
List quotas
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
28.2. dns quota reset 링크 복사링크가 클립보드에 복사되었습니다!
Reset quotas
Usage:
openstack dns quota reset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
[--project-id PROJECT_ID]
openstack dns quota reset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
[--project-id PROJECT_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 |
| --project-id PROJECT_ID | Project id |
28.3. dns quota set 링크 복사링크가 클립보드에 복사되었습니다!
Set quotas
Usage:
| 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 |
| --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 |
| --zones <zones> | New value for the zones 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
28.4. dns service list 링크 복사링크가 클립보드에 복사되었습니다!
List service statuses
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
28.5. dns service show 링크 복사링크가 클립보드에 복사되었습니다!
Show service status details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 29. domain 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the domain command.
29.1. domain create 링크 복사링크가 클립보드에 복사되었습니다!
Create new domain
Usage:
| Value | Summary |
|---|---|
| <domain-name> | New domain name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | New domain description |
| --enable | Enable domain (default) |
| --disable | Disable domain |
| --or-show | Return existing domain |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
29.2. domain delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete domain(s)
Usage:
openstack domain delete [-h] <domain> [<domain> ...]
openstack domain delete [-h] <domain> [<domain> ...]
| Value | Summary |
|---|---|
| <domain> | Domain(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
29.3. domain list 링크 복사링크가 클립보드에 복사되었습니다!
List domains
Usage:
openstack domain list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
openstack domain list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
29.4. domain set 링크 복사링크가 클립보드에 복사되었습니다!
Set domain properties
Usage:
openstack domain set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
<domain>
openstack domain set [-h] [--name <name>] [--description <description>]
[--enable | --disable]
<domain>
| Value | Summary |
|---|---|
| <domain> | Domain to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New domain name |
| --description <description> | New domain description |
| --enable | Enable domain |
| --disable | Disable domain |
29.5. domain show 링크 복사링크가 클립보드에 복사되었습니다!
Display domain details
Usage:
openstack domain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<domain>
openstack domain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<domain>
| Value | Summary |
|---|---|
| <domain> | Domain 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 30. ec2 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the ec2 command.
30.1. ec2 credentials create 링크 복사링크가 클립보드에 복사되었습니다!
Create EC2 credentials
Usage:
| 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) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
30.2. ec2 credentials delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete EC2 credentials
Usage:
openstack ec2 credentials delete [-h] [--user <user>]
[--user-domain <user-domain>]
<access-key> [<access-key> ...]
openstack ec2 credentials delete [-h] [--user <user>]
[--user-domain <user-domain>]
<access-key> [<access-key> ...]
| 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) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
30.3. ec2 credentials list 링크 복사링크가 클립보드에 복사되었습니다!
List EC2 credentials
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --user <user> | Filter list by user (name or id) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
30.4. ec2 credentials show 링크 복사링크가 클립보드에 복사되었습니다!
Display EC2 credentials details
Usage:
| 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) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 31. endpoint 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the endpoint command.
31.1. endpoint add project 링크 복사링크가 클립보드에 복사되었습니다!
Associate a project to an endpoint
Usage:
openstack endpoint add project [-h] [--project-domain <project-domain>]
<endpoint> <project>
openstack endpoint add project [-h] [--project-domain <project-domain>]
<endpoint> <project>
| Value | Summary |
|---|---|
| <endpoint> | Endpoint to associate with specified project (name or ID) |
| <project> | Project to associate with specified endpoint 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. |
31.2. endpoint create 링크 복사링크가 클립보드에 복사되었습니다!
Create new endpoint
Usage:
| Value | Summary |
|---|---|
| <service> | Service to be associated with new endpoint (name or ID) |
| <interface> | New endpoint interface type (admin, public or internal) |
| <url> | New endpoint url |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --region <region-id> | New endpoint region id |
| --enable | Enable endpoint (default) |
| --disable | Disable endpoint |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
31.3. endpoint delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete endpoint(s)
Usage:
openstack endpoint delete [-h] <endpoint-id> [<endpoint-id> ...]
openstack endpoint delete [-h] <endpoint-id> [<endpoint-id> ...]
| Value | Summary |
|---|---|
| <endpoint-id> | Endpoint(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
31.4. endpoint group add project 링크 복사링크가 클립보드에 복사되었습니다!
Add a project to an endpoint group
Usage:
openstack endpoint group add project [-h]
[--project-domain <project-domain>]
<endpoint-group> <project>
openstack endpoint group add project [-h]
[--project-domain <project-domain>]
<endpoint-group> <project>
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group (name or id) |
| <project> | Project to associate (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. |
31.5. endpoint group create 링크 복사링크가 클립보드에 복사되었습니다!
Create new endpoint group
Usage:
| Value | Summary |
|---|---|
| <name> | Name of the endpoint group |
| <filename> | Filename that contains a new set of filters |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description DESCRIPTION | Description of the endpoint 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
31.6. endpoint group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete endpoint group(s)
Usage:
openstack endpoint group delete [-h]
<endpoint-group> [<endpoint-group> ...]
openstack endpoint group delete [-h]
<endpoint-group> [<endpoint-group> ...]
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
31.7. endpoint group list 링크 복사링크가 클립보드에 복사되었습니다!
List endpoint groups
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --endpointgroup <endpoint-group> | Endpoint group (name or id) |
| --project <project> | Project (name or id) |
| --domain <domain> | Domain owning <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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
31.8. endpoint group remove project 링크 복사링크가 클립보드에 복사되었습니다!
Remove project from endpoint group
Usage:
openstack endpoint group remove project [-h]
[--project-domain <project-domain>]
<endpoint-group> <project>
openstack endpoint group remove project [-h]
[--project-domain <project-domain>]
<endpoint-group> <project>
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group (name or id) |
| <project> | Project to remove (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. |
31.9. endpoint group set 링크 복사링크가 클립보드에 복사되었습니다!
Set endpoint group properties
Usage:
openstack endpoint group set [-h] [--name <name>]
[--filters <filename>]
[--description <description>]
<endpoint-group>
openstack endpoint group set [-h] [--name <name>]
[--filters <filename>]
[--description <description>]
<endpoint-group>
| Value | Summary |
|---|---|
| <endpoint-group> | Endpoint group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New enpoint group name |
| --filters <filename> | Filename that contains a new set of filters |
| --description <description> | New endpoint group description |
31.10. endpoint group show 링크 복사링크가 클립보드에 복사되었습니다!
Display endpoint group details
Usage:
openstack endpoint group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<endpointgroup>
openstack endpoint group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<endpointgroup>
| Value | Summary |
|---|---|
| <endpointgroup> | Endpoint group (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
31.11. endpoint list 링크 복사링크가 클립보드에 복사되었습니다!
List endpoints
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Filter by service (type, name or id) |
| --interface <interface> | Filter by interface type (admin, public or internal) |
| --region <region-id> | Filter by region id |
| --endpoint <endpoint-group> | Endpoint to list filters |
| --project <project> | Project to list filters (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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
31.12. endpoint remove project 링크 복사링크가 클립보드에 복사되었습니다!
Dissociate a project from an endpoint
Usage:
openstack endpoint remove project [-h]
[--project-domain <project-domain>]
<endpoint> <project>
openstack endpoint remove project [-h]
[--project-domain <project-domain>]
<endpoint> <project>
| Value | Summary |
|---|---|
| <endpoint> | Endpoint to dissociate from specified project (name or ID) |
| <project> | Project to dissociate from specified endpoint 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. |
31.13. endpoint set 링크 복사링크가 클립보드에 복사되었습니다!
Set endpoint properties
Usage:
openstack endpoint set [-h] [--region <region-id>]
[--interface <interface>] [--url <url>]
[--service <service>] [--enable | --disable]
<endpoint-id>
openstack endpoint set [-h] [--region <region-id>]
[--interface <interface>] [--url <url>]
[--service <service>] [--enable | --disable]
<endpoint-id>
| Value | Summary |
|---|---|
| <endpoint-id> | Endpoint to modify (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --region <region-id> | New endpoint region id |
| --interface <interface> | New endpoint interface type (admin, public or internal) |
| --url <url> | New endpoint url |
| --service <service> | New endpoint service (name or id) |
| --enable | Enable endpoint |
| --disable | Disable endpoint |
31.14. endpoint show 링크 복사링크가 클립보드에 복사되었습니다!
Display endpoint details
Usage:
openstack endpoint show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<endpoint>
openstack endpoint show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<endpoint>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 32. event 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the event command.
32.1. event trigger create 링크 복사링크가 클립보드에 복사되었습니다!
Create new trigger.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
32.2. event trigger delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete trigger.
Usage:
openstack event trigger delete [-h]
event_trigger_id [event_trigger_id ...]
openstack event trigger delete [-h]
event_trigger_id [event_trigger_id ...]
| Value | Summary |
|---|---|
| event_trigger_id | Id of event trigger(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
32.3. event trigger list 링크 복사링크가 클립보드에 복사되었습니다!
List all event triggers.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
32.4. event trigger show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific event trigger.
Usage:
openstack event trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
event_trigger
openstack event trigger show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 33. extension 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the extension command.
33.1. extension list 링크 복사링크가 클립보드에 복사되었습니다!
List API extensions
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
33.2. extension show 링크 복사링크가 클립보드에 복사되었습니다!
Show API extension
Usage:
openstack extension show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<extension>
openstack extension show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 34. federation 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the federation command.
34.1. federation domain list 링크 복사링크가 클립보드에 복사되었습니다!
List accessible domains
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
34.2. federation project list 링크 복사링크가 클립보드에 복사되었습니다!
List accessible projects
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
34.3. federation protocol create 링크 복사링크가 클립보드에 복사되었습니다!
Create new federation protocol
Usage:
| Value | Summary |
|---|---|
| <name> | New federation protocol name (must be unique per identity provider) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --identity-provider <identity-provider> | Identity provider that will support the new federation protocol (name or ID) (required) |
| --mapping <mapping> | Mapping that is to be used (name or id) (required) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
34.4. federation protocol delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete federation protocol(s)
Usage:
openstack federation protocol delete [-h] --identity-provider
<identity-provider>
<federation-protocol>
[<federation-protocol> ...]
openstack federation protocol delete [-h] --identity-provider
<identity-provider>
<federation-protocol>
[<federation-protocol> ...]
| Value | Summary |
|---|---|
| <federation-protocol> | Federation protocol(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (required) |
34.5. federation protocol list 링크 복사링크가 클립보드에 복사되었습니다!
List federation protocols
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --identity-provider <identity-provider> | Identity provider to list (name or id) (required) |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
34.6. federation protocol set 링크 복사링크가 클립보드에 복사되었습니다!
Set federation protocol properties
Usage:
openstack federation protocol set [-h] --identity-provider
<identity-provider>
[--mapping <mapping>]
<name>
openstack federation protocol set [-h] --identity-provider
<identity-provider>
[--mapping <mapping>]
<name>
| Value | Summary |
|---|---|
| <name> | Federation protocol to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (required) |
| --mapping <mapping> | Mapping that is to be used (name or id) |
34.7. federation protocol show 링크 복사링크가 클립보드에 복사되었습니다!
Display federation protocol details
Usage:
| Value | Summary |
|---|---|
| <federation-protocol> | Federation protocol to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --identity-provider <identity-provider> | Identity provider that supports <federation-protocol> (name or ID) (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 35. flavor 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the flavor command.
35.1. flavor create 링크 복사링크가 클립보드에 복사되었습니다!
Create new flavor
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
35.2. flavor delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete flavor(s)
Usage:
openstack flavor delete [-h] <flavor> [<flavor> ...]
openstack flavor delete [-h] <flavor> [<flavor> ...]
| Value | Summary |
|---|---|
| <flavor> | Flavor(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
35.3. flavor list 링크 복사링크가 클립보드에 복사되었습니다!
List flavors
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
35.4. flavor set 링크 복사링크가 클립보드에 복사되었습니다!
Set flavor properties
Usage:
openstack flavor set [-h] [--no-property] [--property <key=value>]
[--project <project>]
[--description <description>]
[--project-domain <project-domain>]
<flavor>
openstack flavor set [-h] [--no-property] [--property <key=value>]
[--project <project>]
[--description <description>]
[--project-domain <project-domain>]
<flavor>
| 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. |
35.5. flavor show 링크 복사링크가 클립보드에 복사되었습니다!
Display flavor details
Usage:
openstack flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<flavor>
openstack flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<flavor>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
35.6. flavor unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset flavor properties
Usage:
openstack flavor unset [-h] [--property <key>] [--project <project>]
[--project-domain <project-domain>]
<flavor>
openstack flavor unset [-h] [--property <key>] [--project <project>]
[--project-domain <project-domain>]
<flavor>
| 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 36. floating 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the floating command.
36.1. floating ip create 링크 복사링크가 클립보드에 복사되었습니다!
Create floating IP
Usage:
| 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) |
| --dns-domain <dns-domain> | Set dns domain for this floating ip |
| --dns-name <dns-name> | Set dns name for this floating ip |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
36.2. floating ip delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete floating IP(s)
Usage:
openstack floating ip delete [-h] <floating-ip> [<floating-ip> ...]
openstack floating ip delete [-h] <floating-ip> [<floating-ip> ...]
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip(s) to delete (ip address or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
36.3. floating ip list 링크 복사링크가 클립보드에 복사되었습니다!
List floating IP(s)
Usage:
| 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 |
| --floating-ip-address <ip-address> | List floating ip(s) according to given floating 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
36.4. floating ip pool list 링크 복사링크가 클립보드에 복사되었습니다!
List pools of floating IP addresses
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
36.5. floating ip port forwarding create 링크 복사링크가 클립보드에 복사되었습니다!
Create floating IP port forwarding
Usage:
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip that the port forwarding belongs to (ip address or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --internal-ip-address <internal-ip-address> | The fixed ipv4 address of the network port associated to the floating IP port forwarding |
| --port <port> | The name or id of the network port associated to the floating IP port forwarding |
| --internal-protocol-port <port-number> | The protocol port number of the network port fixed IPv4 address associated to the floating IP port forwarding |
| --external-protocol-port <port-number> | The protocol port number of the port forwarding’s floating IP address |
| --protocol <protocol> | The protocol used in the floating ip port forwarding, for instance: TCP, UDP |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
36.6. floating ip port forwarding delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete floating IP port forwarding
Usage:
openstack floating ip port forwarding delete [-h]
<floating-ip>
<port-forwarding-id>
[<port-forwarding-id> ...]
openstack floating ip port forwarding delete [-h]
<floating-ip>
<port-forwarding-id>
[<port-forwarding-id> ...]
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip that the port forwarding belongs to (ip address or ID) |
| <port-forwarding-id> | The id of the floating ip port forwarding(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
36.7. floating ip port forwarding list 링크 복사링크가 클립보드에 복사되었습니다!
List floating IP port forwarding
Usage:
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip that the port forwarding belongs to (ip address or ID) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port <port> | Filter the list result by the id or name of the internal network port |
| --external-protocol-port <port-number> | Filter the list result by the protocol port number of the floating IP |
| --protocol protocol | Filter the list result by the port protocol |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
36.8. floating ip port forwarding set 링크 복사링크가 클립보드에 복사되었습니다!
Set floating IP Port Forwarding Properties
Usage:
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip that the port forwarding belongs to (ip address or ID) |
| <port-forwarding-id> | The id of the floating ip port forwarding |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --port <port> | The id of the network port associated to the floating IP port forwarding |
| --internal-ip-address <internal-ip-address> | The fixed ipv4 address of the network port associated to the floating IP port forwarding |
| --internal-protocol-port <port-number> | The tcp/udp/other protocol port number of the network port fixed IPv4 address associated to the floating IP port forwarding |
| --external-protocol-port <port-number> | The tcp/udp/other protocol port number of the port forwarding’s floating IP address |
| --protocol <protocol> | The ip protocol used in the floating ip port forwarding |
36.9. floating ip port forwarding show 링크 복사링크가 클립보드에 복사되었습니다!
Display floating IP Port Forwarding details
Usage:
| Value | Summary |
|---|---|
| <floating-ip> | Floating ip that the port forwarding belongs to (ip address or ID) |
| <port-forwarding-id> | The id of the floating ip port forwarding |
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
36.10. floating ip set 링크 복사링크가 클립보드에 복사되었습니다!
Set floating IP Properties
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>
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>
| 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 |
36.11. floating ip show 링크 복사링크가 클립보드에 복사되었습니다!
Display floating IP details
Usage:
openstack floating ip show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<floating-ip>
openstack floating ip show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<floating-ip>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
36.12. floating ip unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset floating IP Properties
Usage:
openstack floating ip unset [-h] [--port] [--qos-policy]
[--tag <tag> | --all-tag]
<floating-ip>
openstack floating ip unset [-h] [--port] [--qos-policy]
[--tag <tag> | --all-tag]
<floating-ip>
| 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 37. group 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the group command.
37.1. group add user 링크 복사링크가 클립보드에 복사되었습니다!
Add user to group
Usage:
openstack group add user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user> [<user> ...]
openstack group add user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user> [<user> ...]
| Value | Summary |
|---|---|
| <group> | Group to contain <user> (name or id) |
| <user> | User(s) to add to <group> (name or id) (repeat option to add multiple users) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
37.2. group contains user 링크 복사링크가 클립보드에 복사되었습니다!
Check user membership in group
Usage:
openstack group contains user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
openstack group contains user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user>
| Value | Summary |
|---|---|
| <group> | Group to check (name or id) |
| <user> | User to check (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
37.3. group create 링크 복사링크가 클립보드에 복사되었습니다!
Create new group
Usage:
| Value | Summary |
|---|---|
| <group-name> | New group name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain to contain new group (name or id) |
| --description <description> | New group description |
| --or-show | Return existing group |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
37.4. group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete group(s)
Usage:
openstack group delete [-h] [--domain <domain>] <group> [<group> ...]
openstack group delete [-h] [--domain <domain>] <group> [<group> ...]
| Value | Summary |
|---|---|
| <group> | Group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain containing group(s) (name or id) |
37.5. group list 링크 복사링크가 클립보드에 복사되었습니다!
List groups
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Filter group list by <domain> (name or id) |
| --user <user> | Filter group list by <user> (name or id) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --long | List additional fields in output |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
37.6. group remove user 링크 복사링크가 클립보드에 복사되었습니다!
Remove user from group
Usage:
openstack group remove user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user> [<user> ...]
openstack group remove user [-h] [--group-domain <group-domain>]
[--user-domain <user-domain>]
<group> <user> [<user> ...]
| Value | Summary |
|---|---|
| <group> | Group containing <user> (name or id) |
| <user> | User(s) to remove from <group> (name or id) (repeat option to remove multiple users) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
37.7. group set 링크 복사링크가 클립보드에 복사되었습니다!
Set group properties
Usage:
openstack group set [-h] [--domain <domain>] [--name <name>]
[--description <description>]
<group>
openstack group set [-h] [--domain <domain>] [--name <name>]
[--description <description>]
<group>
| Value | Summary |
|---|---|
| <group> | Group to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain containing <group> (name or id) |
| --name <name> | New group name |
| --description <description> | New group description |
37.8. group show 링크 복사링크가 클립보드에 복사되었습니다!
Display group details
Usage:
openstack group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<group>
openstack group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<group>
| Value | Summary |
|---|---|
| <group> | Group to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain containing <group> (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 38. help.adoc 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the help.adoc command.
38.1. help 링크 복사링크가 클립보드에 복사되었습니다!
print detailed help for another command
Usage:
openstack help [-h] [cmd [cmd ...]]
openstack help [-h] [cmd [cmd ...]]
| Value | Summary |
|---|---|
| cmd | Name of the command |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 39. host 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the host command.
39.1. host list 링크 복사링크가 클립보드에 복사되었습니다!
List hosts
Usage:
openstack host list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--zone <zone>]
openstack host list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--zone <zone>]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
39.2. host set 링크 복사링크가 클립보드에 복사되었습니다!
Set host properties
Usage:
openstack host set [-h] [--enable | --disable]
[--enable-maintenance | --disable-maintenance]
<host>
openstack host set [-h] [--enable | --disable]
[--enable-maintenance | --disable-maintenance]
<host>
| 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 |
39.3. host show 링크 복사링크가 클립보드에 복사되었습니다!
Display host details
Usage:
openstack host show [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
<host>
openstack host show [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
<host>
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 40. hypervisor 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the hypervisor command.
40.1. hypervisor list 링크 복사링크가 클립보드에 복사되었습니다!
List hypervisors
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
40.2. hypervisor show 링크 복사링크가 클립보드에 복사되었습니다!
Display hypervisor details
Usage:
openstack hypervisor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<hypervisor>
openstack hypervisor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<hypervisor>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
40.3. hypervisor stats show 링크 복사링크가 클립보드에 복사되었습니다!
Display hypervisor stats details
Usage:
openstack hypervisor stats show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
openstack hypervisor stats show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 41. identity 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the identity command.
41.1. identity provider create 링크 복사링크가 클립보드에 복사되었습니다!
Create new identity provider
Usage:
| Value | Summary |
|---|---|
| <name> | New identity provider name (must be unique) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --remote-id <remote-id> | Remote ids to associate with the identity provider (repeat option to provide multiple values) |
| --remote-id-file <file-name> | Name of a file that contains many remote ids to associate with the identity provider, one per line |
| --description <description> | New identity provider description |
| --domain <domain> | Domain to associate with the identity provider. if not specified, a domain will be created automatically. (Name or ID) |
| --enable | Enable identity provider (default) |
| --disable | Disable the identity provider |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
41.2. identity provider delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete identity provider(s)
Usage:
openstack identity provider delete [-h]
<identity-provider>
[<identity-provider> ...]
openstack identity provider delete [-h]
<identity-provider>
[<identity-provider> ...]
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
41.3. identity provider list 링크 복사링크가 클립보드에 복사되었습니다!
List identity providers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
41.4. identity provider set 링크 복사링크가 클립보드에 복사되었습니다!
Set identity provider properties
Usage:
openstack identity provider set [-h] [--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
openstack identity provider set [-h] [--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Set identity provider description |
| --remote-id <remote-id> | Remote ids to associate with the identity provider (repeat option to provide multiple values) |
| --remote-id-file <file-name> | Name of a file that contains many remote ids to associate with the identity provider, one per line |
| --enable | Enable the identity provider |
| --disable | Disable the identity provider |
41.5. identity provider show 링크 복사링크가 클립보드에 복사되었습니다!
Display identity provider details
Usage:
| Value | Summary |
|---|---|
| <identity-provider> | Identity provider 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 42. image 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the image command.
42.1. image add project 링크 복사링크가 클립보드에 복사되었습니다!
Associate project with image
Usage:
| Value | Summary |
|---|---|
| <image> | Image to share (name or id) |
| <project> | Project to associate with image (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
42.2. image create 링크 복사링크가 클립보드에 복사되었습니다!
Create/upload an image
Usage:
| 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) |
| --sign-key-path <sign-key-path> | Sign the image using the specified private key. only use in combination with --sign-cert-id |
| --sign-cert-id <sign-cert-id> | The specified certificate uuid is a reference to the certificate in the key manager that corresponds to the public key and is used for signature validation. Only use in combination with --sign-key-path |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
42.3. image delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete image(s)
Usage:
openstack image delete [-h] <image> [<image> ...]
openstack image delete [-h] <image> [<image> ...]
| Value | Summary |
|---|---|
| <image> | Image(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
42.4. image list 링크 복사링크가 클립보드에 복사되었습니다!
List available images
Usage:
| 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 (repeat option to filter on multiple properties) |
| --name <name> | Filter images based on name. |
| --status <status> | Filter images based on status. |
| --member-status <member-status> | Filter images based on member status. the supported options are: accepted, pending, rejected, all. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
42.5. image member list 링크 복사링크가 클립보드에 복사되었습니다!
List projects associated with image
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
42.6. image remove project 링크 복사링크가 클립보드에 복사되었습니다!
Disassociate project with image
Usage:
openstack image remove project [-h] [--project-domain <project-domain>]
<image> <project>
openstack image remove project [-h] [--project-domain <project-domain>]
<image> <project>
| 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. |
42.7. image save 링크 복사링크가 클립보드에 복사되었습니다!
Save an image locally
Usage:
openstack image save [-h] [--file <filename>] <image>
openstack image save [-h] [--file <filename>] <image>
| 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) |
42.8. image set 링크 복사링크가 클립보드에 복사되었습니다!
Set image properties
Usage:
| 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 |
42.9. image show 링크 복사링크가 클립보드에 복사되었습니다!
Display image details
Usage:
openstack image show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--human-readable]
<image>
openstack image show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--human-readable]
<image>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
42.10. image unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset image tags and properties
Usage:
openstack image unset [-h] [--tag <tag>] [--property <property-key>]
<image>
openstack image unset [-h] [--tag <tag>] [--property <property-key>]
<image>
| 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 43. implied 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the implied command.
43.1. implied role create 링크 복사링크가 클립보드에 복사되었습니다!
Creates an association between prior and implied roles
Usage:
| Value | Summary |
|---|---|
| <role> | Role (name or id) that implies another role |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --implied-role <role> | <role> (name or id) implied by another 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
43.2. implied role delete 링크 복사링크가 클립보드에 복사되었습니다!
Deletes an association between prior and implied roles
Usage:
openstack implied role delete [-h] --implied-role <role> <role>
openstack implied role delete [-h] --implied-role <role> <role>
| Value | Summary |
|---|---|
| <role> | Role (name or id) that implies another role |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --implied-role <role> | <role> (name or id) implied by another role |
43.3. implied role list 링크 복사링크가 클립보드에 복사되었습니다!
List implied roles
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 44. ip 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the ip command.
44.1. ip availability list 링크 복사링크가 클립보드에 복사되었습니다!
List IP availability for network
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
44.2. ip availability show 링크 복사링크가 클립보드에 복사되었습니다!
Show network IP availability details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 45. keypair 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the keypair command.
45.1. keypair create 링크 복사링크가 클립보드에 복사되었습니다!
Create new public or private key for server ssh access
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
45.2. keypair delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete public or private key(s)
Usage:
openstack keypair delete [-h] <key> [<key> ...]
openstack keypair delete [-h] <key> [<key> ...]
| Value | Summary |
|---|---|
| <key> | Name of key(s) to delete (name only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
45.3. keypair list 링크 복사링크가 클립보드에 복사되었습니다!
List key fingerprints
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
45.4. keypair show 링크 복사링크가 클립보드에 복사되었습니다!
Display key details
Usage:
openstack keypair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--public-key]
<key>
openstack keypair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--public-key]
<key>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 46. l2gw 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the l2gw command.
46.1. l2gw connection create 링크 복사링크가 클립보드에 복사되었습니다!
Create l2gateway-connection
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
46.2. l2gw connection delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given l2gateway-connection
Usage:
openstack l2gw connection delete [-h]
<L2_GATEWAY_CONNECTIONS>
[<L2_GATEWAY_CONNECTIONS> ...]
openstack l2gw connection delete [-h]
<L2_GATEWAY_CONNECTIONS>
[<L2_GATEWAY_CONNECTIONS> ...]
| Value | Summary |
|---|---|
| <L2_GATEWAY_CONNECTIONS> | Id(s) of l2_gateway_connections(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
46.3. l2gw connection list 링크 복사링크가 클립보드에 복사되었습니다!
List l2gateway-connections
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
46.4. l2gw connection show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given l2gateway-connection
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
46.5. l2gw create 링크 복사링크가 클립보드에 복사되었습니다!
Create l2gateway resource
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
46.6. l2gw delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given l2gateway
Usage:
openstack l2gw delete [-h] <L2_GATEWAY> [<L2_GATEWAY> ...]
openstack l2gw delete [-h] <L2_GATEWAY> [<L2_GATEWAY> ...]
| Value | Summary |
|---|---|
| <L2_GATEWAY> | Id(s) or name(s) of l2_gateway to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
46.7. l2gw list 링크 복사링크가 클립보드에 복사되었습니다!
List l2gateway that belongs to a given project
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
46.8. l2gw show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given l2gateway
Usage:
openstack l2gw show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<L2_GATEWAY>
openstack l2gw show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<L2_GATEWAY>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
46.9. l2gw update 링크 복사링크가 클립보드에 복사되었습니다!
Update a given l2gateway
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 47. limit 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the limit command.
47.1. limit create 링크 복사링크가 클립보드에 복사되었습니다!
Create a limit
Usage:
| Value | Summary |
|---|---|
| <resource-name> | The name of the resource to limit |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the limit |
| --region <region> | Region for the limit to affect. |
| --project <project> | Project to associate the resource limit to |
| --service <service> | Service responsible for the resource to limit |
| --resource-limit <resource-limit> | The resource limit for the project to assume |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
47.2. limit delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a limit
Usage:
openstack limit delete [-h] <limit-id> [<limit-id> ...]
openstack limit delete [-h] <limit-id> [<limit-id> ...]
| Value | Summary |
|---|---|
| <limit-id> | Limit to delete (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
47.3. limit list 링크 복사링크가 클립보드에 복사되었습니다!
List limits
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Service responsible for the resource to limit |
| --resource-name <resource-name> | The name of the resource to limit |
| --region <region> | Region for the registered limit to affect. |
| --project <project> | List resource limits associated with 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
47.4. limit set 링크 복사링크가 클립보드에 복사되었습니다!
Update information about a limit
Usage:
| Value | Summary |
|---|---|
| <limit-id> | Limit to update (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the limit |
| --resource-limit <resource-limit> | The resource limit for the project to assume |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
47.5. limit show 링크 복사링크가 클립보드에 복사되었습니다!
Display limit details
Usage:
openstack limit show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<limit-id>
openstack limit show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<limit-id>
| Value | Summary |
|---|---|
| <limit-id> | Limit to display (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 48. limits 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the limits command.
48.1. limits show 링크 복사링크가 클립보드에 복사되었습니다!
Show compute and block storage limits
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 49. loadbalancer 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the loadbalancer command.
49.1. loadbalancer amphora configure 링크 복사링크가 클립보드에 복사되었습니다!
Update the amphora agent configuration
Usage:
openstack loadbalancer amphora configure [-h] <amphora-id>
openstack loadbalancer amphora configure [-h] <amphora-id>
| Value | Summary |
|---|---|
| <amphora-id> | Uuid of the amphora to configure. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.2. loadbalancer amphora failover 링크 복사링크가 클립보드에 복사되었습니다!
Force failover an amphora
Usage:
openstack loadbalancer amphora failover [-h] <amphora-id>
openstack loadbalancer amphora failover [-h] <amphora-id>
| Value | Summary |
|---|---|
| <amphora-id> | Uuid of the amphora. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.3. loadbalancer amphora list 링크 복사링크가 클립보드에 복사되었습니다!
List amphorae
Usage:
| 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 {BACKUP,MASTER,STANDALONE} | Filter by role. |
| --status {ALLOCATED,BOOTING,DELETED,ERROR,PENDING_CREATE,PENDING_DELETE,READY}, --provisioning-status {ALLOCATED,BOOTING,DELETED,ERROR,PENDING_CREATE,PENDING_DELETE,READY} | 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.4. loadbalancer amphora show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single amphora
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.5. loadbalancer create 링크 복사링크가 클립보드에 복사되었습니다!
Create a load balancer
Usage:
| 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). |
| --provider <provider> | Provider name for the load balancer. |
| --enable | Enable load balancer (default). |
| --disable | Disable load balancer. |
| --flavor <flavor> | The name or id of the flavor for the 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| At least one of the following arguments is required.--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). |
49.6. loadbalancer delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a load balancer
Usage:
openstack loadbalancer delete [-h] [--cascade] <load_balancer>
openstack loadbalancer delete [-h] [--cascade] <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. |
49.7. loadbalancer failover 링크 복사링크가 클립보드에 복사되었습니다!
Trigger load balancer failover
Usage:
openstack loadbalancer failover [-h] <load_balancer>
openstack loadbalancer failover [-h] <load_balancer>
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.8. loadbalancer flavor create 링크 복사링크가 클립보드에 복사되었습니다!
Create a octavia flavor
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New flavor name. |
| --flavorprofile <flavor_profile> | Flavor profile to add the flavor to (name or id). |
| --description <description> | Set flavor description. |
| --enable | Enable flavor. |
| --disable | Disable 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.9. loadbalancer flavor delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a flavor
Usage:
openstack loadbalancer flavor delete [-h] <flavor>
openstack loadbalancer flavor delete [-h] <flavor>
| Value | Summary |
|---|---|
| <flavor> | Flavor to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.10. loadbalancer flavor list 링크 복사링크가 클립보드에 복사되었습니다!
List flavor
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List flavors according to their name. |
| --flavorprofile <flavor_profile> | List flavors according to their flavor profile. |
| --enable | List enabled flavors. |
| --disable | List disabled flavors. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.11. loadbalancer flavor set 링크 복사링크가 클립보드에 복사되었습니다!
Update a flavor
Usage:
openstack loadbalancer flavor set [-h] [--name <name>]
[--enable | --disable]
<flavor>
openstack loadbalancer flavor set [-h] [--name <name>]
[--enable | --disable]
<flavor>
| Value | Summary |
|---|---|
| <flavor> | Name or uuid of the flavor to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the name of the flavor. |
| --enable | Enable flavor. |
| --disable | Disable flavor. |
49.12. loadbalancer flavor show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details for a single flavor
Usage:
| Value | Summary |
|---|---|
| <flavor> | Name or uuid 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.13. loadbalancer flavor unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear health monitor settings
Usage:
openstack loadbalancer flavor unset [-h] [--description] <flavor>
openstack loadbalancer flavor unset [-h] [--description] <flavor>
| Value | Summary |
|---|---|
| <flavor> | Flavor to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description | Clear the flavor description. |
49.14. loadbalancer flavorprofile create 링크 복사링크가 클립보드에 복사되었습니다!
Create a octavia flavor profile
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | New octavia flavor profile name. |
| --provider <provider name> | Provider name for the flavor profile. |
| --flavor-data <flavor_data> | The json string containing the flavor metadata. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.15. loadbalancer flavorprofile delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a flavor profile
Usage:
openstack loadbalancer flavorprofile delete [-h] <flavor_profile>
openstack loadbalancer flavorprofile delete [-h] <flavor_profile>
| Value | Summary |
|---|---|
| <flavor_profile> | Flavor profiles to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.16. loadbalancer flavorprofile list 링크 복사링크가 클립보드에 복사되었습니다!
List flavor profile
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | List flavor profiles by flavor profile name. |
| --provider <provider_name> | List flavor profiles 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.17. loadbalancer flavorprofile set 링크 복사링크가 클립보드에 복사되었습니다!
Update a flavor profile
Usage:
openstack loadbalancer flavorprofile set [-h] [--name <name>]
[--provider <provider_name>]
[--flavor-data <flavor_data>]
<flavor_profile>
openstack loadbalancer flavorprofile set [-h] [--name <name>]
[--provider <provider_name>]
[--flavor-data <flavor_data>]
<flavor_profile>
| Value | Summary |
|---|---|
| <flavor_profile> | Name or uuid of the flavor profile to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set the name of the flavor profile. |
| --provider <provider_name> | Set the provider of the flavor profile. |
| --flavor-data <flavor_data> | Set the flavor data of the flavor profile. |
49.18. loadbalancer flavorprofile show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details for a single flavor profile
Usage:
| Value | Summary |
|---|---|
| <flavor_profile> | Name or uuid of the flavor profile 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.19. loadbalancer healthmonitor create 링크 복사링크가 클립보드에 복사되었습니다!
Create a health monitor
Usage:
| 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. |
| --domain-name <domain_name> | Set the domain name, which be injected into the http Host Header to the backend server for HTTP health check. |
| --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. |
| --http-version <http_version> | Set the http version. |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.20. loadbalancer healthmonitor delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a health monitor
Usage:
openstack loadbalancer healthmonitor delete [-h] <health_monitor>
openstack loadbalancer healthmonitor delete [-h] <health_monitor>
| Value | Summary |
|---|---|
| <health_monitor> | Health monitor to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.21. loadbalancer healthmonitor list 링크 복사링크가 클립보드에 복사되었습니다!
List health monitors
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.22. loadbalancer healthmonitor set 링크 복사링크가 클립보드에 복사되었습니다!
Update a health monitor
Usage:
| 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. |
| --domain-name <domain_name> | Set the domain name, which be injected into the http Host Header to the backend server for HTTP health check. |
| --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. |
| --http-version <http_version> | Set the http version. |
| --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. |
49.23. loadbalancer healthmonitor show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single health monitor
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.24. loadbalancer healthmonitor unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear health monitor settings
Usage:
| Value | Summary |
|---|---|
| <health_monitor> | Health monitor to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain-name | Clear the health monitor domain name. |
| --expected-codes | Reset the health monitor expected codes to the api default. |
| --http-method | Reset the health monitor http method to the api default. |
| --http-version | Reset the health monitor http version to the api default. |
| --max-retries-down | Reset the health monitor max retries down to the api default. |
| --name | Clear the health monitor name. |
| --url-path | Clear the health monitor url path. |
49.25. loadbalancer l7policy create 링크 복사링크가 클립보드에 복사되었습니다!
Create a l7policy
Usage:
| 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,REDIRECT_PREFIX,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. |
| --redirect-prefix <url> | Set the url prefix to redirect requests to. |
| --redirect-http-code <redirect_http_code> | Set the http response code for redirect_url orREDIRECT_PREFIX action. |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.26. loadbalancer l7policy delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a l7policy
Usage:
openstack loadbalancer l7policy delete [-h] <policy>
openstack loadbalancer l7policy delete [-h] <policy>
| Value | Summary |
|---|---|
| <policy> | L7policy to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.27. loadbalancer l7policy list 링크 복사링크가 클립보드에 복사되었습니다!
List l7policies
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.28. loadbalancer l7policy set 링크 복사링크가 클립보드에 복사되었습니다!
Update a l7policy
Usage:
| 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,REDIRECT_PREFIX,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. |
| --redirect-prefix <url> | Set the url prefix to redirect requests to. |
| --redirect-http-code <redirect_http_code> | Set the http response code for redirect_url orREDIRECT_PREFIX action. |
| --position <position> | Set sequence number of this l7 policy. |
| --enable | Enable l7policy. |
| --disable | Disable l7policy. |
49.29. loadbalancer l7policy show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single l7policy
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.30. loadbalancer l7policy unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear l7policy settings
Usage:
openstack loadbalancer l7policy unset [-h] [--description] [--name]
[--redirect-http-code]
<policy>
openstack loadbalancer l7policy unset [-h] [--description] [--name]
[--redirect-http-code]
<policy>
| Value | Summary |
|---|---|
| <policy> | L7policy to update (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description | Clear the l7policy description. |
| --name | Clear the l7policy name. |
| --redirect-http-code | Clear the l7policy redirect http code. |
49.31. loadbalancer l7rule create 링크 복사링크가 클립보드에 복사되었습니다!
Create a l7rule
Usage:
| 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,SSL_CONN_HAS_CERT,SSL_VERIFY_RESULT,SSL_DN_FIELD} | 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.32. loadbalancer l7rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a l7rule
Usage:
openstack loadbalancer l7rule delete [-h] <l7policy> <rule_id>
openstack loadbalancer l7rule delete [-h] <l7policy> <rule_id>
| 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 |
49.33. loadbalancer l7rule list 링크 복사링크가 클립보드에 복사되었습니다!
List l7rules for l7policy
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.34. loadbalancer l7rule set 링크 복사링크가 클립보드에 복사되었습니다!
Update a l7rule
Usage:
| 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,SSL_CONN_HAS_CERT,SSL_VERIFY_RESULT,SSL_DN_FIELD} | Set the type for the l7rule. |
| --enable | Enable l7rule. |
| --disable | Disable l7rule. |
49.35. loadbalancer l7rule show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single l7rule
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.36. loadbalancer l7rule unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear l7rule settings
Usage:
openstack loadbalancer l7rule unset [-h] [--invert] [--key]
<l7policy> <l7rule_id>
openstack loadbalancer l7rule unset [-h] [--invert] [--key]
<l7policy> <l7rule_id>
| Value | Summary |
|---|---|
| <l7policy> | L7policy to update (name or id). |
| <l7rule_id> | L7rule to update. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --invert | Reset the l7rule invert to the api default. |
| --key | Clear the l7rule key. |
49.37. loadbalancer list 링크 복사링크가 클립보드에 복사되었습니다!
List load balancers
Usage:
| 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. |
| --flavor <flavor> | List load balancers according to their 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.38. loadbalancer listener create 링크 복사링크가 클립보드에 복사되었습니다!
Create a listener
Usage:
| 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. |
| --client-ca-tls-container-ref <container_ref> | The uri to the key manager service secrets container containing the CA certificate for TERMINATED_TLS listeners. |
| --client-authentication {NONE,OPTIONAL,MANDATORY} | The tls client authentication verify options for TERMINATED_TLS listeners. |
| --client-crl-container-ref <client_crl_container_ref> | The uri to the key manager service secrets container containting the CA revocation list file for TERMINATED_TLS listeners. |
| --allowed-cidr [<allowed_cidr>] | Cidr to allow access to the listener (can be set 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.39. loadbalancer listener delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a listener
Usage:
openstack loadbalancer listener delete [-h] <listener>
openstack loadbalancer listener delete [-h] <listener>
| Value | Summary |
|---|---|
| <listener> | Listener to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.40. loadbalancer listener list 링크 복사링크가 클립보드에 복사되었습니다!
List listeners
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.41. loadbalancer listener set 링크 복사링크가 클립보드에 복사되었습니다!
Update a listener
Usage:
| 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. |
| --client-ca-tls-container-ref <container_ref> | The uri to the key manager service secrets container containing the CA certificate for TERMINATED_TLS listeners. |
| --client-authentication {NONE,OPTIONAL,MANDATORY} | The tls client authentication verify options for TERMINATED_TLS listeners. |
| --client-crl-container-ref <client_crl_container_ref> | The uri to the key manager service secrets container containting the CA revocation list file for TERMINATED_TLS listeners. |
| --allowed-cidr [<allowed_cidr>] | Cidr to allow access to the listener (can be set multiple times). |
49.42. loadbalancer listener show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single listener
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.43. loadbalancer listener stats show 링크 복사링크가 클립보드에 복사되었습니다!
Shows the current statistics for a listener.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.44. loadbalancer listener unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear listener settings
Usage:
| Value | Summary |
|---|---|
| <listener> | Listener to modify (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name | Clear the listener name. |
| --description | Clear the description of this listener. |
| --connection-limit | Reset the connection limit to the api default. |
| --default-pool | Clear the default pool from the listener. |
| --default-tls-container-ref | Remove the default tls container reference from the listener. |
| --sni-container-refs | Remove the tls sni container references from the listener. |
| --insert-headers | Clear the insert headers from the listener. |
| --timeout-client-data | Reset the client data timeout to the api default. |
| --timeout-member-connect | Reset the member connect timeout to the api default. |
| --timeout-member-data | Reset the member data timeout to the api default. |
| --timeout-tcp-inspect | Reset the tcp inspection timeout to the api default. |
| --client-ca-tls-container-ref | Clear the client ca tls container reference from the listener. |
| --client-authentication | Reset the client authentication setting to the api default. |
| --client-crl-container-ref | Clear the client crl container reference from the listener. |
| --allowed-cidrs | Clear all allowed cidrs from the listener. |
49.45. loadbalancer member create 링크 복사링크가 클립보드에 복사되었습니다!
Creating a member in a pool
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.46. loadbalancer member delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a member from a pool
Usage:
openstack loadbalancer member delete [-h] <pool> <member>
openstack loadbalancer member delete [-h] <pool> <member>
| 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 |
49.47. loadbalancer member list 링크 복사링크가 클립보드에 복사되었습니다!
List members in a pool
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.48. loadbalancer member set 링크 복사링크가 클립보드에 복사되었습니다!
Update a member
Usage:
| 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 |
49.49. loadbalancer member show 링크 복사링크가 클립보드에 복사되었습니다!
Shows details of a single Member
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.50. loadbalancer member unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear member settings
Usage:
openstack loadbalancer member unset [-h] [--backup] [--monitor-address]
[--monitor-port] [--name]
[--weight]
<pool> <member>
openstack loadbalancer member unset [-h] [--backup] [--monitor-address]
[--monitor-port] [--name]
[--weight]
<pool> <member>
| Value | Summary |
|---|---|
| <pool> | Pool that the member to update belongs to (name or id). |
| <member> | Member to modify (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --backup | Clear the backup member flag. |
| --monitor-address | Clear the member monitor address. |
| --monitor-port | Clear the member monitor port. |
| --name | Clear the member name. |
| --weight | Reset the member weight to the api default. |
49.51. loadbalancer pool create 링크 복사링크가 클립보드에 복사되었습니다!
Create a pool
Usage:
| 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,SOURCE_IP_PORT} | Load balancing algorithm to use. |
| --enable | Enable pool (default). |
| --disable | Disable pool. |
| --tls-container-ref <container-ref> | The reference to the key manager service secrets container containing the certificate and key for ``tls_enabled``pools to re-encrpt the traffic to backend member servers. |
| --ca-tls-container-ref <ca_tls_container_ref> | The reference to the key manager service secrets container containing the CA certificate for ``tls_enabled`` pools to check the backend member servers certificates |
| --crl-container-ref <crl_container_ref> | The reference to the key manager service secrets container containting the CA revocation list file for ``tls_enabled`` pools to validate the backend member servers certificates. |
| --enable-tls | Enable backend member re-encryption. |
| --disable-tls | Disable backend member re-encryption. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.52. loadbalancer pool delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a pool
Usage:
openstack loadbalancer pool delete [-h] <pool>
openstack loadbalancer pool delete [-h] <pool>
| Value | Summary |
|---|---|
| <pool> | Pool to delete (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.53. loadbalancer pool list 링크 복사링크가 클립보드에 복사되었습니다!
List pools
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.54. loadbalancer pool set 링크 복사링크가 클립보드에 복사되었습니다!
Update a pool
Usage:
| 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,SOURCE_IP_PORT} | Set the load balancing algorithm to use. |
| --enable | Enable pool. |
| --disable | Disable pool. |
| --tls-container-ref <container-ref> | The uri to the key manager service secrets container containing the certificate and key for TERMINATED_TLS pools to re-encrpt the traffic from TERMINATED_TLS listener to backend servers. |
| --ca-tls-container-ref <ca_tls_container_ref> | The uri to the key manager service secrets container containing the CA certificate for TERMINATED_TLS listeners to check the backend servers certificates in ssl traffic. |
| --crl-container-ref <crl_container_ref> | The uri to the key manager service secrets container containting the CA revocation list file for TERMINATED_TLS listeners to valid the backend servers certificates in ssl traffic. |
| --enable-tls | Enable backend associated members re-encryption. |
| --disable-tls | Disable backend associated members re-encryption. |
49.55. loadbalancer pool show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details of a single pool
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.56. loadbalancer pool unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear pool settings
Usage:
| Value | Summary |
|---|---|
| <pool> | Pool to modify (name or id). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name | Clear the pool name. |
| --description | Clear the description of this pool. |
| --ca-tls-container-ref | Clear the certificate authority certificate reference on this pool. |
| --crl-container-ref | Clear the certificate revocation list reference on this pool. |
| --session-persistence | Disables session persistence on the pool. |
| --tls-container-ref | Clear the certificate reference for this pool. |
49.57. loadbalancer provider capability list 링크 복사링크가 클립보드에 복사되었습니다!
List specified provider driver’s flavor capabilicies.
Usage:
| Value | Summary |
|---|---|
| <provider_name> | Name of the provider 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.58. loadbalancer provider list 링크 복사링크가 클립보드에 복사되었습니다!
List all providers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.59. loadbalancer quota defaults show 링크 복사링크가 클립보드에 복사되었습니다!
Show quota defaults
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.60. loadbalancer quota list 링크 복사링크가 클립보드에 복사되었습니다!
List quotas
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
49.61. loadbalancer quota reset 링크 복사링크가 클립보드에 복사되었습니다!
Resets quotas to default quotas
Usage:
openstack loadbalancer quota reset [-h] <project>
openstack loadbalancer quota reset [-h] <project>
| Value | Summary |
|---|---|
| <project> | Project to reset quotas (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.62. loadbalancer quota set 링크 복사링크가 클립보드에 복사되었습니다!
Update a quota
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
| Value | Summary |
|---|---|
| At least one of the following arguments is required.--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. |
49.63. loadbalancer quota show 링크 복사링크가 클립보드에 복사되었습니다!
Show the quota details for a project
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.64. loadbalancer quota unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear quota settings
Usage:
openstack loadbalancer quota unset [-h] [--loadbalancer] [--listener]
[--pool] [--member]
[--healthmonitor]
<project>
openstack loadbalancer quota unset [-h] [--loadbalancer] [--listener]
[--pool] [--member]
[--healthmonitor]
<project>
| Value | Summary |
|---|---|
| <project> | Name or uuid of the project. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --loadbalancer | Reset the load balancer quota to the default. |
| --listener | Reset the listener quota to the default. |
| --pool | Reset the pool quota to the default. |
| --member | Reset the member quota to the default. |
| --healthmonitor | Reset the health monitor quota to the default. |
49.65. loadbalancer set 링크 복사링크가 클립보드에 복사되었습니다!
Update a load balancer
Usage:
openstack loadbalancer set [-h] [--name <name>]
[--description <description>]
[--vip-qos-policy-id <vip_qos_policy_id>]
[--enable | --disable]
<load_balancer>
openstack loadbalancer set [-h] [--name <name>]
[--description <description>]
[--vip-qos-policy-id <vip_qos_policy_id>]
[--enable | --disable]
<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. |
49.66. loadbalancer show 링크 복사링크가 클립보드에 복사되었습니다!
Show the details for a single load balancer
Usage:
openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<load_balancer>
openstack loadbalancer show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.67. loadbalancer stats show 링크 복사링크가 클립보드에 복사되었습니다!
Shows the current statistics for a load balancer
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
49.68. loadbalancer status show 링크 복사링크가 클립보드에 복사되었습니다!
Display load balancer status tree in json format
Usage:
openstack loadbalancer status show [-h] <load_balancer>
openstack loadbalancer status show [-h] <load_balancer>
| Value | Summary |
|---|---|
| <load_balancer> | Name or uuid of the load balancer. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
49.69. loadbalancer unset 링크 복사링크가 클립보드에 복사되었습니다!
Clear load balancer settings
Usage:
openstack loadbalancer unset [-h] [--name] [--description]
[--vip-qos-policy-id]
<load_balancer>
openstack loadbalancer unset [-h] [--name] [--description]
[--vip-qos-policy-id]
<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 | Clear the load balancer name. |
| --description | Clear the load balancer description. |
| --vip-qos-policy-id | Clear the load balancer qos policy. |
Chapter 50. mapping 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the mapping command.
50.1. mapping create 링크 복사링크가 클립보드에 복사되었습니다!
Create new mapping
Usage:
openstack mapping create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] --rules <filename>
<name>
openstack mapping create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] --rules <filename>
<name>
| Value | Summary |
|---|---|
| <name> | New mapping name (must be unique) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --rules <filename> | Filename that contains a set of mapping rules (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
50.2. mapping delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete mapping(s)
Usage:
openstack mapping delete [-h] <mapping> [<mapping> ...]
openstack mapping delete [-h] <mapping> [<mapping> ...]
| Value | Summary |
|---|---|
| <mapping> | Mapping(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
50.3. mapping list 링크 복사링크가 클립보드에 복사되었습니다!
List mappings
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
50.4. mapping set 링크 복사링크가 클립보드에 복사되었습니다!
Set mapping properties
Usage:
openstack mapping set [-h] [--rules <filename>] <name>
openstack mapping set [-h] [--rules <filename>] <name>
| Value | Summary |
|---|---|
| <name> | Mapping to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --rules <filename> | Filename that contains a new set of mapping rules |
50.5. mapping show 링크 복사링크가 클립보드에 복사되었습니다!
Display mapping details
Usage:
openstack mapping show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<mapping>
openstack mapping show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<mapping>
| Value | Summary |
|---|---|
| <mapping> | Mapping 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 51. messaging 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the messaging command.
51.1. messaging claim create 링크 복사링크가 클립보드에 복사되었습니다!
Create claim and return a list of claimed messages
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.2. messaging claim query 링크 복사링크가 클립보드에 복사되었습니다!
Display claim details
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.3. messaging claim release 링크 복사링크가 클립보드에 복사되었습니다!
Delete a claim
Usage:
openstack messaging claim release [-h] <queue_name> <claim_id>
openstack messaging claim release [-h] <queue_name> <claim_id>
| 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 |
51.4. messaging claim renew 링크 복사링크가 클립보드에 복사되었습니다!
Renew a claim
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.5. messaging flavor create 링크 복사링크가 클립보드에 복사되었습니다!
Create a pool flavor
Usage:
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_list <pool_list> | Pool list for flavor |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.6. messaging flavor delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a pool flavor
Usage:
openstack messaging flavor delete [-h] <flavor_name>
openstack messaging flavor delete [-h] <flavor_name>
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.7. messaging flavor list 링크 복사링크가 클립보드에 복사되었습니다!
List available pool flavors
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.8. messaging flavor show 링크 복사링크가 클립보드에 복사되었습니다!
Display pool flavor details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.9. messaging flavor update 링크 복사링크가 클립보드에 복사되었습니다!
Update a flavor’s attributes
Usage:
| Value | Summary |
|---|---|
| <flavor_name> | Name of the flavor |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --pool_list <pool_list> | Pool list 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.10. messaging health 링크 복사링크가 클립보드에 복사되었습니다!
Display detailed health status of Zaqar server
Usage:
openstack messaging health [-h]
openstack messaging health [-h]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.11. messaging homedoc 링크 복사링크가 클립보드에 복사되었습니다!
Display detailed resource doc of Zaqar server
Usage:
openstack messaging homedoc [-h]
openstack messaging homedoc [-h]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.12. messaging message list 링크 복사링크가 클립보드에 복사되었습니다!
List all messages for a given queue
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.13. messaging message post 링크 복사링크가 클립보드에 복사되었습니다!
Post messages for a given queue
Usage:
openstack messaging message post [-h] [--client-id <client_id>]
<queue_name> <messages>
openstack messaging message post [-h] [--client-id <client_id>]
<queue_name> <messages>
| 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. |
51.14. messaging ping 링크 복사링크가 클립보드에 복사되었습니다!
Check if Zaqar server is alive or not
Usage:
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
openstack messaging ping [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.15. messaging pool create 링크 복사링크가 클립보드에 복사되었습니다!
Create a pool
Usage:
| 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 |
| --flavor <flavor> | Flavor 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.16. messaging pool delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a pool
Usage:
openstack messaging pool delete [-h] <pool_name>
openstack messaging pool delete [-h] <pool_name>
| Value | Summary |
|---|---|
| <pool_name> | Name of the pool |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.17. messaging pool list 링크 복사링크가 클립보드에 복사되었습니다!
List available Pools
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.18. messaging pool show 링크 복사링크가 클립보드에 복사되었습니다!
Display pool details
Usage:
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<pool_name>
openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<pool_name>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.19. messaging pool update 링크 복사링크가 클립보드에 복사되었습니다!
Update a pool attribute
Usage:
| 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 |
| --flavor <flavor> | Flavor 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.20. messaging queue create 링크 복사링크가 클립보드에 복사되었습니다!
Create a queue
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.21. messaging queue delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a queue
Usage:
openstack messaging queue delete [-h] <queue_name>
openstack messaging queue delete [-h] <queue_name>
| Value | Summary |
|---|---|
| <queue_name> | Name of the queue |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
51.22. messaging queue get metadata 링크 복사링크가 클립보드에 복사되었습니다!
Get queue metadata
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.23. messaging queue list 링크 복사링크가 클립보드에 복사되었습니다!
List available queues
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.24. messaging queue purge 링크 복사링크가 클립보드에 복사되었습니다!
Purge a queue
Usage:
openstack messaging queue purge [-h]
[--resource_types <resource_types>]
<queue_name>
openstack messaging queue purge [-h]
[--resource_types <resource_types>]
<queue_name>
| 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. |
51.25. messaging queue set metadata 링크 복사링크가 클립보드에 복사되었습니다!
Set queue metadata
Usage:
openstack messaging queue set metadata [-h]
<queue_name> <queue_metadata>
openstack messaging queue set metadata [-h]
<queue_name> <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 |
51.26. messaging queue signed url 링크 복사링크가 클립보드에 복사되었습니다!
Create a pre-signed url
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.27. messaging queue stats 링크 복사링크가 클립보드에 복사되었습니다!
Get queue stats
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.28. messaging subscription create 링크 복사링크가 클립보드에 복사되었습니다!
Create a subscription for queue
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.29. messaging subscription delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a subscription
Usage:
openstack messaging subscription delete [-h]
<queue_name> <subscription_id>
openstack messaging subscription delete [-h]
<queue_name> <subscription_id>
| 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 |
51.30. messaging subscription list 링크 복사링크가 클립보드에 복사되었습니다!
List available subscriptions
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
51.31. messaging subscription show 링크 복사링크가 클립보드에 복사되었습니다!
Display subscription details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
51.32. messaging subscription update 링크 복사링크가 클립보드에 복사되었습니다!
Update a subscription
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 52. metric 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the metric command.
52.1. metric aggregates 링크 복사링크가 클립보드에 복사되었습니다!
Get measurements of aggregated metrics.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.2. metric archive-policy create 링크 복사링크가 클립보드에 복사되었습니다!
Create an archive policy.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.3. metric archive-policy delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an archive policy.
Usage:
openstack metric archive-policy delete [-h] name
openstack metric archive-policy delete [-h] name
| Value | Summary |
|---|---|
| name | Name of the archive policy |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
52.4. metric archive-policy list 링크 복사링크가 클립보드에 복사되었습니다!
List archive policies.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.5. metric archive-policy-rule create 링크 복사링크가 클립보드에 복사되었습니다!
Create an archive policy rule.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.6. metric archive-policy-rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an archive policy rule.
Usage:
openstack metric archive-policy-rule delete [-h] name
openstack metric archive-policy-rule delete [-h] name
| Value | Summary |
|---|---|
| name | Name of the archive policy rule |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
52.7. metric archive-policy-rule list 링크 복사링크가 클립보드에 복사되었습니다!
List archive policy rules.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.8. metric archive-policy-rule show 링크 복사링크가 클립보드에 복사되었습니다!
Show an archive policy rule.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.9. metric archive-policy show 링크 복사링크가 클립보드에 복사되었습니다!
Show an archive policy.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.10. metric archive-policy update 링크 복사링크가 클립보드에 복사되었습니다!
Update an archive policy.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.11. metric benchmark measures add 링크 복사링크가 클립보드에 복사되었습니다!
Do benchmark testing of adding measurements.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.12. metric benchmark measures show 링크 복사링크가 클립보드에 복사되었습니다!
Do benchmark testing of measurements show.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.13. metric benchmark metric create 링크 복사링크가 클립보드에 복사되었습니다!
Do benchmark testing of metric creation.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.14. metric benchmark metric show 링크 복사링크가 클립보드에 복사되었습니다!
Do benchmark testing of metric show.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.15. metric capabilities list 링크 복사링크가 클립보드에 복사되었습니다!
List capabilities.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.16. metric create 링크 복사링크가 클립보드에 복사되었습니다!
Create a metric.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.17. metric delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a metric.
Usage:
openstack metric delete [-h] [--resource-id RESOURCE_ID]
metric [metric ...]
openstack metric delete [-h] [--resource-id RESOURCE_ID]
metric [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 |
52.18. metric list 링크 복사링크가 클립보드에 복사되었습니다!
List metrics.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.19. metric measures add 링크 복사링크가 클립보드에 복사되었습니다!
Add measurements to a metric.
Usage:
openstack metric measures add [-h] [--resource-id RESOURCE_ID] -m
MEASURE
metric
openstack metric measures add [-h] [--resource-id RESOURCE_ID] -m
MEASURE
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 @ |
52.20. metric measures aggregation 링크 복사링크가 클립보드에 복사되었습니다!
Get measurements of aggregated metrics.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.21. metric measures batch-metrics 링크 복사링크가 클립보드에 복사되었습니다!
Usage:
openstack metric measures batch-metrics [-h] file
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 |
52.22. metric measures batch-resources-metrics 링크 복사링크가 클립보드에 복사되었습니다!
Usage:
openstack metric measures batch-resources-metrics [-h]
[--create-metrics]
file
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 |
52.23. metric measures show 링크 복사링크가 클립보드에 복사되었습니다!
Get measurements of a metric.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.24. metric metric create 링크 복사링크가 클립보드에 복사되었습니다!
Deprecated: Create a metric.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.25. metric metric delete 링크 복사링크가 클립보드에 복사되었습니다!
Deprecated: Delete a metric.
Usage:
openstack metric metric delete [-h] [--resource-id RESOURCE_ID]
metric [metric ...]
openstack metric metric delete [-h] [--resource-id RESOURCE_ID]
metric [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 |
52.26. metric metric list 링크 복사링크가 클립보드에 복사되었습니다!
Deprecated: List metrics.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.27. metric metric show 링크 복사링크가 클립보드에 복사되었습니다!
Deprecated: Show a metric.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.28. metric resource batch delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a batch of resources based on attribute values.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.29. metric resource create 링크 복사링크가 클립보드에 복사되었습니다!
Create a resource.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.30. metric resource delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a resource.
Usage:
openstack metric resource delete [-h] resource_id
openstack metric resource delete [-h] resource_id
| Value | Summary |
|---|---|
| resource_id | Id of the resource |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
52.31. metric resource history 링크 복사링크가 클립보드에 복사되었습니다!
Show the history of a resource.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.32. metric resource list 링크 복사링크가 클립보드에 복사되었습니다!
List resources.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.33. metric resource search 링크 복사링크가 클립보드에 복사되었습니다!
Search resources with specified query rules.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.34. metric resource show 링크 복사링크가 클립보드에 복사되었습니다!
Show a resource.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.35. metric resource-type create 링크 복사링크가 클립보드에 복사되었습니다!
Create a resource type.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.36. metric resource-type delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a resource type.
Usage:
openstack metric resource-type delete [-h] name
openstack metric resource-type delete [-h] name
| Value | Summary |
|---|---|
| name | Name of the resource type |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
52.37. metric resource-type list 링크 복사링크가 클립보드에 복사되었습니다!
List resource types.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
52.38. metric resource-type show 링크 복사링크가 클립보드에 복사되었습니다!
Show a resource type.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.39. metric resource-type update 링크 복사링크가 클립보드에 복사되었습니다!
Create a resource type.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.40. metric resource update 링크 복사링크가 클립보드에 복사되었습니다!
Update a resource.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.41. metric server version 링크 복사링크가 클립보드에 복사되었습니다!
Show the version of Gnocchi server.
Usage:
openstack metric server version [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
openstack metric server version [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.42. metric show 링크 복사링크가 클립보드에 복사되었습니다!
Show a metric.
Usage:
openstack metric show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--resource-id RESOURCE_ID]
metric
openstack metric show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--resource-id RESOURCE_ID]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
52.43. metric status 링크 복사링크가 클립보드에 복사되었습니다!
Show the status of measurements processing.
Usage:
openstack metric status [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
openstack metric status [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 53. module 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the module command.
53.1. module list 링크 복사링크가 클립보드에 복사되었습니다!
List module versions
Usage:
openstack module list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--all]
openstack module list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--all]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 54. network 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the network command.
54.1. network agent add network 링크 복사링크가 클립보드에 복사되었습니다!
Add network to an agent
Usage:
openstack network agent add network [-h] [--dhcp] <agent-id> <network>
openstack network agent add network [-h] [--dhcp] <agent-id> <network>
| 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 |
54.2. network agent add router 링크 복사링크가 클립보드에 복사되었습니다!
Add router to an agent
Usage:
openstack network agent add router [-h] [--l3] <agent-id> <router>
openstack network agent add router [-h] [--l3] <agent-id> <router>
| 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 |
54.3. network agent delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network agent(s)
Usage:
openstack network agent delete [-h]
<network-agent> [<network-agent> ...]
openstack network agent delete [-h]
<network-agent> [<network-agent> ...]
| Value | Summary |
|---|---|
| <network-agent> | Network agent(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.4. network agent list 링크 복사링크가 클립보드에 복사되었습니다!
List network agents
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.5. network agent remove network 링크 복사링크가 클립보드에 복사되었습니다!
Remove network from an agent.
Usage:
openstack network agent remove network [-h] [--dhcp]
<agent-id> <network>
openstack network agent remove network [-h] [--dhcp]
<agent-id> <network>
| 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 |
54.6. network agent remove router 링크 복사링크가 클립보드에 복사되었습니다!
Remove router from an agent
Usage:
openstack network agent remove router [-h] [--l3] <agent-id> <router>
openstack network agent remove router [-h] [--l3] <agent-id> <router>
| 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 |
54.7. network agent set 링크 복사링크가 클립보드에 복사되었습니다!
Set network agent properties
Usage:
openstack network agent set [-h] [--description <description>]
[--enable | --disable]
<network-agent>
openstack network agent set [-h] [--description <description>]
[--enable | --disable]
<network-agent>
| 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 |
54.8. network agent show 링크 복사링크가 클립보드에 복사되었습니다!
Display network agent details
Usage:
openstack network agent show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network-agent>
openstack network agent show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network-agent>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.9. network auto allocated topology create 링크 복사링크가 클립보드에 복사되었습니다!
Create the auto allocated topology for project
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.10. network auto allocated topology delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete auto allocated topology for project
Usage:
openstack network auto allocated topology delete [-h]
[--project <project>]
[--project-domain <project-domain>]
openstack network auto allocated topology delete [-h]
[--project <project>]
[--project-domain <project-domain>]
| 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. |
54.11. network create 링크 복사링크가 클립보드에 복사되었습니다!
Create new network
Usage:
| 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 |
| --dns-domain <dns-domain> | Set dns domain for this network (requires dns integration extension) |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.12. network delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network(s)
Usage:
openstack network delete [-h] <network> [<network> ...]
openstack network delete [-h] <network> [<network> ...]
| Value | Summary |
|---|---|
| <network> | Network(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.13. network flavor add profile 링크 복사링크가 클립보드에 복사되었습니다!
Add a service profile to a network flavor
Usage:
openstack network flavor add profile [-h] <flavor> <service-profile>
openstack network flavor add profile [-h] <flavor> <service-profile>
| Value | Summary |
|---|---|
| <flavor> | Network flavor (name or id) |
| <service-profile> | Service profile (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.14. network flavor create 링크 복사링크가 클립보드에 복사되었습니다!
Create new network flavor
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.15. network flavor delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network flavors
Usage:
openstack network flavor delete [-h] <flavor> [<flavor> ...]
openstack network flavor delete [-h] <flavor> [<flavor> ...]
| Value | Summary |
|---|---|
| <flavor> | Flavor(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.16. network flavor list 링크 복사링크가 클립보드에 복사되었습니다!
List network flavors
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.17. network flavor profile create 링크 복사링크가 클립보드에 복사되었습니다!
Create new network flavor profile
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.18. network flavor profile delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network flavor profile
Usage:
openstack network flavor profile delete [-h]
<flavor-profile>
[<flavor-profile> ...]
openstack network flavor profile delete [-h]
<flavor-profile>
[<flavor-profile> ...]
| Value | Summary |
|---|---|
| <flavor-profile> | Flavor profile(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.19. network flavor profile list 링크 복사링크가 클립보드에 복사되었습니다!
List network flavor profile(s)
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.20. network flavor profile set 링크 복사링크가 클립보드에 복사되었습니다!
Set network flavor profile properties
Usage:
| 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 |
54.21. network flavor profile show 링크 복사링크가 클립보드에 복사되었습니다!
Display network flavor profile details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.22. network flavor remove profile 링크 복사링크가 클립보드에 복사되었습니다!
Remove service profile from network flavor
Usage:
openstack network flavor remove profile [-h] <flavor> <service-profile>
openstack network flavor remove profile [-h] <flavor> <service-profile>
| Value | Summary |
|---|---|
| <flavor> | Network flavor (name or id) |
| <service-profile> | Service profile (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.23. network flavor set 링크 복사링크가 클립보드에 복사되었습니다!
Set network flavor properties
Usage:
openstack network flavor set [-h] [--description DESCRIPTION]
[--disable | --enable] [--name <name>]
<flavor>
openstack network flavor set [-h] [--description DESCRIPTION]
[--disable | --enable] [--name <name>]
<flavor>
| 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 |
54.24. network flavor show 링크 복사링크가 클립보드에 복사되었습니다!
Display network flavor details
Usage:
openstack network flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<flavor>
openstack network flavor show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<flavor>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.25. network list 링크 복사링크가 클립보드에 복사되었습니다!
List networks
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.26. network log create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new network log
Usage:
| 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 {ALL,ACCEPT,DROP} | 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 resources list |
| --resource <resource> | Name or id of resource (security group or firewall group) that used 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.27. network log delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network log(s)
Usage:
openstack network log delete [-h] <network-log> [<network-log> ...]
openstack network log delete [-h] <network-log> [<network-log> ...]
| Value | Summary |
|---|---|
| <network-log> | Network log(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.28. network log list 링크 복사링크가 클립보드에 복사되었습니다!
List network logs
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.29. network log set 링크 복사링크가 클립보드에 복사되었습니다!
Set network log properties
Usage:
openstack network log set [-h] [--description <description>]
[--enable | --disable] [--name <name>]
<network-log>
openstack network log set [-h] [--description <description>]
[--enable | --disable] [--name <name>]
<network-log>
| 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 |
54.30. network log show 링크 복사링크가 클립보드에 복사되었습니다!
Display network log details
Usage:
openstack network log show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network-log>
openstack network log show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network-log>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.31. network loggable resources list 링크 복사링크가 클립보드에 복사되었습니다!
List supported loggable resources
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.32. network meter create 링크 복사링크가 클립보드에 복사되었습니다!
Create network meter
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.33. network meter delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network meter
Usage:
openstack network meter delete [-h] <meter> [<meter> ...]
openstack network meter delete [-h] <meter> [<meter> ...]
| Value | Summary |
|---|---|
| <meter> | Meter to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.34. network meter list 링크 복사링크가 클립보드에 복사되었습니다!
List network meters
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.35. network meter rule create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new meter rule
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.36. network meter rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete meter rule(s)
Usage:
openstack network meter rule delete [-h]
<meter-rule-id>
[<meter-rule-id> ...]
openstack network meter rule delete [-h]
<meter-rule-id>
[<meter-rule-id> ...]
| Value | Summary |
|---|---|
| <meter-rule-id> | Meter rule to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.37. network meter rule list 링크 복사링크가 클립보드에 복사되었습니다!
List meter rules
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.38. network meter rule show 링크 복사링크가 클립보드에 복사되었습니다!
Display meter rules details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.39. network meter show 링크 복사링크가 클립보드에 복사되었습니다!
Show network meter
Usage:
openstack network meter show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<meter>
openstack network meter show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.40. network onboard subnets 링크 복사링크가 클립보드에 복사되었습니다!
Onboard network subnets into a subnet pool
Usage:
openstack network onboard subnets [-h] <network> <subnetpool>
openstack network onboard subnets [-h] <network> <subnetpool>
| Value | Summary |
|---|---|
| <network> | Onboard all subnets associated with this network |
| <subnetpool> | Target subnet pool for onboarding subnets |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.41. network qos policy create 링크 복사링크가 클립보드에 복사되었습니다!
Create a QoS policy
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.42. network qos policy delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete Qos Policy(s)
Usage:
openstack network qos policy delete [-h]
<qos-policy> [<qos-policy> ...]
openstack network qos policy delete [-h]
<qos-policy> [<qos-policy> ...]
| Value | Summary |
|---|---|
| <qos-policy> | Qos policy(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.43. network qos policy list 링크 복사링크가 클립보드에 복사되었습니다!
List QoS policies
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.44. network qos policy set 링크 복사링크가 클립보드에 복사되었습니다!
Set QoS policy properties
Usage:
openstack network qos policy set [-h] [--name <name>]
[--description <description>]
[--share | --no-share]
[--default | --no-default]
<qos-policy>
openstack network qos policy set [-h] [--name <name>]
[--description <description>]
[--share | --no-share]
[--default | --no-default]
<qos-policy>
| 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 |
54.45. network qos policy show 링크 복사링크가 클립보드에 복사되었습니다!
Display QoS policy details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.46. network qos rule create 링크 복사링크가 클립보드에 복사되었습니다!
Create new Network QoS rule
Usage:
| 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 (minimum-bandwidth, dscp-marking, bandwidth-limit) |
| --max-kbps <max-kbps> | Maximum bandwidth in kbps |
| --max-burst-kbits <max-burst-kbits> | Maximum burst in kilobits, 0 or not specified means automatic, which is 80% of the bandwidth limit, which works for typical TCP traffic. For details check the QoS user workflow. |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.47. network qos rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete Network QoS rule
Usage:
openstack network qos rule delete [-h] <qos-policy> <rule-id>
openstack network qos rule delete [-h] <qos-policy> <rule-id>
| 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 |
54.48. network qos rule list 링크 복사링크가 클립보드에 복사되었습니다!
List Network QoS rules
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.49. network qos rule set 링크 복사링크가 클립보드에 복사되었습니다!
Set Network QoS rule properties
Usage:
| 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 or not specified means automatic, which is 80% of the bandwidth limit, which works for typical TCP traffic. For details check the QoS user workflow. |
| --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 |
54.50. network qos rule show 링크 복사링크가 클립보드에 복사되었습니다!
Display Network QoS rule details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.51. network qos rule type list 링크 복사링크가 클립보드에 복사되었습니다!
List QoS rule types
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.52. network qos rule type show 링크 복사링크가 클립보드에 복사되었습니다!
Show details about supported QoS rule type
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.53. network rbac create 링크 복사링크가 클립보드에 복사되었습니다!
Create network RBAC policy
Usage:
| 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 ("security_group", "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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.54. network rbac delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network RBAC policy(s)
Usage:
openstack network rbac delete [-h] <rbac-policy> [<rbac-policy> ...]
openstack network rbac delete [-h] <rbac-policy> [<rbac-policy> ...]
| Value | Summary |
|---|---|
| <rbac-policy> | Rbac policy(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.55. network rbac list 링크 복사링크가 클립보드에 복사되었습니다!
List network RBAC policies
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | List network rbac policies according to given object type ("security_group", "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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.56. network rbac set 링크 복사링크가 클립보드에 복사되었습니다!
Set network RBAC policy properties
Usage:
openstack network rbac set [-h] [--target-project <target-project>]
[--target-project-domain <target-project-domain>]
<rbac-policy>
openstack network rbac set [-h] [--target-project <target-project>]
[--target-project-domain <target-project-domain>]
<rbac-policy>
| 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. |
54.57. network rbac show 링크 복사링크가 클립보드에 복사되었습니다!
Display network RBAC policy details
Usage:
openstack network rbac show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<rbac-policy>
openstack network rbac show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<rbac-policy>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.58. network segment create 링크 복사링크가 클립보드에 복사되었습니다!
Create new network segment
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.59. network segment delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network segment(s)
Usage:
openstack network segment delete [-h]
<network-segment>
[<network-segment> ...]
openstack network segment delete [-h]
<network-segment>
[<network-segment> ...]
| Value | Summary |
|---|---|
| <network-segment> | Network segment(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.60. network segment list 링크 복사링크가 클립보드에 복사되었습니다!
List network segments
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.61. network segment range create 링크 복사링크가 클립보드에 복사되었습니다!
Create new network segment range
Usage:
| Value | Summary |
|---|---|
| <name> | Name of new network segment range |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --private | Network segment range is assigned specifically to the project |
| --shared | Network segment range is shared with other projects |
| --project <project> | Network segment range owner (name or id). optional when the segment range is shared |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --network-type <network-type> | Network type of this network segment range (geneve, gre, vlan or vxlan) |
| --physical-network <physical-network-name> | Physical network name of this network segment range |
| --minimum <minimum-segmentation-id> | Minimum segment identifier for this network segment range which is based on the network type, VLAN ID for vlan network type and tunnel ID for geneve, gre and vxlan network types |
| --maximum <maximum-segmentation-id> | Maximum segment identifier for this network segment range which is based on the network type, VLAN ID for vlan network type and tunnel ID for geneve, gre and vxlan network types |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.62. network segment range delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete network segment range(s)
Usage:
openstack network segment range delete [-h]
<network-segment-range>
[<network-segment-range> ...]
openstack network segment range delete [-h]
<network-segment-range>
[<network-segment-range> ...]
| Value | Summary |
|---|---|
| <network-segment-range> | Network segment range(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.63. network segment range list 링크 복사링크가 클립보드에 복사되었습니다!
List network segment ranges
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --long | List additional fields in output |
| --used | List network segment ranges that have segments in use |
| --unused | List network segment ranges that have segments not in use |
| --available | List network segment ranges that have available segments |
| --unavailable | List network segment ranges without available segments |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.64. network segment range set 링크 복사링크가 클립보드에 복사되었습니다!
Set network segment range properties
Usage:
openstack network segment range set [-h] [--name <name>]
[--minimum <minimum-segmentation-id>]
[--maximum <maximum-segmentation-id>]
<network-segment-range>
openstack network segment range set [-h] [--name <name>]
[--minimum <minimum-segmentation-id>]
[--maximum <maximum-segmentation-id>]
<network-segment-range>
| Value | Summary |
|---|---|
| <network-segment-range> | Network segment range to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set network segment name |
| --minimum <minimum-segmentation-id> | Set network segment range minimum segment identifier |
| --maximum <maximum-segmentation-id> | Set network segment range maximum segment identifier |
54.65. network segment range show 링크 복사링크가 클립보드에 복사되었습니다!
Display network segment range details
Usage:
| Value | Summary |
|---|---|
| <network-segment-range> | Network segment range 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.66. network segment set 링크 복사링크가 클립보드에 복사되었습니다!
Set network segment properties
Usage:
openstack network segment set [-h] [--description <description>]
[--name <name>]
<network-segment>
openstack network segment set [-h] [--description <description>]
[--name <name>]
<network-segment>
| 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 |
54.67. network segment show 링크 복사링크가 클립보드에 복사되었습니다!
Display network segment details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.68. network service provider list 링크 복사링크가 클립보드에 복사되었습니다!
List Service Providers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.69. network set 링크 복사링크가 클립보드에 복사되었습니다!
Set network properties
Usage:
| 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 |
| --dns-domain <dns-domain> | Set dns domain for this network (requires dns integration extension) |
54.70. network show 링크 복사링크가 클립보드에 복사되었습니다!
Show network details
Usage:
openstack network show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network>
openstack network show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<network>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.71. network subport list 링크 복사링크가 클립보드에 복사되었습니다!
List all subports for a given network trunk
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.72. network trunk create 링크 복사링크가 클립보드에 복사되었습니다!
Create a network trunk for a given project
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.73. network trunk delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given network trunk
Usage:
openstack network trunk delete [-h] <trunk> [<trunk> ...]
openstack network trunk delete [-h] <trunk> [<trunk> ...]
| Value | Summary |
|---|---|
| <trunk> | Trunk(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
54.74. network trunk list 링크 복사링크가 클립보드에 복사되었습니다!
List all network trunks
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
54.75. network trunk set 링크 복사링크가 클립보드에 복사되었습니다!
Set network trunk properties
Usage:
openstack network trunk set [-h] [--name <name>]
[--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
openstack network trunk set [-h] [--name <name>]
[--description <description>]
[--subport <port=,segmentation-type=,segmentation-id=>]
[--enable | --disable]
<trunk>
| 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 |
54.76. network trunk show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given network trunk
Usage:
openstack network trunk show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<trunk>
openstack network trunk show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
54.77. network trunk unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset subports from a given network trunk
Usage:
openstack network trunk unset [-h] --subport <subport> <trunk>
openstack network trunk unset [-h] --subport <subport> <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 |
54.78. network unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset network properties
Usage:
openstack network unset [-h] [--tag <tag> | --all-tag] <network>
openstack network unset [-h] [--tag <tag> | --all-tag] <network>
| 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 55. object 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the object command.
55.1. object create 링크 복사링크가 클립보드에 복사되었습니다!
Upload object to container
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
55.2. object delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete object from container
Usage:
openstack object delete [-h] <container> <object> [<object> ...]
openstack object delete [-h] <container> <object> [<object> ...]
| Value | Summary |
|---|---|
| <container> | Delete object(s) from <container> |
| <object> | Object(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
55.3. object list 링크 복사링크가 클립보드에 복사되었습니다!
List objects
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
55.4. object save 링크 복사링크가 클립보드에 복사되었습니다!
Save object locally
Usage:
openstack object save [-h] [--file <filename>] <container> <object>
openstack object save [-h] [--file <filename>] <container> <object>
| 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 |
55.5. object set 링크 복사링크가 클립보드에 복사되었습니다!
Set object properties
Usage:
openstack object set [-h] --property <key=value> <container> <object>
openstack object set [-h] --property <key=value> <container> <object>
| 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) |
55.6. object show 링크 복사링크가 클립보드에 복사되었습니다!
Display object details
Usage:
openstack object show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<container> <object>
openstack object show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<container> <object>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
55.7. object store account set 링크 복사링크가 클립보드에 복사되었습니다!
Set account properties
Usage:
openstack object store account set [-h] --property <key=value>
openstack object store account set [-h] --property <key=value>
| 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) |
55.8. object store account show 링크 복사링크가 클립보드에 복사되었습니다!
Display account details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
55.9. object store account unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset account properties
Usage:
openstack object store account unset [-h] --property <key>
openstack object store account unset [-h] --property <key>
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --property <key> | Property to remove from account (repeat option to remove multiple properties) |
55.10. object unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset object properties
Usage:
openstack object unset [-h] --property <key> <container> <object>
openstack object unset [-h] --property <key> <container> <object>
| 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 56. orchestration 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the orchestration command.
56.1. orchestration build info 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve build information.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
56.2. orchestration resource type list 링크 복사링크가 클립보드에 복사되었습니다!
List resource types.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
56.3. orchestration resource type show 링크 복사링크가 클립보드에 복사되었습니다!
Show details and optionally generate a template for a resource type.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
56.4. orchestration service list 링크 복사링크가 클립보드에 복사되었습니다!
List the Heat engines.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
56.5. orchestration template function list 링크 복사링크가 클립보드에 복사되었습니다!
List the available functions.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
56.6. orchestration template validate 링크 복사링크가 클립보드에 복사되었습니다!
Validate a template
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
56.7. orchestration template version list 링크 복사링크가 클립보드에 복사되었습니다!
List the available template versions.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 57. overcloud 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the overcloud command.
57.1. overcloud admin authorize 링크 복사링크가 클립보드에 복사되었습니다!
Deploy the ssh keys needed by Mistral.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
57.2. overcloud cell export 링크 복사링크가 클립보드에 복사되었습니다!
Export cell information used as import of another cell
Usage:
| Value | Summary |
|---|---|
| <cell name> | Name of the stack used for the additional cell. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --control-plane-stack <control plane stack> | Name of the environment main heat stack to export information from. (default=Env: OVERCLOUD_STACK_NAME) |
| --cell-stack <cell stack>, -e <cell stack> | Name of the controller cell heat stack to export information from. Used in case of: control plane stack → cell controller stack → multiple compute stacks |
| --output-file <output file>, -o <output file> | Name of the output file for the cell data export. it will default to "<name>.yaml" |
| --force-overwrite, -f | Overwrite output file if it exists. |
57.3. overcloud config download 링크 복사링크가 클립보드에 복사되었습니다!
Download Overcloud Config
Usage:
openstack overcloud config download [-h] [--name NAME]
[--config-dir CONFIG_DIR]
[--config-type CONFIG_TYPE]
[--no-preserve-config]
openstack overcloud config download [-h] [--name NAME]
[--config-dir CONFIG_DIR]
[--config-type CONFIG_TYPE]
[--no-preserve-config]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | The name of the plan, which is used for the object storage container, workflow environment and orchestration stack names. |
| --config-dir CONFIG_DIR | The directory where the configuration files will be pushed |
| --config-type CONFIG_TYPE | Type of object config to be extract from the deployment, defaults to all keys available |
| --no-preserve-config | If specified, will delete and recreate the --config- dir if it already exists. Default is to use the existing dir location and overwrite files. Files in --config-dir not from the stack will be preserved by default. |
57.4. overcloud container image build 링크 복사링크가 클립보드에 복사되었습니다!
Build overcloud container images with kolla-build.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-file <yaml config file> | Yaml config file specifying the images to build. may be specified multiple times. Order is preserved, and later files will override some options in previous files. Other options will append. If not specified, the default set of containers will be built. |
| --kolla-config-file <config file> | Path to a kolla config file to use. multiple config files can be specified, with values in later files taking precedence. By default, tripleo kolla conf file /usr/share/tripleo-common/container- images/tripleo_kolla_config_overrides.conf is added. |
| --list-images | Show the images which would be built instead of building them. |
| --list-dependencies | Show the image build dependencies instead of building them. |
| --exclude <container-name> | Name of a container to match against the list of containers to be built to skip. Can be specified multiple times. |
| --use-buildah | Use buildah instead of docker to build the images with Kolla. |
| --work-dir <container builds directory> | Tripleo container builds directory, storing configs and logs for each image and its dependencies. |
57.5. overcloud container image prepare 링크 복사링크가 클립보드에 복사되었습니다!
Generate files defining the images, tags and registry.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --template-file <yaml template file> | Yaml template file which the images config file will be built from. Default: /usr/share/tripleo-common/container- images/overcloud_containers.yaml.j2 |
| --push-destination <location> | Location of image registry to push images to. if specified, a push_destination will be set for every image entry. |
| --tag <tag> | Override the default tag substitution. if --tag-from- label is specified, start discovery with this tag. Default: 16.0 |
| --tag-from-label <image label> | Use the value of the specified label(s) to discover the tag. Labels can be combined in a template format, for example: {version}-{release} |
| --namespace <namespace> | Override the default namespace substitution. Default: registry.redhat.io/rhosp-rhel8 |
| --prefix <prefix> | Override the default name prefix substitution. Default: openstack- |
| --suffix <suffix> | Override the default name suffix substitution. Default: |
| --set <variable=value> | Set the value of a variable in the template, even if it has no dedicated argument such as "--suffix". |
| --exclude <regex> | Pattern to match against resulting imagename entries to exclude from the final output. Can be specified multiple times. |
| --include <regex> | Pattern to match against resulting imagename entries to include in final output. Can be specified multiple times, entries not matching any --include will be excluded. --exclude is ignored if --include is used. |
| --output-images-file <file path> | File to write resulting image entries to, as well as stdout. Any existing file will be overwritten. |
| --environment-file <file path>, -e <file path> | Environment files specifying which services are containerized. Entries will be filtered to only contain images used by containerized services. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the update command. Entries will be filtered to only contain images used by containerized services. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --output-env-file <file path> | File to write heat environment file which specifies all image parameters. Any existing file will be overwritten. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --modify-role MODIFY_ROLE | Name of ansible role to run between every image upload pull and push. |
| --modify-vars MODIFY_VARS | Ansible variable file containing variables to use when invoking the role --modify-role. |
57.6. overcloud container image tag discover 링크 복사링크가 클립보드에 복사되었습니다!
Discover the versioned tag for an image.
Usage:
openstack overcloud container image tag discover [-h] --image
<container image>
[--tag-from-label <image label>]
openstack overcloud container image tag discover [-h] --image
<container image>
[--tag-from-label <image label>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --image <container image> | Fully qualified name of the image to discover the tag for (Including registry and stable tag). |
| --tag-from-label <image label> | Use the value of the specified label(s) to discover the tag. Labels can be combined in a template format, for example: {version}-{release} |
57.7. overcloud container image upload 링크 복사링크가 클립보드에 복사되었습니다!
Push overcloud container images to registries.
Usage:
openstack overcloud container image upload [-h] --config-file <yaml
config file>
[--cleanup <full, partial, none>]
openstack overcloud container image upload [-h] --config-file <yaml
config file>
[--cleanup <full, partial, none>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-file <yaml config file> | Yaml config file specifying the image build. may be specified multiple times. Order is preserved, and later files will override some options in previous files. Other options will append. |
| --cleanup <full, partial, none> | Cleanup behavior for local images left after upload. The default full will attempt to delete all local images. partial will leave images required for deployment on this host. none will do no cleanup. |
57.8. overcloud credentials 링크 복사링크가 클립보드에 복사되었습니다!
Create the overcloudrc files
Usage:
openstack overcloud credentials [-h] [--directory [DIRECTORY]] plan
openstack overcloud credentials [-h] [--directory [DIRECTORY]] plan
| Value | Summary |
|---|---|
| plan | The name of the plan you want to create rc files for. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --directory [DIRECTORY] | The directory to create the rc files. defaults to the current directory. |
57.9. overcloud delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete overcloud stack and plan
Usage:
openstack overcloud delete [-h] [-y] [stack]
openstack overcloud delete [-h] [-y] [stack]
| Value | Summary |
|---|---|
| stack | Name or id of heat stack to delete(default=env: OVERCLOUD_STACK_NAME) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -y, --yes | Skip yes/no prompt (assume yes). |
57.10. overcloud deploy 링크 복사링크가 클립보드에 복사되었습니다!
Deploy Overcloud
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
57.11. overcloud execute 링크 복사링크가 클립보드에 복사되었습니다!
Execute a Heat software config on the servers.
Usage:
openstack overcloud execute [-h] [-s SERVER_NAME] [-g GROUP] file_in
openstack overcloud execute [-h] [-s SERVER_NAME] [-g GROUP] file_in
| Value | Summary |
|---|---|
| file_in | None |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -s SERVER_NAME, --server_name SERVER_NAME | Nova server_name or partial name to match. |
| -g GROUP, --group GROUP | Heat software config "group" type. defaults to "script". |
57.12. overcloud export 링크 복사링크가 클립보드에 복사되었습니다!
Export stack information used as import of another stack
Usage:
openstack overcloud export [-h] [--stack <stack>]
[--output-file <output file>]
[--force-overwrite]
[--config-download-dir CONFIG_DOWNLOAD_DIR]
[--no-password-excludes]
openstack overcloud export [-h] [--stack <stack>]
[--output-file <output file>]
[--force-overwrite]
[--config-download-dir CONFIG_DOWNLOAD_DIR]
[--no-password-excludes]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --stack <stack> | Name of the environment main heat stack to export information from. (default=Env: OVERCLOUD_STACK_NAME) |
| --output-file <output file>, -o <output file> | Name of the output file for the stack data export. it will default to "<name>.yaml" |
| --force-overwrite, -f | Overwrite output file if it exists. |
| --config-download-dir CONFIG_DOWNLOAD_DIR | Directory to search for config-download export data. Defaults to /var/lib/mistral/<stack> |
| --no-password-excludes | Dont exclude certain passwords from the password export. Defaults to False in that some passwords will be excluded that are not typically necessary. |
57.13. overcloud external-update run 링크 복사링크가 클립보드에 복사되었습니다!
Run external minor update Ansible playbook This will run the external minor update Ansible playbook, executing tasks from the undercloud. The update playbooks are made available after completion of the overcloud update prepare command.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --static-inventory STATIC_INVENTORY | Path to an existing ansible inventory to use. if not specified, one will be generated in ~/tripleo-ansible- inventory.yaml |
| --ssh-user SSH_USER | Deprecated: only tripleo-admin should be used as ssh user. |
| --tags TAGS | A string specifying the tag or comma separated list of tags to be passed as --tags to ansible-playbook. |
| --skip-tags SKIP_TAGS | A string specifying the tag or comma separated list of tags to be passed as --skip-tags to ansible-playbook. |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| -e EXTRA_VARS, --extra-vars EXTRA_VARS | Set additional variables as key=value or yaml/json |
| --no-workflow | Run ansible-playbook directly via system command instead of running Ansiblevia the TripleO mistral workflows. |
57.14. overcloud external-upgrade run 링크 복사링크가 클립보드에 복사되었습니다!
Run external major upgrade Ansible playbook This will run the external major upgrade Ansible playbook, executing tasks from the undercloud. The upgrade playbooks are made available after completion of the overcloud upgrade prepare command.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --static-inventory STATIC_INVENTORY | Path to an existing ansible inventory to use. if not specified, one will be generated in ~/tripleo-ansible- inventory.yaml |
| --ssh-user SSH_USER | Deprecated: only tripleo-admin should be used as ssh user. |
| --tags TAGS | A string specifying the tag or comma separated list of tags to be passed as --tags to ansible-playbook. |
| --skip-tags SKIP_TAGS | A string specifying the tag or comma separated list of tags to be passed as --skip-tags to ansible-playbook. |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| -e EXTRA_VARS, --extra-vars EXTRA_VARS | Set additional variables as key=value or yaml/json |
| --no-workflow | Run ansible-playbook directly via system command instead of running Ansiblevia the TripleO mistral workflows. |
57.15. overcloud failures 링크 복사링크가 클립보드에 복사되었습니다!
Get deployment failures
Usage:
openstack overcloud failures [-h] [--plan PLAN]
openstack overcloud failures [-h] [--plan PLAN]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --plan PLAN, --stack PLAN | Name of the stack/plan. (default: overcloud) |
57.16. overcloud ffwd-upgrade converge 링크 복사링크가 클립보드에 복사되었습니다!
Converge the fast-forward upgrade on Overcloud Nodes This is the last step for completion of a fast forward upgrade. The main task is updating the plan and stack to unblock future stack updates. For the ffwd upgrade workflow we have set and used the config-download Software/Structured Deployment for the OS::TripleO and OS::Heat resources. This unsets those back to their default values.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
| --yes | Use --yes to skip the confirmation required before any ffwd-upgrade operation. Use this with caution! |
57.17. overcloud ffwd-upgrade prepare 링크 복사링크가 클립보드에 복사되었습니다!
Run heat stack update for overcloud nodes to refresh heat stack outputs. The heat stack outputs are what we use later on to generate ansible playbooks which deliver the ffwd upgrade workflow. This is used as the first step for a fast forward upgrade of your overcloud.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
| --yes | Use --yes to skip the confirmation required before any ffwd-upgrade operation. Use this with caution! |
57.18. overcloud ffwd-upgrade run 링크 복사링크가 클립보드에 복사되었습니다!
Run fast forward upgrade ansible playbooks on Overcloud nodes This will run the fast_forward_upgrade_playbook.yaml ansible playbook. This playbook was generated when you ran the ffwd-upgrade prepare command. Running 'ffwd- upgrade run ' is the second step in the ffwd upgrade workflow.
Usage:
openstack overcloud ffwd-upgrade run [-h] [--yes]
[--static-inventory STATIC_INVENTORY]
[--ssh-user SSH_USER]
[--stack STACK] [--no-workflow]
openstack overcloud ffwd-upgrade run [-h] [--yes]
[--static-inventory STATIC_INVENTORY]
[--ssh-user SSH_USER]
[--stack STACK] [--no-workflow]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --yes | Use --yes to skip the confirmation required before any ffwd-upgrade operation. Use this with caution! |
| --static-inventory STATIC_INVENTORY | Path to an existing ansible inventory to use. if not specified, one will be generated in ~/tripleo-ansible- inventory.yaml |
| --ssh-user SSH_USER | Deprecated: only tripleo-admin should be used as ssh user. |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --no-workflow | Run ansible-playbook directly via system command instead of running Ansiblevia the TripleO mistral workflows. |
57.19. overcloud generate fencing 링크 복사링크가 클립보드에 복사되었습니다!
Generate fencing parameters
Usage:
| Value | Summary |
|---|---|
| instackenv | None |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -a FENCE_ACTION, --action FENCE_ACTION | Deprecated: this option is ignored. |
| --delay DELAY | Wait delay seconds before fencing is started |
| --ipmi-lanplus | Deprecated: this is the default. |
| --ipmi-no-lanplus | Do not use lanplus. defaults to: false |
| --ipmi-cipher IPMI_CIPHER | Ciphersuite to use (same as ipmitool -c parameter. |
| --ipmi-level IPMI_LEVEL | Privilegel level on ipmi device. valid levels: callback, user, operator, administrator. |
| --output OUTPUT | Write parameters to a file |
57.20. overcloud image build 링크 복사링크가 클립보드에 복사되었습니다!
Build images for the overcloud
Usage:
openstack overcloud image build [-h] [--config-file <yaml config file>]
[--image-name <image name>] [--no-skip]
[--output-directory OUTPUT_DIRECTORY]
openstack overcloud image build [-h] [--config-file <yaml config file>]
[--image-name <image name>] [--no-skip]
[--output-directory OUTPUT_DIRECTORY]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --config-file <yaml config file> | Yaml config file specifying the image build. may be specified multiple times. Order is preserved, and later files will override some options in previous files. Other options will append. |
| --image-name <image name> | Name of image to build. may be specified multiple times. If unspecified, will build all images in given YAML files. |
| --no-skip | Skip build if cached image exists. |
| --output-directory OUTPUT_DIRECTORY | Output directory for images. defaults to $TRIPLEO_ROOT,or current directory if unset. |
57.21. overcloud image upload 링크 복사링크가 클립보드에 복사되었습니다!
Make existing image files available for overcloud deployment.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --image-path IMAGE_PATH | Path to directory containing image files |
| --os-image-name OS_IMAGE_NAME | Openstack disk image filename |
| --ironic-python-agent-name IPA_NAME | Openstack ironic-python-agent (agent) image filename |
| --http-boot HTTP_BOOT | Root directory for the ironic-python-agent image. if uploading images for multiple architectures/platforms, vary this argument such that a distinct folder is created for each architecture/platform. |
| --update-existing | Update images if already exist |
| --whole-disk | When set, the overcloud-full image to be uploaded will be considered as a whole disk one |
| --architecture ARCHITECTURE | Architecture type for these images, x86_64, i386 and ppc64le are common options. This option should match at least one arch value in instackenv.json |
| --platform PLATFORM | Platform type for these images. platform is a sub- category of architecture. For example you may have generic images for x86_64 but offer images specific to SandyBridge (SNB). |
| --image-type {os,ironic-python-agent} | If specified, allows to restrict the image type to upload (os for the overcloud image or ironic-python- agent for the ironic-python-agent one) |
| --progress | Show progress bar for upload files action |
| --local | Copy files locally, even if there is an image service endpoint |
| --local-path LOCAL_PATH | Root directory for image file copy destination when there is no image endpoint, or when --local is specified |
57.22. overcloud netenv validate 링크 복사링크가 클립보드에 복사되었습니다!
Validate the network environment file.
Usage:
openstack overcloud netenv validate [-h] [-f NETENV]
openstack overcloud netenv validate [-h] [-f NETENV]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -f NETENV, --file NETENV | Path to the network environment file |
57.23. overcloud node bios configure 링크 복사링크가 클립보드에 복사되었습니다!
Apply BIOS configuration on given nodes
Usage:
openstack overcloud node bios configure [-h] [--all-manageable]
[--configuration <configuration>]
[<node_uuid> [<node_uuid> ...]]
openstack overcloud node bios configure [-h] [--all-manageable]
[--configuration <configuration>]
[<node_uuid> [<node_uuid> ...]]
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to configure bios |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Configure bios for all nodes currently in manageable state |
| --configuration <configuration> | Bios configuration (yaml/json string or file name). |
57.24. overcloud node bios reset 링크 복사링크가 클립보드에 복사되었습니다!
Reset BIOS configuration to factory default
Usage:
openstack overcloud node bios reset [-h] [--all-manageable]
[<node_uuid> [<node_uuid> ...]]
openstack overcloud node bios reset [-h] [--all-manageable]
[<node_uuid> [<node_uuid> ...]]
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to reset bios |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Reset bios on all nodes currently in manageable state |
57.25. overcloud node clean 링크 복사링크가 클립보드에 복사되었습니다!
Run node(s) through cleaning.
Usage:
openstack overcloud node clean [-h] [--all-manageable] [--provide]
[<node_uuid> [<node_uuid> ...]]
openstack overcloud node clean [-h] [--all-manageable] [--provide]
[<node_uuid> [<node_uuid> ...]]
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to be cleaned |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Clean all nodes currently in manageable state |
| --provide | Provide (make available) the nodes once cleaned |
57.26. overcloud node configure 링크 복사링크가 클립보드에 복사되었습니다!
Configure Node boot options.
Usage:
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to be configured |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Configure all nodes currently in manageable state |
| --deploy-kernel DEPLOY_KERNEL | Image with deploy kernel. |
| --deploy-ramdisk DEPLOY_RAMDISK | Image with deploy ramdisk. |
| --instance-boot-option {local,netboot} | Whether to set instances for booting from local hard drive (local) or network (netboot). |
| --root-device ROOT_DEVICE | Define the root device for nodes. can be either a list of device names (without /dev) to choose from or one of two strategies: largest or smallest. For it to work this command should be run after the introspection. |
| --root-device-minimum-size ROOT_DEVICE_MINIMUM_SIZE | Minimum size (in gib) of the detected root device. Used with --root-device. |
| --overwrite-root-device-hints | Whether to overwrite existing root device hints when --root-device is used. |
57.27. overcloud node delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete overcloud nodes.
Usage:
| Value | Summary |
|---|---|
| <node> | Node id(s) to delete (otherwise specified in the --baremetal-deployment file) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -b <BAREMETAL DEPLOYMENT FILE>, --baremetal-deployment <BAREMETAL DEPLOYMENT FILE> | Configuration file describing the baremetal deployment |
| --stack STACK | Name or id of heat stack to scale (default=env: OVERCLOUD_STACK_NAME) |
| --templates [TEMPLATES] | The directory containing the heat templates to deploy. This argument is deprecated. The command now utilizes a deployment plan, which should be updated prior to running this command, should that be required. Otherwise this argument will be silently ignored. |
| -e <HEAT ENVIRONMENT FILE>, --environment-file <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) This argument is deprecated. The command now utilizes a deployment plan, which should be updated prior to running this command, should that be required. Otherwise this argument will be silently ignored. |
| --timeout <TIMEOUT> | Timeout in minutes to wait for the nodes to be deleted. Keep in mind that due to keystone session duration that timeout has an upper bound of 4 hours |
| -y, --yes | Skip yes/no prompt (assume yes). |
57.28. overcloud node discover 링크 복사링크가 클립보드에 복사되었습니다!
Discover overcloud nodes by polling their BMCs.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --ip <ips> | Ip address(es) to probe |
| --range <range> | Ip range to probe |
| --credentials <key:value> | Key/value pairs of possible credentials |
| --port <ports> | Bmc port(s) to probe |
| --introspect | Introspect the imported nodes |
| --run-validations | Run the pre-deployment validations. these external validations are from the TripleO Validations project. |
| --provide | Provide (make available) the nodes |
| --no-deploy-image | Skip setting the deploy kernel and ramdisk. |
| --instance-boot-option {local,netboot} | Whether to set instances for booting from local hard drive (local) or network (netboot). |
| --concurrency CONCURRENCY | Maximum number of nodes to introspect at once. |
57.29. overcloud node import 링크 복사링크가 클립보드에 복사되었습니다!
Import baremetal nodes from a JSON, YAML or CSV file. The node status will be set to manageable by default.
Usage:
| Value | Summary |
|---|---|
| env_file | None |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --introspect | Introspect the imported nodes |
| --run-validations | Run the pre-deployment validations. these external validations are from the TripleO Validations project. |
| --validate-only | Validate the env_file and then exit without actually importing the nodes. |
| --provide | Provide (make available) the nodes |
| --no-deploy-image | Skip setting the deploy kernel and ramdisk. |
| --instance-boot-option {local,netboot} | Whether to set instances for booting from local hard drive (local) or network (netboot). |
| --http-boot HTTP_BOOT | Root directory for the ironic-python-agent image |
| --concurrency CONCURRENCY | Maximum number of nodes to introspect at once. |
57.30. overcloud node introspect 링크 복사링크가 클립보드에 복사되었습니다!
Introspect specified nodes or all nodes in manageable state.
Usage:
openstack overcloud node introspect [-h] [--all-manageable] [--provide]
[--run-validations]
[--concurrency CONCURRENCY]
[<node_uuid> [<node_uuid> ...]]
openstack overcloud node introspect [-h] [--all-manageable] [--provide]
[--run-validations]
[--concurrency CONCURRENCY]
[<node_uuid> [<node_uuid> ...]]
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to be introspected |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Introspect all nodes currently in manageable state |
| --provide | Provide (make available) the nodes once introspected |
| --run-validations | Run the pre-deployment validations. these external validations are from the TripleO Validations project. |
| --concurrency CONCURRENCY | Maximum number of nodes to introspect at once. |
57.31. overcloud node provide 링크 복사링크가 클립보드에 복사되었습니다!
Mark nodes as available based on UUIDs or current manageable state.
Usage:
openstack overcloud node provide [-h] [--all-manageable]
[<node_uuid> [<node_uuid> ...]]
openstack overcloud node provide [-h] [--all-manageable]
[<node_uuid> [<node_uuid> ...]]
| Value | Summary |
|---|---|
| <node_uuid> | Baremetal node uuids for the node(s) to be provided |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all-manageable | Provide all nodes currently in manageable state |
57.32. overcloud node provision 링크 복사링크가 클립보드에 복사되었습니다!
Provision new nodes using Ironic.
Usage:
| Value | Summary |
|---|---|
| <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -o OUTPUT, --output OUTPUT | The output environment file path |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to newly deployed nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access toovercloud nodes. when undefined the keywill be autodetected. |
| --concurrency CONCURRENCY | Maximum number of nodes to provision at once. (default=20) |
| --timeout TIMEOUT | Number of seconds to wait for the node provision to complete. (default=3600) |
57.33. overcloud node unprovision 링크 복사링크가 클립보드에 복사되었습니다!
Unprovisions nodes using Ironic.
Usage:
openstack overcloud node unprovision [-h] [--stack STACK] [--all] [-y]
<baremetal_deployment.yaml>
openstack overcloud node unprovision [-h] [--stack STACK] [--all] [-y]
<baremetal_deployment.yaml>
| Value | Summary |
|---|---|
| <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --all | Unprovision every instance in the deployment |
| -y, --yes | Skip yes/no prompt (assume yes) |
57.34. overcloud parameters set 링크 복사링크가 클립보드에 복사되었습니다!
Set a parameters for a plan
Usage:
openstack overcloud parameters set [-h] name file_in
openstack overcloud parameters set [-h] name file_in
| Value | Summary |
|---|---|
| name | The name of the plan, which is used for the swift container, Mistral environment and Heat stack names. |
| file_in | None |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
57.35. overcloud plan create 링크 복사링크가 클립보드에 복사되었습니다!
Create a deployment plan
Usage:
openstack overcloud plan create [-h] [--templates TEMPLATES]
[--plan-environment-file PLAN_ENVIRONMENT_FILE]
[--disable-password-generation]
[--source-url SOURCE_URL]
name
openstack overcloud plan create [-h] [--templates TEMPLATES]
[--plan-environment-file PLAN_ENVIRONMENT_FILE]
[--disable-password-generation]
[--source-url SOURCE_URL]
name
| Value | Summary |
|---|---|
| name | The name of the plan, which is used for the object storage container, workflow environment and orchestration stack names. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --templates TEMPLATES | The directory containing the heat templates to deploy. If this or --source_url isn’t provided, the templates packaged on the Undercloud will be used. |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --disable-password-generation | Disable password generation. |
| --source-url SOURCE_URL | The url of a git repository containing the heat templates to deploy. If this or --templates isn’t provided, the templates packaged on the Undercloud will be used. |
57.36. overcloud plan delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an overcloud deployment plan. The plan will not be deleted if a stack exists with the same name.
Usage:
openstack overcloud plan delete [-h] <name> [<name> ...]
openstack overcloud plan delete [-h] <name> [<name> ...]
| Value | Summary |
|---|---|
| <name> | Name of the plan(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
57.37. overcloud plan deploy 링크 복사링크가 클립보드에 복사되었습니다!
Deploy a deployment plan
Usage:
openstack overcloud plan deploy [-h] [--timeout <TIMEOUT>]
[--run-validations]
name
openstack overcloud plan deploy [-h] [--timeout <TIMEOUT>]
[--run-validations]
name
| Value | Summary |
|---|---|
| name | The name of the plan to deploy. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --run-validations | Run the pre-deployment validations. these external validations are from the TripleO Validations project. |
57.38. overcloud plan export 링크 복사링크가 클립보드에 복사되었습니다!
Export a deployment plan
Usage:
openstack overcloud plan export [-h] [--output-file <output file>]
[--force-overwrite]
<name>
openstack overcloud plan export [-h] [--output-file <output file>]
[--force-overwrite]
<name>
| Value | Summary |
|---|---|
| <name> | Name of the plan to export. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --output-file <output file>, -o <output file> | Name of the output file for export. it will default to "<name>.tar.gz". |
| --force-overwrite, -f | Overwrite output file if it exists. |
57.39. overcloud plan list 링크 복사링크가 클립보드에 복사되었습니다!
List overcloud deployment plans.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
57.40. overcloud profiles list 링크 복사링크가 클립보드에 복사되었습니다!
List overcloud node profiles
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --all | List all nodes, even those not available to nova. |
| --control-scale CONTROL_SCALE | New number of control nodes. |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
57.41. overcloud profiles match 링크 복사링크가 클립보드에 복사되었습니다!
Assign and validate profiles on nodes
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --dry-run | Only run validations, but do not apply any changes. |
| --control-scale CONTROL_SCALE | New number of control nodes. |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes |
57.42. overcloud raid create 링크 복사링크가 클립보드에 복사되었습니다!
Create RAID on given nodes
Usage:
openstack overcloud raid create [-h] --node NODE configuration
openstack overcloud raid create [-h] --node NODE configuration
| Value | Summary |
|---|---|
| configuration | Raid configuration (yaml/json string or file name). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --node NODE | Nodes to create raid on (expected to be in manageable state). Can be specified multiple times. |
57.43. overcloud role list 링크 복사링크가 클립보드에 복사되었습니다!
List availables roles (DEPRECATED). Please use "openstack overcloud roles list" instead.
Usage:
openstack overcloud role list [-h] [--roles-path <roles directory>]
openstack overcloud role list [-h] [--roles-path <roles directory>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --roles-path <roles directory> | Filesystem path containing the role yaml files. by default this is /usr/share/openstack-tripleo-heat- templates/roles |
57.44. overcloud role show 링크 복사링크가 클립보드에 복사되었습니다!
Show information about a given role (DEPRECATED). Please use "openstack overcloud roles show" intead.
Usage:
openstack overcloud role show [-h] [--roles-path <roles directory>]
<role>
openstack overcloud role show [-h] [--roles-path <roles directory>]
<role>
| Value | Summary |
|---|---|
| <role> | Role to display more information about. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --roles-path <roles directory> | Filesystem path containing the role yaml files. by default this is /usr/share/openstack-tripleo-heat- templates/roles |
57.45. overcloud roles generate 링크 복사링크가 클립보드에 복사되었습니다!
Generate roles_data.yaml file
Usage:
openstack overcloud roles generate [-h]
[--roles-path <roles directory>]
[-o <output file>] [--skip-validate]
<role> [<role> ...]
openstack overcloud roles generate [-h]
[--roles-path <roles directory>]
[-o <output file>] [--skip-validate]
<role> [<role> ...]
| Value | Summary |
|---|---|
| <role> | List of roles to use to generate the roles_data.yaml file for the deployment. NOTE: Ordering is important if no role has the "primary" and "controller" tags. If no role is tagged then the first role listed will be considered the primary role. This usually is the controller role. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --roles-path <roles directory> | Filesystem path containing the role yaml files. by default this is /usr/share/openstack-tripleo-heat- templates/roles |
| -o <output file>, --output-file <output file> | File to capture all output to. for example, roles_data.yaml |
| --skip-validate | Skip role metadata type validation whengenerating the roles_data.yaml |
57.46. overcloud roles list 링크 복사링크가 클립보드에 복사되었습니다!
List the current and available roles in a given plan
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | The name of the plan, which is used for the object storage container, workflow environment and orchestration stack names. |
| --detail | Include details about each role |
| --current | Only show the information for the roles currently enabled for the plan. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
57.47. overcloud roles show 링크 복사링크가 클립보드에 복사되었습니다!
Show details for a specific role, given a plan
Usage:
| Value | Summary |
|---|---|
| <role> | Name of the role to look up. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name NAME | The name of the plan, which is used for the object storage container, workflow environment and orchestration stack names. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
57.48. overcloud status 링크 복사링크가 클립보드에 복사되었습니다!
Get deployment status
Usage:
openstack overcloud status [-h] [--plan PLAN]
openstack overcloud status [-h] [--plan PLAN]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --plan PLAN, --stack PLAN | Name of the stack/plan. (default: overcloud) |
57.49. overcloud support report collect 링크 복사링크가 클립보드에 복사되었습니다!
Run sosreport on selected servers.
Usage:
| Value | Summary |
|---|---|
| server_name | Nova server_name or partial name to match. for example "controller" will match all controllers for an environment. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| -c CONTAINER, --container CONTAINER | Swift container to store logs to |
| -o DESTINATION, --output DESTINATION | Output directory for the report |
| --skip-container-delete | Do not delete the container after the files have been downloaded. Ignored if --collect-only or --download- only is provided. |
| -t TIMEOUT, --timeout TIMEOUT | Maximum time to wait for the log collection and container deletion workflows to finish. |
| -n CONCURRENCY, --concurrency CONCURRENCY | Number of parallel log collection and object deletion tasks to run. |
| --collect-only | Skip log downloads, only collect logs and put in the container |
| --download-only | Skip generation, only download from the provided container |
57.50. overcloud update converge 링크 복사링크가 클립보드에 복사되었습니다!
Converge the update on Overcloud nodes. This restores the plan and stack so that normal deployment workflow is back in place.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
57.51. overcloud update prepare 링크 복사링크가 클립보드에 복사되었습니다!
Run heat stack update for overcloud nodes to refresh heat stack outputs. The heat stack outputs are what we use later on to generate ansible playbooks which deliver the minor update workflow. This is used as the first step for a minor update of your overcloud.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
57.52. overcloud update run 링크 복사링크가 클립보드에 복사되었습니다!
Run minor update ansible playbooks on Overcloud nodes
Usage:
openstack overcloud update run [-h] --limit LIMIT [--playbook PLAYBOOK]
[--ssh-user SSH_USER]
[--static-inventory STATIC_INVENTORY]
[--stack STACK] [--no-workflow]
openstack overcloud update run [-h] --limit LIMIT [--playbook PLAYBOOK]
[--ssh-user SSH_USER]
[--static-inventory STATIC_INVENTORY]
[--stack STACK] [--no-workflow]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit LIMIT | A string that identifies a single node or comma- separated list of nodes to be upgraded in parallel in this upgrade run invocation. For example: --limit "compute-0, compute-1, compute-5". |
| --playbook PLAYBOOK | Ansible playbook to use for the minor update. defaults to the special value all which causes all the update playbooks to be executed. That is the update_steps_playbook.yaml and then thedeploy_steps_playbook.yaml. Set this to each of those playbooks in consecutive invocations of this command if you prefer to run them manually. Note: make sure to run both those playbooks so that all services are updated and running with the target version configuration. |
| --ssh-user SSH_USER | Deprecated: only tripleo-admin should be used as ssh user. |
| --static-inventory STATIC_INVENTORY | Path to an existing ansible inventory to use. if not specified, one will be generated in ~/tripleo-ansible- inventory.yaml |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --no-workflow | Run ansible-playbook directly via system command instead of running Ansiblevia the TripleO mistral workflows. |
57.53. overcloud upgrade converge 링크 복사링크가 클립보드에 복사되었습니다!
Major upgrade converge - reset Heat resources in the stored plan This is the last step for completion of a overcloud major upgrade. The main task is updating the plan and stack to unblock future stack updates. For the major upgrade workflow we have set specific values for some stack Heat resources. This unsets those back to their default values.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
57.54. overcloud upgrade prepare 링크 복사링크가 클립보드에 복사되었습니다!
Run heat stack update for overcloud nodes to refresh heat stack outputs. The heat stack outputs are what we use later on to generate ansible playbooks which deliver the major upgrade workflow. This is used as the first step for a major upgrade of your overcloud.
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --stack STACK | Stack name to create or update |
| --timeout <TIMEOUT>, -t <TIMEOUT> | Deployment timeout in minutes. |
| --control-scale CONTROL_SCALE | New number of control nodes. (deprecated. use an environment file and set the parameter ControllerCount. This option will be removed in the "U" release.) |
| --compute-scale COMPUTE_SCALE | New number of compute nodes. (deprecated. use an environment file and set the parameter ComputeCount. This option will be removed in the "U" release.) |
| --ceph-storage-scale CEPH_STORAGE_SCALE | New number of ceph storage nodes. (deprecated. use an environment file and set the parameter CephStorageCount. This option will be removed in the "U" release.) |
| --block-storage-scale BLOCK_STORAGE_SCALE | New number of cinder storage nodes. (deprecated. use an environment file and set the parameter BlockStorageCount. This option will be removed in the "U" release.) |
| --swift-storage-scale SWIFT_STORAGE_SCALE | New number of swift storage nodes. (deprecated. use an environment file and set the parameter ObjectStorageCount. This option will be removed in the "U" release.) |
| --control-flavor CONTROL_FLAVOR | Nova flavor to use for control nodes. (deprecated. use an environment file and set the parameter OvercloudControlFlavor. This option will be removed in the "U" release.) |
| --compute-flavor COMPUTE_FLAVOR | Nova flavor to use for compute nodes. (deprecated. use an environment file and set the parameter OvercloudComputeFlavor. This option will be removed in the "U" release.) |
| --ceph-storage-flavor CEPH_STORAGE_FLAVOR | Nova flavor to use for ceph storage nodes. (DEPRECATED. Use an environment file and set the parameter OvercloudCephStorageFlavor. This option will be removed in the "U" release.) |
| --block-storage-flavor BLOCK_STORAGE_FLAVOR | Nova flavor to use for cinder storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudBlockStorageFlavor. This option will be removed in the "U" release.) |
| --swift-storage-flavor SWIFT_STORAGE_FLAVOR | Nova flavor to use for swift storage nodes (DEPRECATED. Use an environment file and set the parameter OvercloudSwiftStorageFlavor. This option will be removed in the "U" release.) |
| --libvirt-type {kvm,qemu} | Libvirt domain type. |
| --ntp-server NTP_SERVER | The ntp for overcloud nodes. |
| --no-proxy NO_PROXY | A comma separated list of hosts that should not be proxied. |
| --overcloud-ssh-user OVERCLOUD_SSH_USER | User for ssh access to overcloud nodes |
| --overcloud-ssh-key OVERCLOUD_SSH_KEY | Key path for ssh access to overcloud nodes. Whenundefined the key will be autodetected. |
| --overcloud-ssh-network OVERCLOUD_SSH_NETWORK | Network name to use for ssh access to overcloud nodes. |
| --overcloud-ssh-enable-timeout OVERCLOUD_SSH_ENABLE_TIMEOUT | Timeout for the ssh enable process to finish. |
| --overcloud-ssh-port-timeout OVERCLOUD_SSH_PORT_TIMEOUT | Timeout for to wait for the ssh port to become active. |
| --environment-file <HEAT ENVIRONMENT FILE>, -e <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the heat stack-create or heat stack-update commands. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the --templates directory. May be an absolute path or the path relative to --templates |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Networks file, overrides the default network_data.yaml in the --templates directory |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --no-cleanup | Don’t cleanup temporary files, just log their location |
| --update-plan-only | Only update the plan. do not perform the actual deployment. NOTE: Will move to a discrete command in a future release. |
| --validation-errors-nonfatal | Allow the deployment to continue in spite of validation errors. Note that attempting deployment while errors exist is likely to fail. |
| --validation-warnings-fatal | Exit if there are warnings from the configuration pre- checks. |
| --disable-validations | Deprecated. disable the pre-deployment validations entirely. These validations are the built-in pre- deployment validations. To enable external validations from tripleo-validations, use the --run-validations flag. These validations are now run via the external validations in tripleo-validations. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Only run validations, but do not apply any changes. |
| --run-validations | Run external validations from the tripleo-validations project. |
| --skip-postconfig | Skip the overcloud post-deployment configuration. |
| --force-postconfig | Force the overcloud post-deployment configuration. |
| --skip-deploy-identifier | Skip generation of a unique identifier for the DeployIdentifier parameter. The software configuration deployment steps will only be triggered if there is an actual change to the configuration. This option should be used with Caution, and only if there is confidence that the software configuration does not need to be run, such as when scaling out certain roles. |
| --answers-file ANSWERS_FILE | Path to a yaml file with arguments and parameters. |
| --disable-password-generation | Disable password generation. |
| --deployed-server | Use pre-provisioned overcloud nodes. removes baremetal,compute and image services requirements from theundercloud node. Must only be used with the-- disable-validations. |
| --config-download | Run deployment via config-download mechanism. this is now the default, and this CLI options may be removed in the future. |
| --no-config-download, --stack-only | Disable the config-download workflow and only create the stack and associated OpenStack resources. No software configuration will be applied. |
| --config-download-only | Disable the stack create/update, and only run the config-download workflow to apply the software configuration. |
| --output-dir OUTPUT_DIR | Directory to use for saved output when using --config- download. The directory must be writeable by the mistral user. When not specified, the default server side value will be used (/var/lib/mistral/<execution id>. |
| --override-ansible-cfg OVERRIDE_ANSIBLE_CFG | Path to ansible configuration file. the configuration in the file will override any configuration used by config-download by default. |
| --config-download-timeout CONFIG_DOWNLOAD_TIMEOUT | Timeout (in minutes) to use for config-download steps. If unset, will default to however much time is leftover from the --timeout parameter after the stack operation. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| -b <baremetal_deployment.yaml>, --baremetal-deployment <baremetal_deployment.yaml> | Configuration file describing the baremetal deployment |
57.55. overcloud upgrade run 링크 복사링크가 클립보드에 복사되었습니다!
Run major upgrade ansible playbooks on Overcloud nodes This will run the major upgrade ansible playbooks on the overcloud. By default all playbooks are executed, that is the upgrade_steps_playbook.yaml then the deploy_steps_playbook.yaml and then the post_upgrade_steps_playbook.yaml. The upgrade playbooks are made available after completion of the overcloud upgrade prepare command. This overcloud upgrade run command is the second step in the major upgrade workflow.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --limit LIMIT | A string that identifies a single node or comma- separatedlist of nodes to be upgraded in parallel in this upgrade run invocation. For example: --limit "compute-0, compute-1, compute-5". |
| --playbook PLAYBOOK | Ansible playbook to use for the major upgrade. Defaults to the special value all which causes all the upgrade playbooks to run. That is the upgrade_steps_playbook.yaml then deploy_steps_playbook.yaml and then post_upgrade_steps_playbook.yaml. Set this to each of those playbooks in consecutive invocations of this command if you prefer to run them manually. Note: you will have to run all of those playbooks so that all services are upgraded and running with the target version configuration. |
| --static-inventory STATIC_INVENTORY | Path to an existing ansible inventory to use. if not specified, one will be generated in ~/tripleo-ansible- inventory.yaml |
| --ssh-user SSH_USER | Deprecated: only tripleo-admin should be used as ssh user. |
| --tags TAGS | A string specifying the tag or comma separated list of tags to be passed as --tags to ansible-playbook. |
| --skip-tags SKIP_TAGS | A string specifying the tag or comma separated list of tags to be passed as --skip-tags to ansible-playbook. The currently supported values are validation and pre-upgrade. In particular validation is useful if you must re-run following a failed upgrade and some services cannot be started. |
| --stack STACK | Name or id of heat stack (default=env: OVERCLOUD_STACK_NAME) |
| --no-workflow | Run ansible-playbook directly via system command instead of running Ansiblevia the TripleO mistral workflows. |
Chapter 58. policy 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the policy command.
58.1. policy create 링크 복사링크가 클립보드에 복사되었습니다!
Create new policy
Usage:
openstack policy create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--type <type>]
<filename>
openstack policy create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--type <type>]
<filename>
| Value | Summary |
|---|---|
| <filename> | New serialized policy rules file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | New mime type of the policy rules file (defaults to application/json) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
58.2. policy delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete policy(s)
Usage:
openstack policy delete [-h] <policy> [<policy> ...]
openstack policy delete [-h] <policy> [<policy> ...]
| Value | Summary |
|---|---|
| <policy> | Policy(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
58.3. policy list 링크 복사링크가 클립보드에 복사되었습니다!
List policies
Usage:
openstack policy list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN] [--long]
openstack policy list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>]
[--fit-width] [--print-empty]
[--sort-column SORT_COLUMN] [--long]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
58.4. policy set 링크 복사링크가 클립보드에 복사되었습니다!
Set policy properties
Usage:
openstack policy set [-h] [--type <type>] [--rules <filename>] <policy>
openstack policy set [-h] [--type <type>] [--rules <filename>] <policy>
| Value | Summary |
|---|---|
| <policy> | Policy to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | New mime type of the policy rules file |
| --rules <filename> | New serialized policy rules file |
58.5. policy show 링크 복사링크가 클립보드에 복사되었습니다!
Display policy details
Usage:
openstack policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<policy>
openstack policy show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<policy>
| Value | Summary |
|---|---|
| <policy> | Policy 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 59. port 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the port command.
59.1. port create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new port
Usage:
| 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 for 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 | --enable-uplink-status-propagation |
| Enable uplink status propagate | --disable-uplink-status-propagation |
| Disable uplink status propagate (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. | --extra-dhcp-option name=<name>[,value=<value>,ip-version={4,6}] |
| Extra dhcp options to be assigned to this port: name=<name>[,value=<value>,ip-version={4,6}] (repeat option to set multiple extra DHCP options) | --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
59.2. port delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete port(s)
Usage:
openstack port delete [-h] <port> [<port> ...]
openstack port delete [-h] <port> [<port> ...]
| Value | Summary |
|---|---|
| <port> | Port(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
59.3. port list 링크 복사링크가 클립보드에 복사되었습니다!
List ports
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
59.4. port set 링크 복사링크가 클립보드에 복사되었습니다!
Set port properties
Usage:
| 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 for 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 associated with this port. (Specify both --allowed-address and --no- allowed-address to 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 |
59.5. port show 링크 복사링크가 클립보드에 복사되었습니다!
Display port details
Usage:
openstack port show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<port>
openstack port show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<port>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
59.6. port unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset port properties
Usage:
| 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 unset 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 60. project 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the project command.
60.1. project create 링크 복사링크가 클립보드에 복사되었습니다!
Create new project
Usage:
| Value | Summary |
|---|---|
| <project-name> | New project name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain owning the project (name or id) |
| --parent <project> | Parent of the project (name or id) |
| --description <description> | Project description |
| --enable | Enable project |
| --disable | Disable project |
| --property <key=value> | Add a property to <name> (repeat option to set multiple properties) |
| --or-show | Return existing project |
| --tag <tag> | Tag to be added to the project (repeat option to set multiple tags) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
60.2. project delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete project(s)
Usage:
openstack project delete [-h] [--domain <domain>]
<project> [<project> ...]
openstack project delete [-h] [--domain <domain>]
<project> [<project> ...]
| Value | Summary |
|---|---|
| <project> | Project(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain owning <project> (name or id) |
60.3. project list 링크 복사링크가 클립보드에 복사되었습니다!
List projects
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Filter projects by <domain> (name or id) |
| --user <user> | Filter projects by <user> (name or id) |
| --my-projects | List projects for the authenticated user. supersedes other filters. |
| --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. |
| --tags <tag>[,<tag>,…] | List projects which have all given tag(s) (comma- separated list of tags) |
| --tags-any <tag>[,<tag>,…] | List projects which have any given tag(s) (comma- separated list of tags) |
| --not-tags <tag>[,<tag>,…] | Exclude projects which have all given tag(s) (comma- separated list of tags) |
| --not-tags-any <tag>[,<tag>,…] | Exclude projects 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
60.4. project purge 링크 복사링크가 클립보드에 복사되었습니다!
Clean resources associated with a project
Usage:
openstack project purge [-h] [--dry-run] [--keep-project]
(--auth-project | --project <project>)
[--project-domain <project-domain>]
openstack project purge [-h] [--dry-run] [--keep-project]
(--auth-project | --project <project>)
[--project-domain <project-domain>]
| 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. |
60.5. project set 링크 복사링크가 클립보드에 복사되었습니다!
Set project properties
Usage:
openstack project set [-h] [--name <name>] [--domain <domain>]
[--description <description>]
[--enable | --disable] [--property <key=value>]
[--tag <tag>] [--clear-tags] [--remove-tag <tag>]
<project>
openstack project set [-h] [--name <name>] [--domain <domain>]
[--description <description>]
[--enable | --disable] [--property <key=value>]
[--tag <tag>] [--clear-tags] [--remove-tag <tag>]
<project>
| Value | Summary |
|---|---|
| <project> | Project to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set project name |
| --domain <domain> | Domain owning <project> (name or id) |
| --description <description> | Set project description |
| --enable | Enable project |
| --disable | Disable project |
| --property <key=value> | Set a property on <project> (repeat option to set multiple properties) |
| --tag <tag> | Tag to be added to the project (repeat option to set multiple tags) |
| --clear-tags | Clear tags associated with the project. specify both --tag and --clear-tags to overwrite current tags |
| --remove-tag <tag> | Tag to be deleted from the project (repeat option to delete multiple tags) |
60.6. project show 링크 복사링크가 클립보드에 복사되었습니다!
Display project details
Usage:
| Value | Summary |
|---|---|
| <project> | Project to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain owning <project> (name or id) |
| --parents | Show the project’s parents as a list |
| --children | Show project’s subtree (children) as a list |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 61. ptr 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the ptr command.
61.1. ptr record list 링크 복사링크가 클립보드에 복사되었습니다!
List floatingip ptr records
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
61.2. ptr record set 링크 복사링크가 클립보드에 복사되었습니다!
Set floatingip ptr record
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
61.3. ptr record show 링크 복사링크가 클립보드에 복사되었습니다!
Show floatingip ptr record details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
61.4. ptr record unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset floatingip ptr record
Usage:
openstack ptr record unset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
floatingip_id
openstack ptr record unset [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
floatingip_id
| 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 |
Chapter 62. quota 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the quota command.
62.1. quota list 링크 복사링크가 클립보드에 복사되었습니다!
List quotas for all projects with non-default quota values or list detailed quota informations for requested project
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
62.2. quota set 링크 복사링크가 클립보드에 복사되었습니다!
Set quotas for project or class
Usage:
| 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> |
| --cores <cores> | New value for the cores 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 |
| --injected-path-size <injected-path-size> | New value for the injected-path-size quota |
| --injected-files <injected-files> | New value for the injected-files quota |
| --instances <instances> | New value for the instances quota |
| --key-pairs <key-pairs> | New value for the key-pairs quota |
| --properties <properties> | New value for the properties quota |
| --ram <ram> | New value for the ram quota |
| --server-groups <server-groups> | New value for the server-groups quota |
| --server-group-members <server-group-members> | New value for the server-group-members quota |
| --backups <backups> | New value for the backups quota |
| --backup-gigabytes <backup-gigabytes> | New value for the backup-gigabytes quota |
| --gigabytes <gigabytes> | New value for the gigabytes quota |
| --per-volume-gigabytes <per-volume-gigabytes> | New value for the per-volume-gigabytes quota |
| --snapshots <snapshots> | New value for the snapshots quota |
| --volumes <volumes> | New value for the volumes quota |
| --floating-ips <floating-ips> | New value for the floating-ips quota |
| --secgroup-rules <secgroup-rules> | New value for the secgroup-rules quota |
| --secgroups <secgroups> | New value for the secgroups quota |
| --networks <networks> | New value for the networks quota |
| --subnets <subnets> | New value for the subnets quota |
| --ports <ports> | New value for the ports quota |
| --routers <routers> | New value for the routers quota |
| --rbac-policies <rbac-policies> | New value for the rbac-policies quota |
| --subnetpools <subnetpools> | New value for the subnetpools quota |
| --volume-type <volume-type> | Set quotas for a specific <volume-type> |
62.3. quota show 링크 복사링크가 클립보드에 복사되었습니다!
Show quotas for project or class. Specify ``--os-compute-api-version 2.50`` or higher to see ``server-groups`` and ``server-group-members`` output for a given quota class.
Usage:
openstack quota show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--class | --default]
[<project/class>]
openstack quota show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--class | --default]
[<project/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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 63. recordset 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the recordset command.
63.1. recordset create 링크 복사링크가 클립보드에 복사되었습니다!
Create new recordset
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.2. recordset delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete recordset
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.3. recordset list 링크 복사링크가 클립보드에 복사되었습니다!
List recordsets
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
63.4. recordset set 링크 복사링크가 클립보드에 복사되었습니다!
Set recordset properties
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
63.5. recordset show 링크 복사링크가 클립보드에 복사되었습니다!
Show recordset details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 64. region 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the region command.
64.1. region create 링크 복사링크가 클립보드에 복사되었습니다!
Create new region
Usage:
| Value | Summary |
|---|---|
| <region-id> | New region id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --parent-region <region-id> | Parent region id |
| --description <description> | New region 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
64.2. region delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete region(s)
Usage:
openstack region delete [-h] <region-id> [<region-id> ...]
openstack region delete [-h] <region-id> [<region-id> ...]
| Value | Summary |
|---|---|
| <region-id> | Region id(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
64.3. region list 링크 복사링크가 클립보드에 복사되었습니다!
List regions
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --parent-region <region-id> | Filter by parent region 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
64.4. region set 링크 복사링크가 클립보드에 복사되었습니다!
Set region properties
Usage:
openstack region set [-h] [--parent-region <region-id>]
[--description <description>]
<region-id>
openstack region set [-h] [--parent-region <region-id>]
[--description <description>]
<region-id>
| Value | Summary |
|---|---|
| <region-id> | Region to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --parent-region <region-id> | New parent region id |
| --description <description> | New region description |
64.5. region show 링크 복사링크가 클립보드에 복사되었습니다!
Display region details
Usage:
openstack region show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<region-id>
openstack region show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<region-id>
| Value | Summary |
|---|---|
| <region-id> | Region 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 65. registered 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the registered command.
65.1. registered limit create 링크 복사링크가 클립보드에 복사되었습니다!
Create a registered limit
Usage:
| Value | Summary |
|---|---|
| <resource-name> | The name of the resource to limit |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --description <description> | Description of the registered limit |
| --region <region> | Region for the registered limit to affect |
| --service <service> | Service responsible for the resource to limit (required) |
| --default-limit <default-limit> | The default limit for the resources to assume (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
65.2. registered limit delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a registered limit
Usage:
openstack registered limit delete [-h]
<registered-limit-id>
[<registered-limit-id> ...]
openstack registered limit delete [-h]
<registered-limit-id>
[<registered-limit-id> ...]
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to delete (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
65.3. registered limit list 링크 복사링크가 클립보드에 복사되었습니다!
List registered limits
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Service responsible for the resource to limit |
| --resource-name <resource-name> | The name of the resource to limit |
| --region <region> | Region for the limit to affect. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
65.4. registered limit set 링크 복사링크가 클립보드에 복사되었습니다!
Update information about a registered limit
Usage:
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to update (id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --service <service> | Service to be updated responsible for the resource to limit. Either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
| --resource-name <resource-name> | Resource to be updated responsible for the resource to limit. Either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
| --default-limit <default-limit> | The default limit for the resources to assume |
| --description <description> | Description to update of the registered limit |
| --region <region> | Region for the registered limit to affect. either --service, --resource-name or --region must be different than existing value otherwise it will be duplicate entry |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
65.5. registered limit show 링크 복사링크가 클립보드에 복사되었습니다!
Display registered limit details
Usage:
| Value | Summary |
|---|---|
| <registered-limit-id> | Registered limit to display (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 66. request 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the request command.
66.1. request token authorize 링크 복사링크가 클립보드에 복사되었습니다!
Authorize a request token
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --request-key <request-key> | Request token to authorize (id only) (required) |
| --role <role> | Roles to authorize (name or id) (repeat option to set multiple values) (required) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
66.2. request token create 링크 복사링크가 클립보드에 복사되었습니다!
Create a request token
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --consumer-key <consumer-key> | Consumer key (required) |
| --consumer-secret <consumer-secret> | Consumer secret (required) |
| --project <project> | Project that consumer wants to access (name or id) (required) |
| --domain <domain> | Domain owning <project> (name or id) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 67. resource 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the resource command.
67.1. resource member create 링크 복사링크가 클립보드에 복사되었습니다!
Shares a resource to another project.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
67.2. resource member delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a resource sharing relationship.
Usage:
openstack resource member delete [-h] resource resource_type member_id
openstack resource member delete [-h] resource resource_type member_id
| 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 |
67.3. resource member list 링크 복사링크가 클립보드에 복사되었습니다!
List all members.
Usage:
| Value | Summary |
|---|---|
| resource_id | Resource id to be shared. |
| resource_type | Resource type. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
67.4. resource member show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific member information.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
67.5. resource member update 링크 복사링크가 클립보드에 복사되었습니다!
Update resource sharing status.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 68. role 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the role command.
68.1. role add 링크 복사링크가 클립보드에 복사되었습니다!
Adds a role assignment to a user or group on the system, a domain, or a project
Usage:
| Value | Summary |
|---|---|
| <role> | Role to add to <user> (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --system <system> | Include <system> (all) |
| --domain <domain> | Include <domain> (name or id) |
| --project <project> | Include <project> (name or id) |
| --user <user> | Include <user> (name or id) |
| --group <group> | Include <group> (name or id) |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --inherited | Specifies if the role grant is inheritable to the sub projects |
| --role-domain <role-domain> | Domain the role belongs to (name or id). this must be specified when the name of a domain specific role is used. |
68.2. role assignment list 링크 복사링크가 클립보드에 복사되었습니다!
List role assignments
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --effective | Returns only effective role assignments |
| --role <role> | Role to filter (name or id) |
| --role-domain <role-domain> | Domain the role belongs to (name or id). this must be specified when the name of a domain specific role is used. |
| --names | Display names instead of ids |
| --user <user> | User to filter (name or id) |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --group <group> | Group to filter (name or id) |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --domain <domain> | Domain to filter (name or id) |
| --project <project> | Project to filter (name or id) |
| --system <system> | Filter based on system role assignments |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --inherited | Specifies if the role grant is inheritable to the sub projects |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
68.3. role create 링크 복사링크가 클립보드에 복사되었습니다!
Create new role
Usage:
openstack role create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>] [--or-show]
<role-name>
openstack role create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>] [--or-show]
<role-name>
| Value | Summary |
|---|---|
| <role-name> | New role name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain the role belongs to (name or id) |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
68.4. role delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete role(s)
Usage:
openstack role delete [-h] [--domain <domain>] <role> [<role> ...]
openstack role delete [-h] [--domain <domain>] <role> [<role> ...]
| Value | Summary |
|---|---|
| <role> | Role(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain the role belongs to (name or id) |
68.5. role list 링크 복사링크가 클립보드에 복사되었습니다!
List roles
Usage:
openstack role list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--domain <domain>]
openstack role list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--domain <domain>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Include <domain> (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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
68.6. role remove 링크 복사링크가 클립보드에 복사되었습니다!
Removes a role assignment from system/domain/project : user/group
Usage:
| Value | Summary |
|---|---|
| <role> | Role to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --system <system> | Include <system> (all) |
| --domain <domain> | Include <domain> (name or id) |
| --project <project> | Include <project> (name or id) |
| --user <user> | Include <user> (name or id) |
| --group <group> | Include <group> (name or id) |
| --group-domain <group-domain> | Domain the group belongs to (name or id). this can be used in case collisions between group names exist. |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --user-domain <user-domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --inherited | Specifies if the role grant is inheritable to the sub projects |
| --role-domain <role-domain> | Domain the role belongs to (name or id). this must be specified when the name of a domain specific role is used. |
68.7. role set 링크 복사링크가 클립보드에 복사되었습니다!
Set role properties
Usage:
openstack role set [-h] [--domain <domain>] [--name <name>] <role>
openstack role set [-h] [--domain <domain>] [--name <name>] <role>
| Value | Summary |
|---|---|
| <role> | Role to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain the role belongs to (name or id) |
| --name <name> | Set role name |
68.8. role show 링크 복사링크가 클립보드에 복사되었습니다!
Display role details
Usage:
openstack role show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<role>
openstack role show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<role>
| Value | Summary |
|---|---|
| <role> | Role to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain the role belongs to (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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 69. router 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the router command.
69.1. router add port 링크 복사링크가 클립보드에 복사되었습니다!
Add a port to a router
Usage:
openstack router add port [-h] <router> <port>
openstack router add port [-h] <router> <port>
| 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 |
69.2. router add subnet 링크 복사링크가 클립보드에 복사되었습니다!
Add a subnet to a router
Usage:
openstack router add subnet [-h] <router> <subnet>
openstack router add subnet [-h] <router> <subnet>
| 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 |
69.3. router create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new router
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
69.4. router delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete router(s)
Usage:
openstack router delete [-h] <router> [<router> ...]
openstack router delete [-h] <router> [<router> ...]
| Value | Summary |
|---|---|
| <router> | Router(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
69.5. router list 링크 복사링크가 클립보드에 복사되었습니다!
List routers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
69.6. router remove port 링크 복사링크가 클립보드에 복사되었습니다!
Remove a port from a router
Usage:
openstack router remove port [-h] <router> <port>
openstack router remove port [-h] <router> <port>
| 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 |
69.7. router remove subnet 링크 복사링크가 클립보드에 복사되었습니다!
Remove a subnet from a router
Usage:
openstack router remove subnet [-h] <router> <subnet>
openstack router remove subnet [-h] <router> <subnet>
| 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 |
69.8. router set 링크 복사링크가 클립보드에 복사되었습니다!
Set router properties
Usage:
| 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 |
| --qos-policy <qos-policy> | Attach qos policy to router gateway ips |
| --no-qos-policy | Remove qos policy from router gateway ips |
| --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 |
69.9. router show 링크 복사링크가 클립보드에 복사되었습니다!
Display router details
Usage:
openstack router show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<router>
openstack router show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<router>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
69.10. router unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset router properties
Usage:
openstack router unset [-h]
[--route destination=<subnet>,gateway=<ip-address>]
[--external-gateway] [--qos-policy]
[--tag <tag> | --all-tag]
<router>
openstack router unset [-h]
[--route destination=<subnet>,gateway=<ip-address>]
[--external-gateway] [--qos-policy]
[--tag <tag> | --all-tag]
<router>
| 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 |
| --qos-policy | Remove qos policy from router gateway ips |
| --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 70. secret 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the secret command.
70.1. secret container create 링크 복사링크가 클립보드에 복사되었습니다!
Store a container in Barbican.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.2. secret container delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a container by providing its href.
Usage:
openstack secret container delete [-h] URI
openstack secret container delete [-h] URI
| Value | Summary |
|---|---|
| URI | The uri reference for the container |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
70.3. secret container get 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve a container by providing its URI.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.4. secret container list 링크 복사링크가 클립보드에 복사되었습니다!
List containers.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
70.5. secret delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a secret by providing its URI.
Usage:
openstack secret delete [-h] URI
openstack secret delete [-h] URI
| Value | Summary |
|---|---|
| URI | The uri reference for the secret |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
70.6. secret get 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve a secret by providing its URI.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.7. secret list 링크 복사링크가 클립보드에 복사되었습니다!
List secrets.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
70.8. secret order create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new order.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.9. secret order delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete an order by providing its href.
Usage:
openstack secret order delete [-h] URI
openstack secret order delete [-h] URI
| Value | Summary |
|---|---|
| URI | The uri reference for the order |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
70.10. secret order get 링크 복사링크가 클립보드에 복사되었습니다!
Retrieve an order by providing its URI.
Usage:
openstack secret order get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
URI
openstack secret order get [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.11. secret order list 링크 복사링크가 클립보드에 복사되었습니다!
List orders.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
70.12. secret store 링크 복사링크가 클립보드에 복사되었습니다!
Store a secret in Barbican.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
70.13. secret update 링크 복사링크가 클립보드에 복사되었습니다!
Update a secret with no payload in Barbican.
Usage:
openstack secret update [-h] URI payload
openstack secret update [-h] URI payload
| Value | Summary |
|---|---|
| URI | The uri reference for the secret. |
| payload | The unencrypted secret |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 71. security 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the security command.
71.1. security group create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new security group
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
71.2. security group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete security group(s)
Usage:
openstack security group delete [-h] <group> [<group> ...]
openstack security group delete [-h] <group> [<group> ...]
| Value | Summary |
|---|---|
| <group> | Security group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
71.3. security group list 링크 복사링크가 클립보드에 복사되었습니다!
List security groups
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
71.4. security group rule create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new security group rule
Usage:
| 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, default for IPv6 rule: ::/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: any (all protocols)) |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
71.5. security group rule delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete security group rule(s)
Usage:
openstack security group rule delete [-h] <rule> [<rule> ...]
openstack security group rule delete [-h] <rule> [<rule> ...]
| Value | Summary |
|---|---|
| <rule> | Security group rule(s) to delete (id only) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
71.6. security group rule list 링크 복사링크가 클립보드에 복사되었습니다!
List security group rules
Usage:
| 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] or any; default: any (all protocols)) |
| --ethertype <ethertype> | List rules by the ethertype (ipv4 or ipv6) |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
71.7. security group rule show 링크 복사링크가 클립보드에 복사되었습니다!
Display security group rule details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
71.8. security group set 링크 복사링크가 클립보드에 복사되었습니다!
Set security group properties
Usage:
openstack security group set [-h] [--name <new-name>]
[--description <description>]
[--tag <tag>] [--no-tag]
<group>
openstack security group set [-h] [--name <new-name>]
[--description <description>]
[--tag <tag>] [--no-tag]
<group>
| 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 |
71.9. security group show 링크 복사링크가 클립보드에 복사되었습니다!
Display security group details
Usage:
openstack security group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<group>
openstack security group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<group>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
71.10. security group unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset security group properties
Usage:
openstack security group unset [-h] [--tag <tag> | --all-tag] <group>
openstack security group unset [-h] [--tag <tag> | --all-tag] <group>
| 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 72. server 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the server command.
72.1. server add fixed ip 링크 복사링크가 클립보드에 복사되었습니다!
Add fixed IP address to server
Usage:
openstack server add fixed ip [-h] [--fixed-ip-address <ip-address>]
<server> <network>
openstack server add fixed ip [-h] [--fixed-ip-address <ip-address>]
<server> <network>
| 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 |
72.2. server add floating ip 링크 복사링크가 클립보드에 복사되었습니다!
Add floating IP address to server
Usage:
openstack server add floating ip [-h] [--fixed-ip-address <ip-address>]
<server> <ip-address>
openstack server add floating ip [-h] [--fixed-ip-address <ip-address>]
<server> <ip-address>
| 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 |
72.3. server add network 링크 복사링크가 클립보드에 복사되었습니다!
Add network to server
Usage:
openstack server add network [-h] <server> <network>
openstack server add network [-h] <server> <network>
| 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 |
72.4. server add port 링크 복사링크가 클립보드에 복사되었습니다!
Add port to server
Usage:
openstack server add port [-h] <server> <port>
openstack server add port [-h] <server> <port>
| 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 |
72.5. server add security group 링크 복사링크가 클립보드에 복사되었습니다!
Add security group to server
Usage:
openstack server add security group [-h] <server> <group>
openstack server add security group [-h] <server> <group>
| 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 |
72.6. server add volume 링크 복사링크가 클립보드에 복사되었습니다!
Add volume to server. Specify ``--os-compute-api-version 2.20`` or higher to add a volume to a server with status ``SHELVED`` or ``SHELVED_OFFLOADED``.
Usage:
openstack server add volume [-h] [--device <device>] <server> <volume>
openstack server add volume [-h] [--device <device>] <server> <volume>
| 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 |
72.7. server backup create 링크 복사링크가 클립보드에 복사되었습니다!
Create a server backup image
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.8. server create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new server
Usage:
| 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 |
| --description <description> | Set description for the server (supported by --os- compute-api-version 2.19 or above) |
| --availability-zone <zone-name> | Select an availability zone for the server |
| --host <host> | Requested host to create servers. admin only by default. (supported by --os-compute-api-version 2.74 or above) |
| --hypervisor-hostname <hypervisor-hostname> | Requested hypervisor hostname to create servers. admin only by default. (supported by --os-compute-api- version 2.74 or above) |
| --boot-from-volume <volume-size> | When used in conjunction with the ``--image`` or ``--image-property`` option, this option automatically creates a block device mapping with a boot index of 0 and tells the compute service to create a volume of the given size (in GB) from the specified image and use it as the root disk of the server. The root volume will not be deleted when the server is deleted. This option is mutually exclusive with the ``--volume`` option. |
| --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>: Name or ID of the volume, volume snapshot or image (required) <type>: volume, snapshot or image; default: volume (optional) <size(GB)>: volume size if create from image or 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=<port> 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.9. server delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete server(s)
Usage:
openstack server delete [-h] [--wait] <server> [<server> ...]
openstack server delete [-h] [--wait] <server> [<server> ...]
| 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 |
72.10. server dump create 링크 복사링크가 클립보드에 복사되었습니다!
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. This command requires ``--os-compute-api- version`` 2.17 or greater.
Usage:
openstack server dump create [-h] <server> [<server> ...]
openstack server dump create [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to create dump file (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.11. server event list 링크 복사링크가 클립보드에 복사되었습니다!
List recent events of a server. Specify ``--os-compute-api-version 2.21`` or higher to show events for a deleted server.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
72.12. server event show 링크 복사링크가 클립보드에 복사되었습니다!
Show server event details. Specify ``--os-compute-api-version 2.21`` or higher to show event details for a deleted server. Specify ``--os-compute-api-version 2.51`` or higher to show event details for non-admin users.
Usage:
openstack server event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<server> <request-id>
openstack server event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<server> <request-id>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.13. server group create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new server group.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.14. server group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete existing server group(s).
Usage:
openstack server group delete [-h] <server-group> [<server-group> ...]
openstack server group delete [-h] <server-group> [<server-group> ...]
| Value | Summary |
|---|---|
| <server-group> | Server group(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.15. server group list 링크 복사링크가 클립보드에 복사되었습니다!
List all server groups.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
72.16. server group show 링크 복사링크가 클립보드에 복사되었습니다!
Display server group details.
Usage:
openstack server group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<server-group>
openstack server group show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<server-group>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.17. server image create 링크 복사링크가 클립보드에 복사되었습니다!
Create a new server disk image from an existing server
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.18. server list 링크 복사링크가 클립보드에 복사되었습니다!
List servers
Usage:
| 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. note that this option only applies for non-admin users when using ``--os-compute-api-version`` 2.5 or greater. |
| --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.mutually exclusive with "--name-lookup-one-by-one" option. |
| --name-lookup-one-by-one | When looking up flavor and image names, look them upone by one as needed instead of all together (default). Mutually exclusive with "--no-name- lookup |
| -n" option. | --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-before <changes-before> |
| List only servers changed before a certain point of time. The provided time should be an ISO 8061 formatted time (e.g., 2016-03-05T06:27:59Z). (Supported by API versions 2.66 - 2.latest) | --changes-since <changes-since> |
| List only servers changed after a certain point of time. The provided time should be an ISO 8061 formatted time (e.g., 2016-03-04T06:27:59Z). | --locked |
| Only display locked servers. requires ``--os-compute- api-version`` 2.73 or greater. | --unlocked |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
72.19. server lock 링크 복사링크가 클립보드에 복사되었습니다!
Lock server(s). A non-admin user will not be able to execute actions
Usage:
openstack server lock [-h] [--reason <reason>] <server> [<server> ...]
openstack server lock [-h] [--reason <reason>] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to lock (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --reason <reason> | Reason for locking the server(s). requires ``--os- compute-api-version`` 2.73 or greater. |
72.20. server migrate 링크 복사링크가 클립보드에 복사되었습니다!
Migrate server to different host
Usage:
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --live-migration | Live migrate the server. use the ``--host`` option to specify a target host for the migration which will be validated by the scheduler. |
| --live <hostname> | deprecated this option is problematic in that it requires a host and prior to compute API version 2.30, specifying a host during live migration will bypass validation by the scheduler which could result in failures to actually migrate the server to the specified host or over-subscribe the host. Use the ``--live-migration`` option instead. If both this option and ``--live-migration`` are used, ``--live- migration`` takes priority. |
| --host <hostname> | Migrate the server to the specified host. requires ``--os-compute-api-version`` 2.30 or greater when used with the ``--live-migration`` option, otherwise requires ``--os-compute-api-version`` 2.56 or greater. |
| --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 |
72.21. server pause 링크 복사링크가 클립보드에 복사되었습니다!
Pause server(s)
Usage:
openstack server pause [-h] <server> [<server> ...]
openstack server pause [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to pause (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.22. server reboot 링크 복사링크가 클립보드에 복사되었습니다!
Perform a hard or soft server reboot
Usage:
openstack server reboot [-h] [--hard | --soft] [--wait] <server>
openstack server reboot [-h] [--hard | --soft] [--wait] <server>
| 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 |
72.23. server rebuild 링크 복사링크가 클립보드에 복사되었습니다!
Rebuild server
Usage:
| 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 |
| --property <key=value> | Set a property on the rebuilt instance (repeat option to set multiple values) |
| --description <description> | New description for the server (supported by --os- compute-api-version 2.19 or above |
| --wait | Wait for rebuild to complete |
| --key-name <key-name> | Set the key name of key pair on the rebuilt instance. Cannot be specified with the --key-unset option. (Supported by API versions 2.54 - 2.latest) |
| --key-unset | Unset the key name of key pair on the rebuilt instance. Cannot be specified with the --key-name option. (Supported by API versions 2.54 - 2.latest) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.24. server remove fixed ip 링크 복사링크가 클립보드에 복사되었습니다!
Remove fixed IP address from server
Usage:
openstack server remove fixed ip [-h] <server> <ip-address>
openstack server remove fixed ip [-h] <server> <ip-address>
| 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 |
72.25. server remove floating ip 링크 복사링크가 클립보드에 복사되었습니다!
Remove floating IP address from server
Usage:
openstack server remove floating ip [-h] <server> <ip-address>
openstack server remove floating ip [-h] <server> <ip-address>
| 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 |
72.26. server remove network 링크 복사링크가 클립보드에 복사되었습니다!
Remove all ports of a network from server
Usage:
openstack server remove network [-h] <server> <network>
openstack server remove network [-h] <server> <network>
| 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 |
72.27. server remove port 링크 복사링크가 클립보드에 복사되었습니다!
Remove port from server
Usage:
openstack server remove port [-h] <server> <port>
openstack server remove port [-h] <server> <port>
| 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 |
72.28. server remove security group 링크 복사링크가 클립보드에 복사되었습니다!
Remove security group from server
Usage:
openstack server remove security group [-h] <server> <group>
openstack server remove security group [-h] <server> <group>
| 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 |
72.29. server remove volume 링크 복사링크가 클립보드에 복사되었습니다!
Remove volume from server. Specify ``--os-compute-api-version 2.20`` or higher to remove a volume from a server with status ``SHELVED`` or ``SHELVED_OFFLOADED``.
Usage:
openstack server remove volume [-h] <server> <volume>
openstack server remove volume [-h] <server> <volume>
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| <volume> | Volume to remove (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.30. server rescue 링크 복사링크가 클립보드에 복사되었습니다!
Put server in rescue mode
Usage:
openstack server rescue [-h] [--image <image>] [--password <password>]
<server>
openstack server rescue [-h] [--image <image>] [--password <password>]
<server>
| 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 |
72.31. server resize confirm 링크 복사링크가 클립보드에 복사되었습니다!
Confirm server resize. Confirm (verify) success of resize operation and release the old server.
Usage:
openstack server resize confirm [-h] <server>
openstack server resize confirm [-h] <server>
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.32. server resize revert 링크 복사링크가 클립보드에 복사되었습니다!
Revert server resize. Revert the resize operation. Release the new server and restart the old one.
Usage:
openstack server resize revert [-h] <server>
openstack server resize revert [-h] <server>
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.33. server resize 링크 복사링크가 클립보드에 복사되었습니다!
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.
Usage:
openstack server resize [-h] [--flavor <flavor> | --confirm | --revert]
[--wait]
<server>
openstack server resize [-h] [--flavor <flavor> | --confirm | --revert]
[--wait]
<server>
| 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 |
72.34. server restore 링크 복사링크가 클립보드에 복사되었습니다!
Restore server(s)
Usage:
openstack server restore [-h] <server> [<server> ...]
openstack server restore [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to restore (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.35. server resume 링크 복사링크가 클립보드에 복사되었습니다!
Resume server(s)
Usage:
openstack server resume [-h] <server> [<server> ...]
openstack server resume [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to resume (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.36. server set 링크 복사링크가 클립보드에 복사되었습니다!
Set server properties
Usage:
openstack server set [-h] [--name <new-name>] [--root-password]
[--property <key=value>] [--state <state>]
[--description <description>]
<server>
openstack server set [-h] [--name <new-name>] [--root-password]
[--property <key=value>] [--state <state>]
[--description <description>]
<server>
| 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) |
| --description <description> | New server description (supported by --os-compute-api- version 2.19 or above) |
72.37. server shelve 링크 복사링크가 클립보드에 복사되었습니다!
Shelve server(s)
Usage:
openstack server shelve [-h] <server> [<server> ...]
openstack server shelve [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to shelve (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.38. server show 링크 복사링크가 클립보드에 복사되었습니다!
Show server details. Specify ``--os-compute-api-version 2.47`` or higher to see the embedded flavor information for the server.
Usage:
openstack server show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--diagnostics]
<server>
openstack server show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--diagnostics]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
72.39. server ssh 링크 복사링크가 클립보드에 복사되었습니다!
SSH to server
Usage:
openstack server ssh [-h] [--login <login-name>] [--port <port>]
[--identity <keyfile>] [--option <config-options>]
[-4 | -6]
[--public | --private | --address-type <address-type>]
<server>
openstack server ssh [-h] [--login <login-name>] [--port <port>]
[--identity <keyfile>] [--option <config-options>]
[-4 | -6]
[--public | --private | --address-type <address-type>]
<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) |
72.40. server start 링크 복사링크가 클립보드에 복사되었습니다!
Start server(s).
Usage:
openstack server start [-h] <server> [<server> ...]
openstack server start [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to start (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.41. server stop 링크 복사링크가 클립보드에 복사되었습니다!
Stop server(s).
Usage:
openstack server stop [-h] <server> [<server> ...]
openstack server stop [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to stop (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.42. server suspend 링크 복사링크가 클립보드에 복사되었습니다!
Suspend server(s)
Usage:
openstack server suspend [-h] <server> [<server> ...]
openstack server suspend [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to suspend (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.43. server unlock 링크 복사링크가 클립보드에 복사되었습니다!
Unlock server(s)
Usage:
openstack server unlock [-h] <server> [<server> ...]
openstack server unlock [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to unlock (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.44. server unpause 링크 복사링크가 클립보드에 복사되었습니다!
Unpause server(s)
Usage:
openstack server unpause [-h] <server> [<server> ...]
openstack server unpause [-h] <server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to unpause (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.45. server unrescue 링크 복사링크가 클립보드에 복사되었습니다!
Restore server from rescue mode
Usage:
openstack server unrescue [-h] <server>
openstack server unrescue [-h] <server>
| Value | Summary |
|---|---|
| <server> | Server (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
72.46. server unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset server properties
Usage:
openstack server unset [-h] [--property <key>] [--description] <server>
openstack server unset [-h] [--property <key>] [--description] <server>
| 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) |
| --description | Unset server description (supported by --os-compute-api- version 2.19 or above) |
72.47. server unshelve 링크 복사링크가 클립보드에 복사되었습니다!
Unshelve server(s)
Usage:
openstack server unshelve [-h] [--availability-zone AVAILABILITY_ZONE]
<server> [<server> ...]
openstack server unshelve [-h] [--availability-zone AVAILABILITY_ZONE]
<server> [<server> ...]
| Value | Summary |
|---|---|
| <server> | Server(s) to unshelve (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --availability-zone AVAILABILITY_ZONE | Name of the availability zone in which to unshelve a SHELVED_OFFLOADED server (supported by --os-compute- api-version 2.77 or above) |
Chapter 73. service 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the service command.
73.1. service create 링크 복사링크가 클립보드에 복사되었습니다!
Create new service
Usage:
| 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 |
| --enable | Enable service (default) |
| --disable | Disable service |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
73.2. service delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete service(s)
Usage:
openstack service delete [-h] <service> [<service> ...]
openstack service delete [-h] <service> [<service> ...]
| Value | Summary |
|---|---|
| <service> | Service(s) to delete (type, name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
73.3. service list 링크 복사링크가 클립보드에 복사되었습니다!
List services
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
73.4. service provider create 링크 복사링크가 클립보드에 복사되었습니다!
Create new service provider
Usage:
| Value | Summary |
|---|---|
| <name> | New service provider name (must be unique) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --auth-url <auth-url> | Authentication url of remote federated service provider (required) |
| --description <description> | New service provider description |
| --service-provider-url <sp-url> | A service url where saml assertions are being sent (required) |
| --enable | Enable the service provider (default) |
| --disable | Disable the service provider |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
73.5. service provider delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete service provider(s)
Usage:
openstack service provider delete [-h]
<service-provider>
[<service-provider> ...]
openstack service provider delete [-h]
<service-provider>
[<service-provider> ...]
| Value | Summary |
|---|---|
| <service-provider> | Service provider(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
73.6. service provider list 링크 복사링크가 클립보드에 복사되었습니다!
List service providers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
73.7. service provider set 링크 복사링크가 클립보드에 복사되었습니다!
Set service provider properties
Usage:
openstack service provider set [-h] [--auth-url <auth-url>]
[--description <description>]
[--service-provider-url <sp-url>]
[--enable | --disable]
<service-provider>
openstack service provider set [-h] [--auth-url <auth-url>]
[--description <description>]
[--service-provider-url <sp-url>]
[--enable | --disable]
<service-provider>
| Value | Summary |
|---|---|
| <service-provider> | Service provider to modify |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --auth-url <auth-url> | New authentication url of remote federated service provider |
| --description <description> | New service provider description |
| --service-provider-url <sp-url> | New service provider url, where saml assertions are sent |
| --enable | Enable the service provider |
| --disable | Disable the service provider |
73.8. service provider show 링크 복사링크가 클립보드에 복사되었습니다!
Display service provider details
Usage:
| Value | Summary |
|---|---|
| <service-provider> | Service provider 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
73.9. service set 링크 복사링크가 클립보드에 복사되었습니다!
Set service properties
Usage:
openstack service set [-h] [--type <type>] [--name <service-name>]
[--description <description>]
[--enable | --disable]
<service>
openstack service set [-h] [--type <type>] [--name <service-name>]
[--description <description>]
[--enable | --disable]
<service>
| Value | Summary |
|---|---|
| <service> | Service to modify (type, name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --type <type> | New service type (compute, image, identity, volume, etc) |
| --name <service-name> | New service name |
| --description <description> | New service description |
| --enable | Enable service |
| --disable | Disable service |
73.10. service show 링크 복사링크가 클립보드에 복사되었습니다!
Display service details
Usage:
openstack service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<service>
openstack service show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<service>
| Value | Summary |
|---|---|
| <service> | Service to display (type, 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 74. sfc 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the sfc command.
74.1. sfc flow classifier create 링크 복사링크가 클립보드에 복사되었습니다!
Create a flow classifier
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.2. sfc flow classifier delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given flow classifier
Usage:
openstack sfc flow classifier delete [-h] <flow-classifier>
openstack sfc flow classifier delete [-h] <flow-classifier>
| Value | Summary |
|---|---|
| <flow-classifier> | Flow classifier to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
74.3. sfc flow classifier list 링크 복사링크가 클립보드에 복사되었습니다!
List flow classifiers
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
74.4. sfc flow classifier set 링크 복사링크가 클립보드에 복사되었습니다!
Set flow classifier properties
Usage:
openstack sfc flow classifier set [-h] [--name <name>]
[--description <description>]
<flow-classifier>
openstack sfc flow classifier set [-h] [--name <name>]
[--description <description>]
<flow-classifier>
| 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 |
74.5. sfc flow classifier show 링크 복사링크가 클립보드에 복사되었습니다!
Display flow classifier details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.6. sfc port chain create 링크 복사링크가 클립보드에 복사되었습니다!
Create a port chain
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.7. sfc port chain delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given port chain
Usage:
openstack sfc port chain delete [-h] <port-chain>
openstack sfc port chain delete [-h] <port-chain>
| Value | Summary |
|---|---|
| <port-chain> | Port chain to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
74.8. sfc port chain list 링크 복사링크가 클립보드에 복사되었습니다!
List port chains
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
74.9. sfc port chain set 링크 복사링크가 클립보드에 복사되었습니다!
Set port chain properties
Usage:
| 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. |
74.10. sfc port chain show 링크 복사링크가 클립보드에 복사되었습니다!
Display port chain details
Usage:
openstack sfc port chain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<port-chain>
openstack sfc port chain show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<port-chain>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.11. sfc port chain unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset port chain properties
Usage:
openstack sfc port chain unset [-h]
[--flow-classifier <flow-classifier> | --all-flow-classifier]
[--port-pair-group <port-pair-group>]
<port-chain>
openstack sfc port chain unset [-h]
[--flow-classifier <flow-classifier> | --all-flow-classifier]
[--port-pair-group <port-pair-group>]
<port-chain>
| 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. |
74.12. sfc port pair create 링크 복사링크가 클립보드에 복사되었습니다!
Create a port pair
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.13. sfc port pair delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given port pair
Usage:
openstack sfc port pair delete [-h] <port-pair>
openstack sfc port pair delete [-h] <port-pair>
| Value | Summary |
|---|---|
| <port-pair> | Port pair to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
74.14. sfc port pair group create 링크 복사링크가 클립보드에 복사되었습니다!
Create a port pair group
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.15. sfc port pair group delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given port pair group
Usage:
openstack sfc port pair group delete [-h] <port-pair-group>
openstack sfc port pair group delete [-h] <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 |
74.16. sfc port pair group list 링크 복사링크가 클립보드에 복사되었습니다!
List port pair group
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
74.17. sfc port pair group set 링크 복사링크가 클립보드에 복사되었습니다!
Set port pair group properties
Usage:
openstack sfc port pair group set [-h] [--name <name>]
[--description <description>]
[--port-pair <port-pair>]
[--no-port-pair]
<port-pair-group>
openstack sfc port pair group set [-h] [--name <name>]
[--description <description>]
[--port-pair <port-pair>]
[--no-port-pair]
<port-pair-group>
| 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 |
74.18. sfc port pair group show 링크 복사링크가 클립보드에 복사되었습니다!
Display port pair group details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.19. sfc port pair group unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset port pairs from port pair group
Usage:
openstack sfc port pair group unset [-h]
[--port-pair <port-pair> | --all-port-pair]
<port-pair-group>
openstack sfc port pair group unset [-h]
[--port-pair <port-pair> | --all-port-pair]
<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 |
74.20. sfc port pair list 링크 복사링크가 클립보드에 복사되었습니다!
List port pairs
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
74.21. sfc port pair set 링크 복사링크가 클립보드에 복사되었습니다!
Set port pair properties
Usage:
openstack sfc port pair set [-h] [--name <name>]
[--description <description>]
<port-pair>
openstack sfc port pair set [-h] [--name <name>]
[--description <description>]
<port-pair>
| 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 |
74.22. sfc port pair show 링크 복사링크가 클립보드에 복사되었습니다!
Display port pair details
Usage:
openstack sfc port pair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<port-pair>
openstack sfc port pair show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<port-pair>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.23. sfc service graph create 링크 복사링크가 클립보드에 복사되었습니다!
Create a service graph.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
74.24. sfc service graph delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a given service graph.
Usage:
openstack sfc service graph delete [-h] <service-graph>
openstack sfc service graph delete [-h] <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 |
74.25. sfc service graph list 링크 복사링크가 클립보드에 복사되었습니다!
List service graphs
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
74.26. sfc service graph set 링크 복사링크가 클립보드에 복사되었습니다!
Set service graph properties
Usage:
openstack sfc service graph set [-h] [--name <name>]
[--description <description>]
<service-graph>
openstack sfc service graph set [-h] [--name <name>]
[--description <description>]
<service-graph>
| 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 |
74.27. sfc service graph show 링크 복사링크가 클립보드에 복사되었습니다!
Show information of a given service graph.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 75. software 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the software command.
75.1. software config create 링크 복사링크가 클립보드에 복사되었습니다!
Create software config
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
75.2. software config delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete software configs
Usage:
openstack software config delete [-h] <config> [<config> ...]
openstack software config delete [-h] <config> [<config> ...]
| Value | Summary |
|---|---|
| <config> | Ids of the software configs to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
75.3. software config list 링크 복사링크가 클립보드에 복사되었습니다!
List software configs
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
75.4. software config show 링크 복사링크가 클립보드에 복사되었습니다!
Show software config details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
75.5. software deployment create 링크 복사링크가 클립보드에 복사되었습니다!
Create a software deployment.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
75.6. software deployment delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete software deployment(s) and correlative config(s).
Usage:
openstack software deployment delete [-h]
<deployment> [<deployment> ...]
openstack software deployment delete [-h]
<deployment> [<deployment> ...]
| Value | Summary |
|---|---|
| <deployment> | Id of the deployment(s) to delete. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
75.7. software deployment list 링크 복사링크가 클립보드에 복사되었습니다!
List software deployments.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
75.8. software deployment metadata show 링크 복사링크가 클립보드에 복사되었습니다!
Get deployment configuration metadata for the specified server.
Usage:
openstack software deployment metadata show [-h] <server>
openstack software deployment metadata show [-h] <server>
| Value | Summary |
|---|---|
| <server> | Id of the server to fetch deployments for |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
75.9. software deployment output show 링크 복사링크가 클립보드에 복사되었습니다!
Show a specific deployment output.
Usage:
openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
openstack software deployment output show [-h] [--all] [--long]
<deployment> [<output-name>]
| 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 |
75.10. software deployment show 링크 복사링크가 클립보드에 복사되었습니다!
Show SoftwareDeployment Details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 76. stack 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the stack command.
76.1. stack abandon 링크 복사링크가 클립보드에 복사되었습니다!
Abandon stack and output results.
Usage:
openstack stack abandon [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--output-file <output-file>]
<stack>
openstack stack abandon [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--output-file <output-file>]
<stack>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.2. stack adopt 링크 복사링크가 클립보드에 복사되었습니다!
Adopt a stack.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.3. stack cancel 링크 복사링크가 클립보드에 복사되었습니다!
Cancel current task for a stack. Supported tasks for cancellation: * update * create
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.4. stack check 링크 복사링크가 클립보드에 복사되었습니다!
Check a stack.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.5. stack create 링크 복사링크가 클립보드에 복사되었습니다!
Create a stack.
Usage:
| 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: ``nested_stack/another/my_resource``. You can use wildcards to match multiple stacks or resources: ``nested_stack/an*/*_resource``. This can be specified multiple times |
| --enable-rollback | Enable rollback on create/update failure |
| --parameter <key=value> | Parameter values used to create the stack. this can be specified multiple times |
| --parameter-file <key=file> | Parameter values from file used to create the stack. This can be specified multiple times. Parameter values would be the content of the file |
| --wait | Wait until stack goes to create_complete or CREATE_FAILED |
| --tags <tag1,tag2…> | A list of tags to associate with the stack |
| --dry-run | Do not actually perform the stack create, but show what would be created |
| -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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.6. stack delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete stack(s).
Usage:
openstack stack delete [-h] [-y] [--wait] <stack> [<stack> ...]
openstack stack delete [-h] [-y] [--wait] <stack> [<stack> ...]
| 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 |
76.7. stack environment show 링크 복사링크가 클립보드에 복사되었습니다!
Show a stack’s environment.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.8. stack event list 링크 복사링크가 클립보드에 복사되었습니다!
List events.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.9. stack event show 링크 복사링크가 클립보드에 복사되었습니다!
Show event details.
Usage:
openstack stack event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<stack> <resource> <event>
openstack stack event show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<stack> <resource> <event>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.10. stack export 링크 복사링크가 클립보드에 복사되었습니다!
Export stack data json.
Usage:
openstack stack export [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--output-file <output-file>]
<stack>
openstack stack export [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--output-file <output-file>]
<stack>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.11. stack failures list 링크 복사링크가 클립보드에 복사되었습니다!
Show information about failed stack resources.
Usage:
openstack stack failures list [-h] [--long] <stack>
openstack stack failures list [-h] [--long] <stack>
| 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 |
76.12. stack file list 링크 복사링크가 클립보드에 복사되었습니다!
Show a stack’s files map.
Usage:
openstack stack file list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<NAME or ID>
openstack stack file list [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<NAME or ID>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.13. stack hook clear 링크 복사링크가 클립보드에 복사되었습니다!
Clear resource hooks on a given stack.
Usage:
openstack stack hook clear [-h] [--pre-create] [--pre-update]
[--pre-delete]
<stack> <resource> [<resource> ...]
openstack stack hook clear [-h] [--pre-create] [--pre-update]
[--pre-delete]
<stack> <resource> [<resource> ...]
| 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: ``nested_stack/another/my_resource``. You can use wildcards to match multiple stacks or resources: ``nested_stack/an*/*_resource`` |
| 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 |
76.14. stack hook poll 링크 복사링크가 클립보드에 복사되었습니다!
List resources with pending hook for a stack.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.15. stack list 링크 복사링크가 클립보드에 복사되었습니다!
List stacks.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.16. stack output list 링크 복사링크가 클립보드에 복사되었습니다!
List stack outputs.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.17. stack output show 링크 복사링크가 클립보드에 복사되었습니다!
Show stack output.
Usage:
openstack stack output show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--all]
<stack> [<output>]
openstack stack output show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--all]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.18. stack resource list 링크 복사링크가 클립보드에 복사되었습니다!
List stack resources.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.19. stack resource mark unhealthy 링크 복사링크가 클립보드에 복사되었습니다!
Set resource’s health.
Usage:
openstack stack resource mark unhealthy [-h] [--reset]
<stack> <resource> [reason]
openstack stack resource mark unhealthy [-h] [--reset]
<stack> <resource> [reason]
| 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 |
76.20. stack resource metadata 링크 복사링크가 클립보드에 복사되었습니다!
Show resource metadata
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.21. stack resource show 링크 복사링크가 클립보드에 복사되었습니다!
Display stack resource.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.22. stack resource signal 링크 복사링크가 클립보드에 복사되었습니다!
Signal a resource with optional data.
Usage:
openstack stack resource signal [-h] [--data <data>]
[--data-file <data-file>]
<stack> <resource>
openstack stack resource signal [-h] [--data <data>]
[--data-file <data-file>]
<stack> <resource>
| 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 |
76.23. stack resume 링크 복사링크가 클립보드에 복사되었습니다!
Resume a stack.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.24. stack show 링크 복사링크가 클립보드에 복사되었습니다!
Show stack details.
Usage:
openstack stack show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--no-resolve-outputs]
<stack>
openstack stack show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--no-resolve-outputs]
<stack>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.25. stack snapshot create 링크 복사링크가 클립보드에 복사되었습니다!
Create stack snapshot.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.26. stack snapshot delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete stack snapshot.
Usage:
openstack stack snapshot delete [-h] [-y] <stack> <snapshot>
openstack stack snapshot delete [-h] [-y] <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) |
76.27. stack snapshot list 링크 복사링크가 클립보드에 복사되었습니다!
List stack snapshots.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.28. stack snapshot restore 링크 복사링크가 클립보드에 복사되었습니다!
Restore stack snapshot
Usage:
openstack stack snapshot restore [-h] <stack> <snapshot>
openstack stack snapshot restore [-h] <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 |
76.29. stack snapshot show 링크 복사링크가 클립보드에 복사되었습니다!
Show stack snapshot.
Usage:
openstack stack snapshot show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<stack> <snapshot>
openstack stack snapshot show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.30. stack suspend 링크 복사링크가 클립보드에 복사되었습니다!
Suspend a stack.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
76.31. stack template show 링크 복사링크가 클립보드에 복사되었습니다!
Display stack template.
Usage:
openstack stack template show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<stack>
openstack stack template show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
<stack>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
76.32. stack update 링크 복사링크가 클립보드에 복사되었습니다!
Update a stack.
Usage:
| 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: ``nested_stack/another/my_resource``. You can use wildcards to match multiple stacks or resources: ``nested_stack/an*/*_resource``. This can be specified multiple times |
| --timeout <timeout> | Stack update timeout in minutes |
| --rollback <value> | Set rollback on update failure. value "enabled" sets rollback to enabled. Value "disabled" sets rollback to disabled. Value "keep" uses the value of existing stack to be updated (default) |
| --dry-run | Do not actually perform the stack update, but show what would be changed |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 77. subnet 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the subnet command.
77.1. subnet create 링크 복사링크가 클립보드에 복사되었습니다!
Create a subnet
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
77.2. subnet delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete subnet(s)
Usage:
openstack subnet delete [-h] <subnet> [<subnet> ...]
openstack subnet delete [-h] <subnet> [<subnet> ...]
| Value | Summary |
|---|---|
| <subnet> | Subnet(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
77.3. subnet list 링크 복사링크가 클립보드에 복사되었습니다!
List subnets
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
77.4. subnet pool create 링크 복사링크가 클립보드에 복사되었습니다!
Create subnet pool
Usage:
| 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 per-project quota for this subnet pool as the number of IP addresses that can be allocated from the subnet pool |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
77.5. subnet pool delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete subnet pool(s)
Usage:
openstack subnet pool delete [-h] <subnet-pool> [<subnet-pool> ...]
openstack subnet pool delete [-h] <subnet-pool> [<subnet-pool> ...]
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
77.6. subnet pool list 링크 복사링크가 클립보드에 복사되었습니다!
List subnet pools
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
77.7. subnet pool set 링크 복사링크가 클립보드에 복사되었습니다!
Set subnet pool properties
Usage:
| 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 per-project quota for this subnet pool as the number of IP addresses that can be allocated from the subnet pool |
| --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 |
77.8. subnet pool show 링크 복사링크가 클립보드에 복사되었습니다!
Display subnet pool details
Usage:
openstack subnet pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<subnet-pool>
openstack subnet pool show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<subnet-pool>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
77.9. subnet pool unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset subnet pool properties
Usage:
openstack subnet pool unset [-h] [--tag <tag> | --all-tag]
<subnet-pool>
openstack subnet pool unset [-h] [--tag <tag> | --all-tag]
<subnet-pool>
| Value | Summary |
|---|---|
| <subnet-pool> | Subnet pool to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --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 |
77.10. subnet set 링크 복사링크가 클립보드에 복사되었습니다!
Set subnet properties
Usage:
| 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) |
77.11. subnet show 링크 복사링크가 클립보드에 복사되었습니다!
Display subnet details
Usage:
openstack subnet show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<subnet>
openstack subnet show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<subnet>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
77.12. subnet unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset subnet properties
Usage:
| 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 78. task 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the task command.
78.1. task execution list 링크 복사링크가 클립보드에 복사되었습니다!
List all tasks.
Usage:
| Value | Summary |
|---|---|
| workflow_execution | Workflow execution id associated with list of tasks. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --oldest | Display the executions starting from the oldest entries instead of the newest |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
78.2. task execution published show 링크 복사링크가 클립보드에 복사되었습니다!
Show task published variables.
Usage:
openstack task execution published show [-h] id
openstack task execution published show [-h] id
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
78.3. task execution rerun 링크 복사링크가 클립보드에 복사되었습니다!
Rerun an existing task.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
78.4. task execution result show 링크 복사링크가 클립보드에 복사되었습니다!
Show task output data.
Usage:
openstack task execution result show [-h] id
openstack task execution result show [-h] id
| Value | Summary |
|---|---|
| id | Task id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
78.5. task execution show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific task.
Usage:
openstack task execution show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
task
openstack task execution show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 79. tld 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the tld command.
79.1. tld create 링크 복사링크가 클립보드에 복사되었습니다!
Create new tld
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
79.2. tld delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete tld
Usage:
openstack tld delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack tld delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
79.3. tld list 링크 복사링크가 클립보드에 복사되었습니다!
List tlds
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
79.4. tld set 링크 복사링크가 클립보드에 복사되었습니다!
Set tld properties
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
79.5. tld show 링크 복사링크가 클립보드에 복사되었습니다!
Show tld details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 80. token 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the token command.
80.1. token issue 링크 복사링크가 클립보드에 복사되었습니다!
Issue new token
Usage:
openstack token issue [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
openstack token issue [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
80.2. token revoke 링크 복사링크가 클립보드에 복사되었습니다!
Revoke existing token
Usage:
openstack token revoke [-h] <token>
openstack token revoke [-h] <token>
| Value | Summary |
|---|---|
| <token> | Token to be deleted |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
Chapter 81. tripleo 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the tripleo command.
81.1. tripleo config generate ansible 링크 복사링크가 클립보드에 복사되었습니다!
Generate the default ansible.cfg for deployments.
Usage:
openstack tripleo config generate ansible
[--deployment-user DEPLOYMENT_USER]
[--output-dir OUTPUT_DIR]
openstack tripleo config generate ansible
[--deployment-user DEPLOYMENT_USER]
[--output-dir OUTPUT_DIR]
| Value | Summary |
|---|---|
| --deployment-user DEPLOYMENT_USER | User who executes the tripleo config generate command. Defaults to stack. |
| --output-dir OUTPUT_DIR | Directory to output ansible.cfg and ansible.log files. |
81.2. tripleo container image delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete specified image from registry.
Usage:
openstack tripleo container image delete [-h]
[--registry-url <registry url>]
[--username <username>]
[--password <password>] [-y]
<image to delete>
openstack tripleo container image delete [-h]
[--registry-url <registry url>]
[--username <username>]
[--password <password>] [-y]
<image to delete>
| Value | Summary |
|---|---|
| <image to delete> | Full url of image to be deleted in the form <fqdn>:<port>/path/to/image |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --registry-url <registry url> | Url of registry images are to be listed from in the form <fqdn>:<port>. |
| --username <username> | Username for image registry. |
| --password <password> | Password for image registry. |
| -y, --yes | Skip yes/no prompt (assume yes). |
81.3. tripleo container image list 링크 복사링크가 클립보드에 복사되었습니다!
List images discovered in registry.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --registry-url <registry url> | Url of registry images are to be listed from in the form <fqdn>:<port>. |
| --username <username> | Username for image registry. |
| --password <password> | Password for image registry. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
81.4. tripleo container image prepare default 링크 복사링크가 클립보드에 복사되었습니다!
Generate a default ContainerImagePrepare parameter.
Usage:
openstack tripleo container image prepare default [-h]
[--output-env-file <file path>]
[--local-push-destination]
openstack tripleo container image prepare default [-h]
[--output-env-file <file path>]
[--local-push-destination]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --output-env-file <file path> | File to write environment file containing default ContainerImagePrepare value. |
| --local-push-destination | Include a push_destination to trigger upload to a local registry. |
81.5. tripleo container image prepare 링크 복사링크가 클립보드에 복사되었습니다!
Prepare and upload containers from a single command.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --environment-file <file path>, -e <file path> | Environment file containing the containerimageprepare parameter which specifies all prepare actions. Also, environment files specifying which services are containerized. Entries will be filtered to only contain images used by containerized services. (Can be specified more than once.) |
| --environment-directory <HEAT ENVIRONMENT DIRECTORY> | Environment file directories that are automatically added to the environment. Can be specified more than once. Files in directories are loaded in ascending sort order. |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data.yaml in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --output-env-file <file path> | File to write heat environment file which specifies all image parameters. Any existing file will be overwritten. |
| --dry-run | Do not perform any pull, modify, or push operations. The environment file will still be populated as if these operations were performed. |
| --cleanup <full, partial, none> | Cleanup behavior for local images left after upload. The default full will attempt to delete all local images. partial will leave images required for deployment on this host. none will do no cleanup. |
81.6. tripleo container image push 링크 복사링크가 클립보드에 복사되었습니다!
Push specified image to registry.
Usage:
| Value | Summary |
|---|---|
| <image to push> | Container image to upload. should be in the form of <registry>/<namespace>/<name>:<tag>. If tag is not provided, then latest will be used. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --local | Use this flag if the container image is already on the current system and does not need to be pulled from a remote registry. |
| --registry-url <registry url> | Url of the destination registry in the form <fqdn>:<port>. |
| --append-tag APPEND_TAG | Tag to append to the existing tag when pushing the container. |
| --username <username> | Username for the destination image registry. |
| --password <password> | Password for the destination image registry. |
| --source-username <source_username> | Username for the source image registry. |
| --source-password <source_password> | Password for the source image registry. |
| --dry-run | Perform a dry run upload. the upload action is not performed, but the authentication process is attempted. |
| --multi-arch | Enable multi arch support for the upload. |
| --cleanup | Remove local copy of the image after uploading |
81.7. tripleo container image show 링크 복사링크가 클립보드에 복사되었습니다!
Show image selected from the registry.
Usage:
| Value | Summary |
|---|---|
| <image to inspect> | Image to be inspected, for example: docker.io/library/centos:7 or docker://docker.io/library/centos:7 |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --username <username> | Username for image registry. |
| --password <password> | Password for image registry. |
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
81.8. tripleo deploy 링크 복사링크가 클립보드에 복사되었습니다!
Deploy containerized Undercloud
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --standalone | Run deployment as a standalone deployment with no undercloud. |
| --upgrade | Upgrade an existing deployment. |
| -y, --yes | Skip yes/no prompt (assume yes). |
| --stack STACK | Name for the ephemeral (one-time create and forget) heat stack. |
| --output-dir OUTPUT_DIR | Directory to output state, processed heat templates, ansible deployment files. |
| --output-only | Do not execute the ansible playbooks. by default the playbooks are saved to the output-dir and then executed. |
| --standalone-role STANDALONE_ROLE | The role to use for standalone configuration when populating the deployment actions. |
| -t <TIMEOUT>, --timeout <TIMEOUT> | Deployment timeout in minutes. |
| -e <HEAT ENVIRONMENT FILE>, --environment-file <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data_undercloud.yaml in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Roles file, overrides the default /dev/null in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --heat-api-port <HEAT_API_PORT> | Heat api port to use for the installers private heat API instance. Optional. Default: 8006.) |
| --heat-user <HEAT_USER> | User to execute the non-privileged heat-all process. Defaults to heat. |
| --deployment-user DEPLOYMENT_USER | User who executes the tripleo deploy command. defaults to $SUDO_USER. If $SUDO_USER is unset it defaults to stack. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. If not specified the python version of the openstackclient will be used. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| --heat-container-image <HEAT_CONTAINER_IMAGE> | The container image to use when launching the heat-all process. Defaults to: tripleomaster/centos-binary- heat-all:current-tripleo |
| --heat-native [HEAT_NATIVE] | Execute the heat-all process natively on this host. This option requires that the heat-all binaries be installed locally on this machine. This option is enabled by default which means heat-all is executed on the host OS directly. |
| --local-ip <LOCAL_IP> | Local ip/cidr for undercloud traffic. required. |
| --control-virtual-ip <CONTROL_VIRTUAL_IP> | Control plane vip. this allows the undercloud installer to configure a custom VIP on the control plane. |
| --public-virtual-ip <PUBLIC_VIRTUAL_IP> | Public nw vip. this allows the undercloud installer to configure a custom VIP on the public (external) NW. |
| --local-domain <LOCAL_DOMAIN> | Local domain for standalone cloud and its api endpoints |
| --cleanup | Cleanup temporary files. using this flag will remove the temporary files used during deployment in after the command is run. |
| --hieradata-override [HIERADATA_OVERRIDE] | Path to hieradata override file. when it points to a heat env file, it is passed in t-h-t via --environment-file. When the file contains legacy instack data, it is wrapped with <role>ExtraConfig and also passed in for t-h-t as a temp file created in --output-dir. Note, instack hiera data may be not t-h-t compatible and will highly likely require a manual revision. |
| --keep-running | Keep the ephemeral heat running after the stack operation is complete. This is for debugging purposes only. The ephemeral Heat can be used by openstackclient with: OS_AUTH_TYPE=none OS_ENDPOINT=http://127.0.0.1:8006/v1/admin openstack stack list where 8006 is the port specified by --heat- api-port. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --force-stack-update | Do a virtual update of the ephemeral heat stack (it cannot take real updates). New or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --force-stack-create | Do a virtual create of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=CREATE. |
81.9. tripleo upgrade 링크 복사링크가 클립보드에 복사되었습니다!
Upgrade TripleO
Usage:
| Value | Summary |
|---|---|
| --templates [TEMPLATES] | The directory containing the heat templates to deploy |
| --standalone | Run deployment as a standalone deployment with no undercloud. |
| --upgrade | Upgrade an existing deployment. |
| -y, --yes | Skip yes/no prompt (assume yes). |
| --stack STACK | Name for the ephemeral (one-time create and forget) heat stack. |
| --output-dir OUTPUT_DIR | Directory to output state, processed heat templates, ansible deployment files. |
| --output-only | Do not execute the ansible playbooks. by default the playbooks are saved to the output-dir and then executed. |
| --standalone-role STANDALONE_ROLE | The role to use for standalone configuration when populating the deployment actions. |
| -t <TIMEOUT>, --timeout <TIMEOUT> | Deployment timeout in minutes. |
| -e <HEAT ENVIRONMENT FILE>, --environment-file <HEAT ENVIRONMENT FILE> | Environment files to be passed to the heat stack- create or heat stack-update command. (Can be specified more than once.) |
| --roles-file ROLES_FILE, -r ROLES_FILE | Roles file, overrides the default roles_data_undercloud.yaml in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --networks-file NETWORKS_FILE, -n NETWORKS_FILE | Roles file, overrides the default /dev/null in the t-h-t templates directory used for deployment. May be an absolute path or the path relative to the templates dir. |
| --plan-environment-file PLAN_ENVIRONMENT_FILE, -p PLAN_ENVIRONMENT_FILE | Plan environment file, overrides the default plan- environment.yaml in the --templates directory |
| --heat-api-port <HEAT_API_PORT> | Heat api port to use for the installers private heat API instance. Optional. Default: 8006.) |
| --heat-user <HEAT_USER> | User to execute the non-privileged heat-all process. Defaults to heat. |
| --deployment-user DEPLOYMENT_USER | User who executes the tripleo deploy command. defaults to $SUDO_USER. If $SUDO_USER is unset it defaults to stack. |
| --deployment-python-interpreter DEPLOYMENT_PYTHON_INTERPRETER | The path to python interpreter to use for the deployment actions. If not specified the python version of the openstackclient will be used. This may need to be used if deploying on a python2 host from a python3 system or vice versa. |
| --heat-container-image <HEAT_CONTAINER_IMAGE> | The container image to use when launching the heat-all process. Defaults to: tripleomaster/centos-binary- heat-all:current-tripleo |
| --heat-native [HEAT_NATIVE] | Execute the heat-all process natively on this host. This option requires that the heat-all binaries be installed locally on this machine. This option is enabled by default which means heat-all is executed on the host OS directly. |
| --local-ip <LOCAL_IP> | Local ip/cidr for undercloud traffic. required. |
| --control-virtual-ip <CONTROL_VIRTUAL_IP> | Control plane vip. this allows the undercloud installer to configure a custom VIP on the control plane. |
| --public-virtual-ip <PUBLIC_VIRTUAL_IP> | Public nw vip. this allows the undercloud installer to configure a custom VIP on the public (external) NW. |
| --local-domain <LOCAL_DOMAIN> | Local domain for standalone cloud and its api endpoints |
| --cleanup | Cleanup temporary files. using this flag will remove the temporary files used during deployment in after the command is run. |
| --hieradata-override [HIERADATA_OVERRIDE] | Path to hieradata override file. when it points to a heat env file, it is passed in t-h-t via --environment-file. When the file contains legacy instack data, it is wrapped with <role>ExtraConfig and also passed in for t-h-t as a temp file created in --output-dir. Note, instack hiera data may be not t-h-t compatible and will highly likely require a manual revision. |
| --keep-running | Keep the ephemeral heat running after the stack operation is complete. This is for debugging purposes only. The ephemeral Heat can be used by openstackclient with: OS_AUTH_TYPE=none OS_ENDPOINT=http://127.0.0.1:8006/v1/admin openstack stack list where 8006 is the port specified by --heat- api-port. |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --force-stack-update | Do a virtual update of the ephemeral heat stack (it cannot take real updates). New or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --force-stack-create | Do a virtual create of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=CREATE. |
81.10. tripleo validator group info 링크 복사링크가 클립보드에 복사되었습니다!
Display Information about Validation Groups
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
81.11. tripleo validator list 링크 복사링크가 클립보드에 복사되었습니다!
List the available validations
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --group <group>[,<group>,…] | List specific group validations, if more than one group is required separate the group names with commas: --group pre-upgrade,prep |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
81.12. tripleo validator run 링크 복사링크가 클립보드에 복사되었습니다!
Run the available validations
Usage:
openstack tripleo validator run [--plan PLAN] [--workers N]
[--extra-vars EXTRA_VARS | --extra-vars-file EXTRA_VARS_FILE]
(--validation <validation_id>[,<validation_id>,...] | --group <group>[,<group>,...])
openstack tripleo validator run [--plan PLAN] [--workers N]
[--extra-vars EXTRA_VARS | --extra-vars-file EXTRA_VARS_FILE]
(--validation <validation_id>[,<validation_id>,...] | --group <group>[,<group>,...])
| Value | Summary |
|---|---|
| --plan PLAN, --stack PLAN | Execute the validations using a custom plan name (default: overcloud) |
| --workers N, -w N | The maximum number of threads that can be used to execute the given validations (default: 1) |
| --extra-vars EXTRA_VARS | Add a dictionary as extra variable to a validation: --extra-vars {"min_undercloud_ram_gb": 24} (default: {}) |
| --extra-vars-file EXTRA_VARS_FILE | Add a json/yaml file containing extra variable to a validation: --extra-vars-file /home/stack/vars.[json |
| yaml] If using Mistral, only a valid JSON file will be supported. (default: ) | --validation <validation_id>[,<validation_id>,…] |
| Run specific validations, if more than one validation is required separate the names with commas: --validation check-ftype,512e | --validation 512e (default: []) |
| --group <group>[,<group>,…] | Run specific group validations, if more than one group is required separate the group names with commas: --group pre-upgrade,prep |
81.13. tripleo validator show parameter 링크 복사링크가 클립보드에 복사되었습니다!
Display Validations Parameters
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --validation <validation_id>[,<validation_id>,…] | List specific validations, if more than one validation is required separate the names with commas: --validation check-ftype,512e |
| --validation 512e (default: []) | --group <group_id>[,<group_id>,…] |
| List specific group validations, if more than one group is required separate the group names with commas: pre-upgrade,prep | openshift-on-openstack (default: []) |
| --download [json | yaml] /tmp/myvars |
| Create a json or a yaml file containing all the variables available for the validations: [yaml | json] /tmp/myvars (default: []) |
| -f <format>, --format <format> | Print representation of the validation. the choices of the output format is json,yaml. (default: json) |
81.14. tripleo validator show 링크 복사링크가 클립보드에 복사되었습니다!
Display detailed information about a Validation
Usage:
| Value | Summary |
|---|---|
| <validation> | Validation 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 82. trust 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the trust command.
82.1. trust create 링크 복사링크가 클립보드에 복사되었습니다!
Create new trust
Usage:
| Value | Summary |
|---|---|
| <trustor-user> | User that is delegating authorization (name or id) |
| <trustee-user> | User that is assuming authorization (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --project <project> | Project being delegated (name or id) (required) |
| --role <role> | Roles to authorize (name or id) (repeat option to set multiple values, required) |
| --impersonate | Tokens generated from the trust will represent <trustor> (defaults to False) |
| --expiration <expiration> | Sets an expiration date for the trust (format of yyyy- mm-ddTHH:MM:SS) |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --trustor-domain <trustor-domain> | Domain that contains <trustor> (name or id) |
| --trustee-domain <trustee-domain> | Domain that contains <trustee> (name or id) |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
82.2. trust delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete trust(s)
Usage:
openstack trust delete [-h] <trust> [<trust> ...]
openstack trust delete [-h] <trust> [<trust> ...]
| Value | Summary |
|---|---|
| <trust> | Trust(s) to delete |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
82.3. trust list 링크 복사링크가 클립보드에 복사되었습니다!
List trusts
Usage:
openstack trust list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
openstack trust list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
82.4. trust show 링크 복사링크가 클립보드에 복사되었습니다!
Display trust details
Usage:
openstack trust show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<trust>
openstack trust show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<trust>
| Value | Summary |
|---|---|
| <trust> | Trust 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 83. tsigkey 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the tsigkey command.
83.1. tsigkey create 링크 복사링크가 클립보드에 복사되었습니다!
Create new tsigkey
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
83.2. tsigkey delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete tsigkey
Usage:
openstack tsigkey delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack tsigkey delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
83.3. tsigkey list 링크 복사링크가 클립보드에 복사되었습니다!
List tsigkeys
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
83.4. tsigkey set 링크 복사링크가 클립보드에 복사되었습니다!
Set tsigkey properties
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
83.5. tsigkey show 링크 복사링크가 클립보드에 복사되었습니다!
Show tsigkey details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 84. undercloud 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the undercloud command.
84.1. undercloud backup 링크 복사링크가 클립보드에 복사되었습니다!
Backup the undercloud
Usage:
openstack undercloud backup [--add-path ADD_PATH]
[--exclude-path EXCLUDE_PATH]
openstack undercloud backup [--add-path ADD_PATH]
[--exclude-path EXCLUDE_PATH]
| Value | Summary |
|---|---|
| --add-path ADD_PATH | Add additional files to backup. defaults to: /home/stack/ i.e. --add-path /this/is/a/folder/ --add- path /this/is/a/texfile.txt |
| --exclude-path EXCLUDE_PATH | Exclude path when performing the undercloud backup, this option can be specified multiple times. Defaults to: none i.e. --exclude-path /this/is/a/folder/ --exclude-path /this/is/a/texfile.txt |
84.2. undercloud install 링크 복사링크가 클립보드에 복사되었습니다!
Install and setup the undercloud
Usage:
openstack undercloud install [--force-stack-update] [--no-validations]
[--inflight-validations] [--dry-run] [-y]
openstack undercloud install [--force-stack-update] [--no-validations]
[--inflight-validations] [--dry-run] [-y]
| Value | Summary |
|---|---|
| --force-stack-update | Do a virtual update of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --no-validations | Do not perform undercloud configuration validations |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Print the install command instead of running it |
| -y, --yes | Skip yes/no prompt (assume yes). |
84.3. undercloud minion install 링크 복사링크가 클립보드에 복사되었습니다!
Install and setup the undercloud minion
Usage:
openstack undercloud minion install [--force-stack-update]
[--no-validations] [--dry-run] [-y]
openstack undercloud minion install [--force-stack-update]
[--no-validations] [--dry-run] [-y]
| Value | Summary |
|---|---|
| --force-stack-update | Do a virtual update of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --no-validations | Do not perform minion configuration validations |
| --dry-run | Print the install command instead of running it |
| -y, --yes | Skip yes/no prompt (assume yes). |
84.4. undercloud minion upgrade 링크 복사링크가 클립보드에 복사되었습니다!
Upgrade undercloud minion
Usage:
openstack undercloud minion upgrade [--force-stack-update]
[--no-validations] [--dry-run] [-y]
openstack undercloud minion upgrade [--force-stack-update]
[--no-validations] [--dry-run] [-y]
| Value | Summary |
|---|---|
| --force-stack-update | Do a virtual update of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --no-validations | Do not perform minion configuration validations |
| --dry-run | Print the install command instead of running it |
| -y, --yes | Skip yes/no prompt (assume yes). |
84.5. undercloud upgrade 링크 복사링크가 클립보드에 복사되었습니다!
Upgrade undercloud
Usage:
openstack undercloud upgrade [--force-stack-update] [--no-validations]
[--inflight-validations] [--dry-run] [-y]
openstack undercloud upgrade [--force-stack-update] [--no-validations]
[--inflight-validations] [--dry-run] [-y]
| Value | Summary |
|---|---|
| --force-stack-update | Do a virtual update of the ephemeral heat stack. new or failed deployments always have the stack_action=CREATE. This option enforces stack_action=UPDATE. |
| --no-validations | Do not perform undercloud configuration validations |
| --inflight-validations | Activate in-flight validations during the deploy. in- flight validations provide a robust way to ensure deployed services are running right after their activation. Defaults to False. |
| --dry-run | Print the install command instead of running it |
| -y, --yes | Skip yes/no prompt (assume yes). |
Chapter 85. usage 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the usage command.
85.1. usage list 링크 복사링크가 클립보드에 복사되었습니다!
List resource usage per project
Usage:
openstack usage list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--start <start>] [--end <end>]
openstack usage list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
[--quote {all,minimal,none,nonnumeric}]
[--noindent] [--max-width <integer>] [--fit-width]
[--print-empty] [--sort-column SORT_COLUMN]
[--start <start>] [--end <end>]
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
85.2. usage show 링크 복사링크가 클립보드에 복사되었습니다!
Show resource usage for a single project
Usage:
openstack usage show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--project <project>]
[--start <start>] [--end <end>]
openstack usage show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--project <project>]
[--start <start>] [--end <end>]
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 86. user 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the user command.
86.1. user create 링크 복사링크가 클립보드에 복사되었습니다!
Create new user
Usage:
| Value | Summary |
|---|---|
| <name> | New user name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Default domain (name or id) |
| --project <project> | Default project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --password <password> | Set user password |
| --password-prompt | Prompt interactively for password |
| --email <email-address> | Set user email address |
| --description <description> | User description |
| --enable | Enable user (default) |
| --disable | Disable user |
| --or-show | Return existing user |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
86.2. user delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete user(s)
Usage:
openstack user delete [-h] [--domain <domain>] <user> [<user> ...]
openstack user delete [-h] [--domain <domain>] <user> [<user> ...]
| Value | Summary |
|---|---|
| <user> | User(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain owning <user> (name or id) |
86.3. user list 링크 복사링크가 클립보드에 복사되었습니다!
List users
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Filter users by <domain> (name or id) |
| --group <group> | Filter users by <group> membership (name or id) |
| --project <project> | Filter users by <project> (name or id) |
| --long | List additional fields in output |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
86.4. user password set 링크 복사링크가 클립보드에 복사되었습니다!
Change current user password
Usage:
openstack user password set [-h] [--password <new-password>]
[--original-password <original-password>]
openstack user password set [-h] [--password <new-password>]
[--original-password <original-password>]
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --password <new-password> | New user password |
| --original-password <original-password> | Original user password |
86.5. user set 링크 복사링크가 클립보드에 복사되었습니다!
Set user properties
Usage:
| Value | Summary |
|---|---|
| <user> | User to modify (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --name <name> | Set user name |
| --domain <domain> | Domain the user belongs to (name or id). this can be used in case collisions between user names exist. |
| --project <project> | Set default project (name or id) |
| --project-domain <project-domain> | Domain the project belongs to (name or id). this can be used in case collisions between project names exist. |
| --password <password> | Set user password |
| --password-prompt | Prompt interactively for password |
| --email <email-address> | Set user email address |
| --description <description> | Set user description |
| --enable | Enable user (default) |
| --disable | Disable user |
86.6. user show 링크 복사링크가 클립보드에 복사되었습니다!
Display user details
Usage:
openstack user show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<user>
openstack user show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
[--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--domain <domain>]
<user>
| Value | Summary |
|---|---|
| <user> | User to display (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --domain <domain> | Domain owning <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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 87. versions 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the versions command.
87.1. versions show 링크 복사링크가 클립보드에 복사되었습니다!
Show available versions of services
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
Chapter 88. volume 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the volume command.
88.1. volume backup create 링크 복사링크가 클립보드에 복사되었습니다!
Create new volume backup
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.2. volume backup delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete volume backup(s)
Usage:
openstack volume backup delete [-h] [--force] <backup> [<backup> ...]
openstack volume backup delete [-h] [--force] <backup> [<backup> ...]
| 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 |
88.3. volume backup list 링크 복사링크가 클립보드에 복사되었습니다!
List volume backups
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.4. volume backup restore 링크 복사링크가 클립보드에 복사되었습니다!
Restore volume backup
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.5. volume backup set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume backup properties
Usage:
openstack volume backup set [-h] [--name <name>]
[--description <description>]
[--state <state>]
<backup>
openstack volume backup set [-h] [--name <name>]
[--description <description>]
[--state <state>]
<backup>
| 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) |
88.6. volume backup show 링크 복사링크가 클립보드에 복사되었습니다!
Display volume backup details
Usage:
openstack volume backup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<backup>
openstack volume backup show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<backup>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.7. volume create 링크 복사링크가 클립보드에 복사되었습니다!
Create new volume
Usage:
| 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 |
| --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) |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.8. volume delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete volume(s)
Usage:
openstack volume delete [-h] [--force | --purge]
<volume> [<volume> ...]
openstack volume delete [-h] [--force | --purge]
<volume> [<volume> ...]
| 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) |
88.9. volume host set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume host properties
Usage:
openstack volume host set [-h] [--disable | --enable] <host-name>
openstack volume host set [-h] [--disable | --enable] <host-name>
| 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 |
88.10. volume list 링크 복사링크가 클립보드에 복사되었습니다!
List volumes
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.11. volume migrate 링크 복사링크가 클립보드에 복사되었습니다!
Migrate volume to a new host
Usage:
openstack volume migrate [-h] --host <host> [--force-host-copy]
[--lock-volume]
<volume>
openstack volume migrate [-h] --host <host> [--force-host-copy]
[--lock-volume]
<volume>
| 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) |
88.12. volume qos associate 링크 복사링크가 클립보드에 복사되었습니다!
Associate a QoS specification to a volume type
Usage:
openstack volume qos associate [-h] <qos-spec> <volume-type>
openstack volume qos associate [-h] <qos-spec> <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 |
88.13. volume qos create 링크 복사링크가 클립보드에 복사되었습니다!
Create new QoS specification
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.14. volume qos delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete QoS specification
Usage:
openstack volume qos delete [-h] [--force] <qos-spec> [<qos-spec> ...]
openstack volume qos delete [-h] [--force] <qos-spec> [<qos-spec> ...]
| 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) |
88.15. volume qos disassociate 링크 복사링크가 클립보드에 복사되었습니다!
Disassociate a QoS specification from a volume type
Usage:
openstack volume qos disassociate [-h]
[--volume-type <volume-type> | --all]
<qos-spec>
openstack volume qos disassociate [-h]
[--volume-type <volume-type> | --all]
<qos-spec>
| 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 |
88.16. volume qos list 링크 복사링크가 클립보드에 복사되었습니다!
List QoS specifications
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.17. volume qos set 링크 복사링크가 클립보드에 복사되었습니다!
Set QoS specification properties
Usage:
openstack volume qos set [-h] [--property <key=value>] <qos-spec>
openstack volume qos set [-h] [--property <key=value>] <qos-spec>
| 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) |
88.18. volume qos show 링크 복사링크가 클립보드에 복사되었습니다!
Display QoS specification details
Usage:
openstack volume qos show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<qos-spec>
openstack volume qos show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<qos-spec>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.19. volume qos unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset QoS specification properties
Usage:
openstack volume qos unset [-h] [--property <key>] <qos-spec>
openstack volume qos unset [-h] [--property <key>] <qos-spec>
| 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) |
88.20. volume service list 링크 복사링크가 클립보드에 복사되었습니다!
List service command
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.21. volume service set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume service properties
Usage:
openstack volume service set [-h] [--enable | --disable]
[--disable-reason <reason>]
<host> <service>
openstack volume service set [-h] [--enable | --disable]
[--disable-reason <reason>]
<host> <service>
| 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) |
88.22. volume set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume properties
Usage:
| 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) |
| --attached | Set volume attachment status to "attached" (admin only) (This option simply changes the state of the volume in the database with no regard to actual status, exercise caution when using) |
| --detached | Set volume attachment status to "detached" (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 |
88.23. volume show 링크 복사링크가 클립보드에 복사되었습니다!
Display volume details
Usage:
openstack volume show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<volume>
openstack volume show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
<volume>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.24. volume snapshot create 링크 복사링크가 클립보드에 복사되었습니다!
Create new volume snapshot
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.25. volume snapshot delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete volume snapshot(s)
Usage:
openstack volume snapshot delete [-h] [--force]
<snapshot> [<snapshot> ...]
openstack volume snapshot delete [-h] [--force]
<snapshot> [<snapshot> ...]
| 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) |
88.26. volume snapshot list 링크 복사링크가 클립보드에 복사되었습니다!
List volume snapshots
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.27. volume snapshot set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume snapshot properties
Usage:
openstack volume snapshot set [-h] [--name <name>]
[--description <description>]
[--no-property] [--property <key=value>]
[--state <state>]
<snapshot>
openstack volume snapshot set [-h] [--name <name>]
[--description <description>]
[--no-property] [--property <key=value>]
[--state <state>]
<snapshot>
| 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) |
88.28. volume snapshot show 링크 복사링크가 클립보드에 복사되었습니다!
Display volume snapshot details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.29. volume snapshot unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset volume snapshot properties
Usage:
openstack volume snapshot unset [-h] [--property <key>] <snapshot>
openstack volume snapshot unset [-h] [--property <key>] <snapshot>
| 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) |
88.30. volume transfer request accept 링크 복사링크가 클립보드에 복사되었습니다!
Accept volume transfer request.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.31. volume transfer request create 링크 복사링크가 클립보드에 복사되었습니다!
Create volume transfer request.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.32. volume transfer request delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete volume transfer request(s).
Usage:
openstack volume transfer request delete [-h]
<transfer-request>
[<transfer-request> ...]
openstack volume transfer request delete [-h]
<transfer-request>
[<transfer-request> ...]
| Value | Summary |
|---|---|
| <transfer-request> | Volume transfer request(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
88.33. volume transfer request list 링크 복사링크가 클립보드에 복사되었습니다!
Lists all volume transfer requests.
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.34. volume transfer request show 링크 복사링크가 클립보드에 복사되었습니다!
Show volume transfer request details.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.35. volume type create 링크 복사링크가 클립보드에 복사되었습니다!
Create new volume type
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.36. volume type delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete volume type(s)
Usage:
openstack volume type delete [-h] <volume-type> [<volume-type> ...]
openstack volume type delete [-h] <volume-type> [<volume-type> ...]
| Value | Summary |
|---|---|
| <volume-type> | Volume type(s) to delete (name or id) |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
88.37. volume type list 링크 복사링크가 클립보드에 복사되었습니다!
List volume types
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
88.38. volume type set 링크 복사링크가 클립보드에 복사되었습니다!
Set volume type properties
Usage:
| 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") |
88.39. volume type show 링크 복사링크가 클립보드에 복사되었습니다!
Display volume type details
Usage:
openstack volume type show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--encryption-type]
<volume-type>
openstack volume type show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--encryption-type]
<volume-type>
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
88.40. volume type unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset volume type properties
Usage:
openstack volume type unset [-h] [--property <key>]
[--project <project>]
[--project-domain <project-domain>]
[--encryption-type]
<volume-type>
openstack volume type unset [-h] [--property <key>]
[--project <project>]
[--project-domain <project-domain>]
[--encryption-type]
<volume-type>
| 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) |
88.41. volume unset 링크 복사링크가 클립보드에 복사되었습니다!
Unset volume properties
Usage:
openstack volume unset [-h] [--property <key>] [--image-property <key>]
<volume>
openstack volume unset [-h] [--property <key>] [--image-property <key>]
<volume>
| 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 89. workbook 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the workbook command.
89.1. workbook create 링크 복사링크가 클립보드에 복사되었습니다!
Create new workbook.
Usage:
| 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". |
| --namespace [NAMESPACE] | Namespace to create the workbook within. |
| Value | Summary |
|---|---|
| -f {json,shell,table,value,yaml}, --format {json,shell,table,value,yaml} | The output format, defaults to table |
| -c COLUMN, --column COLUMN | Specify the column(s) to include, can be repeated |
| Value | Summary |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
89.2. workbook definition show 링크 복사링크가 클립보드에 복사되었습니다!
Show workbook definition.
Usage:
openstack workbook definition show [-h] name
openstack workbook definition show [-h] name
| Value | Summary |
|---|---|
| name | Workbook name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
89.3. workbook delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete workbook.
Usage:
openstack workbook delete [-h] [--namespace [NAMESPACE]]
workbook [workbook ...]
openstack workbook delete [-h] [--namespace [NAMESPACE]]
workbook [workbook ...]
| Value | Summary |
|---|---|
| workbook | Name of workbook(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to delete the workbook(s) from. |
89.4. workbook list 링크 복사링크가 클립보드에 복사되었습니다!
List all workbooks.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
89.5. workbook show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific workbook.
Usage:
openstack workbook show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--namespace [NAMESPACE]]
workbook
openstack workbook show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--namespace [NAMESPACE]]
workbook
| Value | Summary |
|---|---|
| workbook | Workbook name |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to get the workbook 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
89.6. workbook update 링크 복사링크가 클립보드에 복사되었습니다!
Update workbook.
Usage:
| Value | Summary |
|---|---|
| definition | Workbook definition file |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --namespace [NAMESPACE] | Namespace to update the workbook in. |
| --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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
89.7. workbook validate 링크 복사링크가 클립보드에 복사되었습니다!
Validate workbook.
Usage:
openstack workbook validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
definition
openstack workbook validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
definition
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 90. workflow 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the workflow command.
90.1. workflow create 링크 복사링크가 클립보드에 복사되었습니다!
Create new workflow.
Usage:
| Value | Summary |
|---|---|
| definition | Workflow definition file. |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.2. workflow definition show 링크 복사링크가 클립보드에 복사되었습니다!
Show workflow definition.
Usage:
openstack workflow definition show [-h] [--namespace [NAMESPACE]]
identifier
openstack workflow definition show [-h] [--namespace [NAMESPACE]]
identifier
| 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. |
90.3. workflow delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete workflow.
Usage:
openstack workflow delete [-h] [--namespace [NAMESPACE]]
workflow [workflow ...]
openstack workflow delete [-h] [--namespace [NAMESPACE]]
workflow [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. |
90.4. workflow engine service list 링크 복사링크가 클립보드에 복사되었습니다!
List all services.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.5. workflow env create 링크 복사링크가 클립보드에 복사되었습니다!
Create new environment.
Usage:
openstack workflow env create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
file
openstack workflow env create [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
file
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.6. workflow env delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete environment.
Usage:
openstack workflow env delete [-h] environment [environment ...]
openstack workflow env delete [-h] environment [environment ...]
| Value | Summary |
|---|---|
| environment | Name of environment(s). |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
90.7. workflow env list 링크 복사링크가 클립보드에 복사되었습니다!
List all environments.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.8. workflow env show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific environment.
Usage:
openstack workflow env show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--export]
environment
openstack workflow env show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--export]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.9. workflow env update 링크 복사링크가 클립보드에 복사되었습니다!
Update environment.
Usage:
openstack workflow env update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
file
openstack workflow env update [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent]
[--prefix PREFIX] [--max-width <integer>]
[--fit-width] [--print-empty]
file
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.10. workflow execution create 링크 복사링크가 클립보드에 복사되었습니다!
Create new execution.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.11. workflow execution delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete execution.
Usage:
openstack workflow execution delete [-h] [--force]
execution [execution ...]
openstack workflow execution delete [-h] [--force]
execution [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. |
90.12. workflow execution input show 링크 복사링크가 클립보드에 복사되었습니다!
Show execution input data.
Usage:
openstack workflow execution input show [-h] id
openstack workflow execution input show [-h] id
| Value | Summary |
|---|---|
| id | Execution id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
90.13. workflow execution list 링크 복사링크가 클립보드에 복사되었습니다!
List all executions.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --oldest | Display the executions starting from the oldest entries instead of the newest |
| --task [TASK] | Parent task execution id associated with workflow execution list. |
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.14. workflow execution output show 링크 복사링크가 클립보드에 복사되었습니다!
Show execution output data.
Usage:
openstack workflow execution output show [-h] id
openstack workflow execution output show [-h] id
| Value | Summary |
|---|---|
| id | Execution id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
90.15. workflow execution published show 링크 복사링크가 클립보드에 복사되었습니다!
Show workflow global published variables.
Usage:
openstack workflow execution published show [-h] id
openstack workflow execution published show [-h] id
| Value | Summary |
|---|---|
| id | Workflow id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
90.16. workflow execution report show 링크 복사링크가 클립보드에 복사되었습니다!
Print execution report.
Usage:
openstack workflow execution report show [-h] [--errors-only]
[--no-errors-only]
[--max-depth [MAX_DEPTH]]
id
openstack workflow execution report show [-h] [--errors-only]
[--no-errors-only]
[--max-depth [MAX_DEPTH]]
id
| Value | Summary |
|---|---|
| id | Execution id |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --errors-only | Only error paths will be included. |
| --no-errors-only | Not only error paths will be included. |
| --max-depth [MAX_DEPTH] | Maximum depth of the workflow execution tree. if 0, only the root workflow execution and its tasks will be included |
90.17. workflow execution show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific execution.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.18. workflow execution update 링크 복사링크가 클립보드에 복사되었습니다!
Update execution.
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.19. workflow list 링크 복사링크가 클립보드에 복사되었습니다!
List all workflows.
Usage:
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.20. workflow show 링크 복사링크가 클립보드에 복사되었습니다!
Show specific workflow.
Usage:
openstack workflow show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--namespace [NAMESPACE]]
workflow
openstack workflow show [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty] [--namespace [NAMESPACE]]
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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
90.21. workflow update 링크 복사링크가 클립보드에 복사되었습니다!
Update workflow.
Usage:
| Value | Summary |
|---|---|
| definition | Workflow definition |
| Value | Summary |
|---|---|
| -h, --help | Show this help message and exit |
| --marker [MARKER] | The last execution uuid of the previous page, displays list of executions after "marker". |
| --limit [LIMIT] | Maximum number of entries to return in a single result. |
| --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. |
| --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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
90.22. workflow validate 링크 복사링크가 클립보드에 복사되었습니다!
Validate workflow.
Usage:
openstack workflow validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
definition
openstack workflow validate [-h] [-f {json,shell,table,value,yaml}]
[-c COLUMN] [--noindent] [--prefix PREFIX]
[--max-width <integer>] [--fit-width]
[--print-empty]
definition
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
Chapter 91. zone 링크 복사링크가 클립보드에 복사되었습니다!
This chapter describes the commands under the zone command.
91.1. zone abandon 링크 복사링크가 클립보드에 복사되었습니다!
Abandon a zone
Usage:
openstack zone abandon [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack zone abandon [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
91.2. zone axfr 링크 복사링크가 클립보드에 복사되었습니다!
AXFR a zone
Usage:
openstack zone axfr [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack zone axfr [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
91.3. zone blacklist create 링크 복사링크가 클립보드에 복사되었습니다!
Create new blacklist
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.4. zone blacklist delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete blacklist
Usage:
openstack zone blacklist delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack zone blacklist delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
91.5. zone blacklist list 링크 복사링크가 클립보드에 복사되었습니다!
List blacklists
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.6. zone blacklist set 링크 복사링크가 클립보드에 복사되었습니다!
Set blacklist properties
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.7. zone blacklist show 링크 복사링크가 클립보드에 복사되었습니다!
Show blacklist details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.8. zone create 링크 복사링크가 클립보드에 복사되었습니다!
Create new zone
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.9. zone delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete zone
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.10. zone export create 링크 복사링크가 클립보드에 복사되었습니다!
Export a Zone
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.11. zone export delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a Zone Export
Usage:
openstack zone export delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_export_id
openstack zone export delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_export_id
| 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 |
91.12. zone export list 링크 복사링크가 클립보드에 복사되었습니다!
List Zone Exports
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.13. zone export show 링크 복사링크가 클립보드에 복사되었습니다!
Show a Zone Export
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.14. zone export showfile 링크 복사링크가 클립보드에 복사되었습니다!
Show the zone file for the Zone Export
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.15. zone import create 링크 복사링크가 클립보드에 복사되었습니다!
Import a Zone from a file on the filesystem
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.16. zone import delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a Zone Import
Usage:
openstack zone import delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_import_id
openstack zone import delete [-h] [--all-projects] [--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
zone_import_id
| 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 |
91.17. zone import list 링크 복사링크가 클립보드에 복사되었습니다!
List Zone Imports
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.18. zone import show 링크 복사링크가 클립보드에 복사되었습니다!
Show a Zone Import
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.19. zone list 링크 복사링크가 클립보드에 복사되었습니다!
List zones
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.20. zone set 링크 복사링크가 클립보드에 복사되었습니다!
Set zone properties
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.21. zone show 링크 복사링크가 클립보드에 복사되었습니다!
Show zone details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.22. zone transfer accept list 링크 복사링크가 클립보드에 복사되었습니다!
List Zone Transfer Accepts
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.23. zone transfer accept request 링크 복사링크가 클립보드에 복사되었습니다!
Accept a Zone Transfer Request
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.24. zone transfer accept show 링크 복사링크가 클립보드에 복사되었습니다!
Show Zone Transfer Accept
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.25. zone transfer request create 링크 복사링크가 클립보드에 복사되었습니다!
Create new zone transfer request
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.26. zone transfer request delete 링크 복사링크가 클립보드에 복사되었습니다!
Delete a Zone Transfer Request
Usage:
openstack zone transfer request delete [-h] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
openstack zone transfer request delete [-h] [--all-projects]
[--edit-managed]
[--sudo-project-id SUDO_PROJECT_ID]
id
| 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 |
91.27. zone transfer request list 링크 복사링크가 클립보드에 복사되었습니다!
List Zone Transfer Requests
Usage:
| 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 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | When to include quotes, defaults to nonnumeric |
| 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. |
91.28. zone transfer request set 링크 복사링크가 클립보드에 복사되었습니다!
Set a Zone Transfer Request
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |
91.29. zone transfer request show 링크 복사링크가 클립보드에 복사되었습니다!
Show Zone Transfer Request Details
Usage:
| 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 |
|---|---|
| --noindent | Whether to disable indenting the json |
| Value | Summary |
|---|---|
| --prefix PREFIX | Add a prefix to all variable names |
| Value | Summary |
|---|---|
| --max-width <integer> | Maximum display width, <1 to disable. you can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence. |
| --fit-width | Fit the table to the display width. implied if --max- width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable |
| --print-empty | Print empty table if there is no data to show. |