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, 0 insertions, 9 deletions
diff --git a/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template b/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template
deleted file mode 100644
index 5977bb37..00000000
--- a/tuskar_ui/infrastructure/templates/infrastructure/overview/overcloudrc.sh.template
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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 }}