diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-06 08:25:08 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-06 14:26:24 +0000 |
commit | 61c0f2deba133c0a180e4d9462927c86973c8390 (patch) | |
tree | 5c543a7ec50cc76c85ab93399fd5af2fab584d08 /ci | |
parent | 1c8549f1643dc970df63af175f02ab6b1e41e4bb (diff) |
adding the OS_INTERFACE so that openstack client would use public.
Change-Id: I839e5ba51cbda28674c7c3c41e2b864778891219
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/openstack.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh index a32bb998..0f4ac4e4 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -138,6 +138,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 |