summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks
diff options
context:
space:
mode:
authorGabriel Yu <Gabriel.yuyang@huawei.com>2017-10-19 16:52:27 +0800
committerGabriel Yu <Gabriel.yuyang@huawei.com>2017-10-19 16:52:27 +0800
commitc9823f7d84fcb16d4ca137bcb34b5b81f743d9df (patch)
treee1d507aaa649d01da1cd03325bb1deaf7d829952 /jjb/bottlenecks
parent70fa3892a2b4b610b2eb65626e8fdd223a8dec6a (diff)
bug-fix: fix compass os_cert issue for bottlenecks euphrates
Change-Id: I74cae84ad2613ac25a1896ae5b57d38f08545818 Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'jjb/bottlenecks')
-rw-r--r--jjb/bottlenecks/bottlenecks-run-suite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/bottlenecks/bottlenecks-run-suite.sh b/jjb/bottlenecks/bottlenecks-run-suite.sh
index 0e325e115..cdcf0f05a 100644
--- a/jjb/bottlenecks/bottlenecks-run-suite.sh
+++ b/jjb/bottlenecks/bottlenecks-run-suite.sh
@@ -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