summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-12-06 08:25:08 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-12-06 08:25:08 -0600
commitdebc84ebbc55830af5bcdb0567c68f64b16bd6be (patch)
treeb49e2ecb96266db2e8a51875c3b6c26a603ed241
parent961a72560c9c6d1a5c3cf50c8e3358f88e901ff5 (diff)
adding the OS_INTERFACE so that openstack client would use public.
Change-Id: I839e5ba51cbda28674c7c3c41e2b864778891219 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-xci/openstack.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh
index 9d90db6a..b35f28c1 100755
--- a/ci/openstack.sh
+++ b/ci/openstack.sh
@@ -116,6 +116,7 @@ export OS_PROJECT_NAME=$3
export OS_PASSWORD=$2
export OS_IDENTITY_API_VERSION=3
export OS_REGION_NAME=$5
+export OS_INTERFACE=public
#export OS_INSECURE=true
#export OS_CASSL=~/joid_config/ca.pem
EOF