Merge "bug-fix: fix compass os_cert issue for bottlenecks euphrates"
authorJun Li <lijun_1203@126.com>
Fri, 20 Oct 2017 07:20:45 +0000 (07:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 20 Oct 2017 07:20:45 +0000 (07:20 +0000)
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