Last active
September 8, 2016 13:17
-
-
Save evrardjp/8c1ce878b4c46ed876797e254c27dd73 to your computer and use it in GitHub Desktop.
.config/openstack/clouds.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clouds: | |
rax: | |
profile: rackspace | |
regions: | |
- IAD | |
- DFW | |
- HKG | |
auth: | |
username: {{ rax_username }} | |
project_id: {{ rax_projectid }} | |
{{ os_cloud.name }}: | |
auth: | |
auth_url: {{ os_cloud.auth_url }} | |
project_name: {{ os_cloud.projectname }} | |
username: {{ os_cloud.username }} | |
password: {{ os_cloud.password }} | |
region_name: {{ os_cloud.region }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment