diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-13 16:16:56 +0000 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-12-13 16:16:56 +0000 |
commit | b1a438c6b80c86580630bf7634b15bf7e85bf763 (patch) | |
tree | f0f205b70455c7dc26a02bb1c0e7154e83722402 /ci/openstack.sh | |
parent | debc84ebbc55830af5bcdb0567c68f64b16bd6be (diff) |
Revert "adding the OS_INTERFACE so that openstack client would use public."
This reverts commit debc84ebbc55830af5bcdb0567c68f64b16bd6be.
Change-Id: Iea71985dd8f517da67639b5ae5573be120bd5fb5
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/openstack.sh')
-rwxr-xr-x | ci/openstack.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh index b35f28c1..9d90db6a 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -116,7 +116,6 @@ 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 |