[compass]zenial deployment bugfix 73/17173/1
authormeimei <meimei@huawei.com>
Wed, 20 Jul 2016 01:23:52 +0000 (09:23 +0800)
committermeimei <meimei@huawei.com>
Wed, 20 Jul 2016 01:24:22 +0000 (09:24 +0800)
Change-Id: Iaced24782396f78d0620f4283b33c644739f88e7
Signed-off-by: meimei <meimei@huawei.com>
jjb/compass4nfv/compass-deploy.sh

index 0259849..0231ea5 100644 (file)
@@ -47,7 +47,7 @@ cd $WORKSPACE
 export OS_VERSION=${COMPASS_OS_VERSION}
 export OPENSTACK_VERSION=${COMPASS_OPENSTACK_VERSION}
 if [[ "${COMPASS_OS_VERSION_OPTION}" = "xenial" ]] && [[ "${OPENSTACK_VERSION}" = "mitaka" ]]; then
-    export OPENSTACK_VERSION=${OPENSTACK_VERSION}_${OS_VERSION}
+    export OPENSTACK_VERSION=${OPENSTACK_VERSION}_${COMPASS_OS_VERSION_OPTION}
 fi
 ./deploy.sh --dha ${DHA_CONF} --network ${NETWORK_CONF}
 if [ $? -ne 0 ]; then