aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/convert_openrc/templates/clouds.yaml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/convert_openrc/templates/clouds.yaml.j2')
-rw-r--r--ansible/roles/convert_openrc/templates/clouds.yaml.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/roles/convert_openrc/templates/clouds.yaml.j2 b/ansible/roles/convert_openrc/templates/clouds.yaml.j2
new file mode 100644
index 000000000..b1a76cb76
--- /dev/null
+++ b/ansible/roles/convert_openrc/templates/clouds.yaml.j2
@@ -0,0 +1,9 @@
+clouds:
+ demo:
+ identity_api_version: "{{ openrc.OS_IDENTITY_API_VERSION }}"
+ auth:
+ auth_url: "{{ openrc.OS_AUTH_URL }}"
+ password: "{{ openrc.OS_PASSWORD }}"
+ username: "{{ openrc.OS_USERNAME }}"
+ project_name: "{{ openrc.OS_PROJECT_NAME }}"
+ project_domain_name: "{{ openrc.OS_PROJECT_DOMAIN_NAME }}"