Deduplicate Rackspace control plane API keys
The clouds.yaml and rackdns config files do not need to use two different Ansible vars to refer to the same credentials. Note that the forward DNS account is separate, and so we still keep those intact. Change-Id: I9dd657f357d32083f2cfd7f074ba0d122ca803c3
This commit is contained in:
parent
40dddea014
commit
68af2b31d4
@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
RACKSPACE_USERNAME={{ rackspace_rdns_username }}
|
||||
RACKSPACE_PROJECT_ID={{ rackspace_rdns_project_id }}
|
||||
RACKSPACE_API_KEY={{ rackspace_rdns_api_key }}
|
||||
RACKSPACE_USERNAME={{ clouds.openstackci_rax_username }}
|
||||
RACKSPACE_PROJECT_ID={{ clouds.openstackci_rax_project_id }}
|
||||
RACKSPACE_API_KEY={{ clouds.openstackci_rax_key }}
|
||||
|
@ -7,7 +7,3 @@ extra_users: []
|
||||
rackspace_dns_username: user
|
||||
rackspace_dns_project_id: 1234
|
||||
rackspace_dns_api_key: apikey
|
||||
|
||||
rackspace_rdns_username: user
|
||||
rackspace_rdns_project_id: 1234
|
||||
rackspace_rdns_api_key: apikey
|
||||
|
Loading…
Reference in New Issue
Block a user