From: Narinder Gupta Date: Mon, 28 Aug 2017 13:46:28 +0000 (-0500) Subject: modfiied as per new requirements in the functest. X-Git-Tag: opnfv-5.0.RC1~24 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F40411%2F1;p=joid.git modfiied as per new requirements in the functest. Change-Id: I86866f2564e122f1d001706964096602665e10e3 Signed-off-by: Narinder Gupta --- 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 }