diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-28 08:46:28 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-28 08:46:28 -0500 |
commit | 0c4fd979031677313a4e62a108fa7e3f0f31d09f (patch) | |
tree | 186a223190fc1dd63324c62b175f951d67418819 | |
parent | c428e40dfac44b6a877b99d21e01ae899189a26d (diff) |
modfiied as per new requirements in the functest.
Change-Id: I86866f2564e122f1d001706964096602665e10e3
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rwxr-xr-x | ci/openstack.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/openstack.sh b/ci/openstack.sh index 088a5092..9d7b7857 100755 --- a/ci/openstack.sh +++ b/ci/openstack.sh @@ -136,9 +136,7 @@ export OS_USERNAME=$1 export OS_TENANT_NAME=$3 export OS_PROJECT_NAME=$3 export OS_PASSWORD=$2 -export OS_VOLUME_API_VERSION=2 export OS_IDENTITY_API_VERSION=3 -export OS_IMAGE_API_VERSION=2 export OS_REGION_NAME=$5 EOF } |