0c81145fd3
* Update influxdb_database.py (#39984) (cherry picked from commit049a462058
) * Link to the Galaxy platforms list from the meta file template (#34046) (cherry picked from commitfa18d45eb3
) * fix gce_backend_service examples for healthchecks (#31134) (cherry picked from commite26d758d6f
) * Clarify the creates and removes options (#45485) (cherry picked from commitbf90a44468
) * lineinfile note belongs in changelog for 2.6, not 2.7 (#45517) (cherry picked from commit228fee4f3a
) * Update keycloak_client.py (#43547) (cherry picked from commitcb460dee74
) * The keyword 'cloud' has been deprecated in favor of the 'profile' keyword by os-client-config. (#31389) (cherry picked from commit17ca0a9bd9
) * Clarified documentation for the unsafe_writes option (#27471) (cherry picked from commitdd5d191d7a
)
24 lines
570 B
YAML
24 lines
570 B
YAML
clouds:
|
|
vexxhost:
|
|
profile: vexxhost
|
|
auth:
|
|
project_name: 39e296b2-fc96-42bf-8091-cb742fa13da9
|
|
username: fb886a9b-c37b-442a-9be3-964bed961e04
|
|
password: fantastic-password1
|
|
rax:
|
|
profile: rackspace
|
|
auth:
|
|
username: example
|
|
password: spectacular-password
|
|
project_id: 2352426
|
|
region_name: DFW,ORD,IAD
|
|
devstack:
|
|
auth:
|
|
auth_url: https://devstack.example.com
|
|
username: stack
|
|
password: stack
|
|
project_name: stack
|
|
ansible:
|
|
use_hostnames: True
|
|
expand_hostvars: False
|
|
fail_on_errors: True
|