usage: discover-tempest-config [-h] [--os-cloud <name>]
[--os-auth-type <name>]
[--os-auth-url OS_AUTH_URL]
[--os-system-scope OS_SYSTEM_SCOPE]
[--os-domain-id OS_DOMAIN_ID]
[--os-domain-name OS_DOMAIN_NAME]
[--os-project-id OS_PROJECT_ID]
[--os-project-name OS_PROJECT_NAME]
[--os-project-domain-id OS_PROJECT_DOMAIN_ID]
[--os-project-domain-name OS_PROJECT_DOMAIN_NAME]
[--os-trust-id OS_TRUST_ID]
[--os-default-domain-id OS_DEFAULT_DOMAIN_ID]
[--os-default-domain-name OS_DEFAULT_DOMAIN_NAME]
[--os-user-id OS_USER_ID]
[--os-username OS_USERNAME]
[--os-user-domain-id OS_USER_DOMAIN_ID]
[--os-user-domain-name OS_USER_DOMAIN_NAME]
[--os-password OS_PASSWORD] [--insecure]
[--os-cacert <ca-certificate>]
[--os-cert <certificate>] [--os-key <key>]
[--timeout <seconds>]
[--os-service-type <name>]
[--os-service-name <name>]
[--os-interface <name>]
[--os-region-name <name>]
[--os-endpoint-override <name>]
[--os-api-version <name>] [--create]
[--out OUT] [--deployer-input DEPLOYER_INPUT]
[--no-default-deployer] [--debug] [--verbose]
[--no-rng] [--non-admin] [--test-accounts PATH]
[--create-accounts-file PATH] [--profile PATH]
[--generate-profile PATH]
[--image-disk-format IMAGE_DISK_FORMAT]
[--image IMAGE]
[--flavor-min-mem FLAVOR_MIN_MEM]
[--flavor-min-disk FLAVOR_MIN_DISK]
[--convert-to-raw] [--network-id NETWORK_ID]
[--append SECTION.KEY=VALUE[,VALUE]]
[--remove SECTION.KEY=VALUE[,VALUE]]
[overrides [overrides ...]]
| overrides |
Default: [] |
| --os-cloud | Named cloud to connect to |
| --os-auth-type, --os-auth-plugin | |
Authentication type to use Default: password | |
| --create |
Default: False |
| --out |
Default: “etc/tempest.conf” |
| --deployer-input | |
| |
| --no-default-deployer | |
Default: False | |
| --debug | Print debugging information. Default: False |
| --verbose, -v | Print more information about the execution. Default: False |
| --no-rng |
Default: False |
| --non-admin |
Default: False |
| --test-accounts | |
| |
| --create-accounts-file | |
| |
| --profile |
|
| --generate-profile | |
| |
| --image-disk-format | |
Default: “qcow2” | |
| --image |
Default: “http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img” |
| --flavor-min-mem | |
Default: 64 | |
| --flavor-min-disk | |
Default: 1 | |
| --convert-to-raw | |
Default: False | |
| --network-id |
|
| --append |
Default: [] |
| --remove |
Default: [] |
Options specific to the password plugin.
| --os-auth-url | Authentication URL |
| --os-system-scope | |
| Scope for system operations | |
| --os-domain-id | Domain ID to scope to |
| --os-domain-name | |
| Domain name to scope to | |
| --os-project-id, --os-tenant-id | |
| Project ID to scope to | |
| --os-project-name, --os-tenant-name | |
| Project name to scope to | |
| --os-project-domain-id | |
| Domain ID containing project | |
| --os-project-domain-name | |
| Domain name containing project | |
| --os-trust-id | Trust ID |
| --os-default-domain-id | |
| 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. | |
| --os-default-domain-name | |
| 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. | |
| --os-user-id | User id |
| --os-username, --os-user-name | |
| Username | |
| --os-user-domain-id | |
| User’s domain id | |
| --os-user-domain-name | |
| User’s domain name | |
| --os-password | User’s password |
Options controlling the HTTP API Connections
| --insecure | Explicitly allow client to perform “insecure” TLS (https) requests. The server’s certificate will not be verified against any certificate authorities. This option should be used with caution. Default: False |
| --os-cacert | Specify a CA bundle file to use in verifying a TLS (https) server certificate. Defaults to env[OS_CACERT]. |
| --os-cert | Defaults to env[OS_CERT]. |
| --os-key | Defaults to env[OS_KEY]. |
| --timeout | Set request timeout (in seconds). Default: 600 |
Options controlling the specialization of the API Connection from information found in the catalog
| --os-service-type | |
| Service type to request from the catalog | |
| --os-service-name | |
| Service name to request from the catalog | |
| --os-interface | API Interface to use [public, internal, admin] Default: “public” |
| --os-region-name | |
| Region of the cloud to use | |
| --os-endpoint-override | |
| Endpoint to use instead of the endpoint in the catalog | |
| --os-api-version | |
| Which version of the service API to use | |
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.