aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/convert_openrc/templates/clouds.yaml.j2
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-08-11 17:47:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-11 17:47:29 +0000
commit0949884ab431a16dc1841118e13c0b893fa11b85 (patch)
treeba8588f8fbaf0a17179b339f5512d949386a77a7 /ansible/roles/convert_openrc/templates/clouds.yaml.j2
parent43bf12d6ab7bcaea16dc75ed4ccbe3895cf51da3 (diff)
parentc7c51d5100e8eba93337c34bd9eb101ec4cf70df (diff)
Merge "yardstick setup ansible, including load_images"
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 }}"