Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Last active September 8, 2016 13:17
Show Gist options
  • Save evrardjp/8c1ce878b4c46ed876797e254c27dd73 to your computer and use it in GitHub Desktop.
Save evrardjp/8c1ce878b4c46ed876797e254c27dd73 to your computer and use it in GitHub Desktop.
.config/openstack/clouds.yaml
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