summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template
diff options
context:
space:
mode:
Diffstat (limited to 'tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template')
-rw-r--r--tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template b/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template
new file mode 100644
index 00000000..5977bb37
--- /dev/null
+++ b/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template
@@ -0,0 +1,9 @@
+#!/bin/bash
+export NOVA_VERSION=1.1
+export OS_AUTH_URL={{ auth_url }}
+export OS_TENANT_NAME="admin"
+export OS_USERNAME="admin"
+export OS_PASSWORD={{ admin_password }}
+export COMPUTE_API_VERSION=1.1
+export OS_NO_CACHE=True
+export no_proxy={{ no_proxy }}