bug-fix: fix compass os_cert issue for bottlenecks euphrates 81/45781/1
authorGabriel Yu <Gabriel.yuyang@huawei.com>
Thu, 19 Oct 2017 08:52:27 +0000 (16:52 +0800)
committerGabriel Yu <Gabriel.yuyang@huawei.com>
Thu, 19 Oct 2017 08:52:27 +0000 (16:52 +0800)
Change-Id: I74cae84ad2613ac25a1896ae5b57d38f08545818
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
jjb/bottlenecks/bottlenecks-run-suite.sh

index 0e325e1..cdcf0f0 100644 (file)
@@ -47,7 +47,7 @@ if [[ $SUITE_NAME == *posca* ]]; then
 
     if [[ -f ${OPENRC} ]]; then
         echo "BOTTLENECKS INFO: openstack credentials path is ${OPENRC}"
-        if [[ $INSTALLER_TYPE == 'compass' && ${BRANCH} == 'master' ]]; then
+        if [[ $INSTALLER_TYPE == 'compass' ]]; then
             echo "BOTTLENECKS INFO: writing ${OS_CACERT} to ${OPENRC}"
             echo "export OS_CACERT=${OS_CACERT}" >> ${OPENRC}
         fi