此内容没有您所选择的语言版本。
10.2. heat Optional Arguments
- --version
Shows the client version and exits.
- -d, --debug
Defaults toenv[HEATCLIENT_DEBUG]
.
- -v, --verbose
Print more verbose output.
- --api-timeout API_TIMEOUT
Number of seconds to wait for an API response,
defaults to system socket timeout
- --os-no-client-auth
Do not contact keystone for a token. Defaults to
env[OS_NO_CLIENT_AUTH]
.
- --heat-url HEAT_URL
Defaults toenv[HEAT_URL]
.
- --heat-api-version HEAT_API_VERSION
Defaults toenv[HEAT_API_VERSION]
or 1.
- --include-password
Send os-username and os-password to heat.
- -k, --insecure
Explicitly allow heatclient to perform "insecure SSL"
(https) requests. The server's certificate will not be
verified against any certificate authorities. This
option should be used with caution.
- --os-cert OS_CERT
Path of certificate file to use in SSL connection.
This file can optionally be prepended with the private
key.
- --cert-file OS_CERT
DEPRECATED! Use --os-cert.
- --os-key OS_KEY
Path of client key to use in SSL connection. This
option is not necessary if your key is prepended to
your cert file.
- --key-file OS_KEY
DEPRECATED! Use --os-key.
- --os-cacert <ca-certificate-file>
Path of CA TLS certificate(s) used to verify the
remote server's certificate. Without this option
glance looks for the default system CA certificates.
- --ca-file OS_CACERT
DEPRECATED! Use --os-cacert.
- --os-username OS_USERNAME
Defaults toenv[OS_USERNAME]
.
- --os-user-id OS_USER_ID
Defaults toenv[OS_USER_ID]
.
- --os-user-domain-id OS_USER_DOMAIN_ID
Defaults toenv[OS_USER_DOMAIN_ID]
.
- --os-user-domain-name OS_USER_DOMAIN_NAME
Defaults toenv[OS_USER_DOMAIN_NAME]
.
- --os-project-id OS_PROJECT_ID
Another way to specify tenant ID. This option is
mutually exclusive with --os-tenant-id. Defaults to
env[OS_PROJECT_ID]
.
- --os-project-name OS_PROJECT_NAME
Another way to specify tenant name. This option is
mutually exclusive with --os-tenant-name. Defaults to
env[OS_PROJECT_NAME]
.
- --os-project-domain-id OS_PROJECT_DOMAIN_ID
Defaults toenv[OS_PROJECT_DOMAIN_ID]
.
- --os-project-domain-name OS_PROJECT_DOMAIN_NAME
Defaults toenv[OS_PROJECT_DOMAIN_NAME]
.
- --os-password OS_PASSWORD
Defaults toenv[OS_PASSWORD]
.
- --os-tenant-id OS_TENANT_ID
Defaults toenv[OS_TENANT_ID]
.
- --os-tenant-name OS_TENANT_NAME
Defaults toenv[OS_TENANT_NAME]
.
- --os-auth-url OS_AUTH_URL
Defaults toenv[OS_AUTH_URL]
.
- --os-region-name OS_REGION_NAME
Defaults toenv[OS_REGION_NAME]
.
- --os-auth-token OS_AUTH_TOKEN
Defaults toenv[OS_AUTH_TOKEN]
.
- --os-service-type OS_SERVICE_TYPE
Defaults toenv[OS_SERVICE_TYPE]
.
- --os-endpoint-type OS_ENDPOINT_TYPE
Defaults toenv[OS_ENDPOINT_TYPE]
.
- --profile HMAC_KEY HMAC
key to use for encrypting context data for
performance profiling of operation. This key should be
the value of HMAC key configured in osprofiler
middleware in heat, it is specified in the paste
configuration (/etc/heat/api-paste.ini). Without the
key, profiling will not be triggered even if
osprofiler is enabled on server side.