From 9795338b21e59310552fc684880926076373634f Mon Sep 17 00:00:00 2001 From: Sam Hague Date: Fri, 15 Dec 2017 20:09:11 -0500 Subject: [PATCH] Refactor Is Feature Installed Change-Id: I9075f80fb5f66ea59e01632f81ee7abc9415e0b7 Signed-off-by: Sam Hague --- jjb/integration/integration-deploy-openstack-run-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/integration/integration-deploy-openstack-run-test.sh b/jjb/integration/integration-deploy-openstack-run-test.sh index cf6d3d63f..125ea2fc8 100644 --- a/jjb/integration/integration-deploy-openstack-run-test.sh +++ b/jjb/integration/integration-deploy-openstack-run-test.sh @@ -1195,6 +1195,7 @@ for suite in ${SUITES}; do --log log_${log_name}.html --report None --output output_${log_name}.xml \ -v BUNDLEFOLDER:${BUNDLEFOLDER} \ -v BUNDLE_URL:${ACTUAL_BUNDLE_URL} \ + -v CONTROLLERFEATURES:${CONTROLLERFEATURES} \ -v CONTROLLER_USER:${USER} \ -v DEVSTACK_DEPLOY_PATH:/opt/stack/devstack \ -v HA_PROXY_IP:${HA_PROXY_IP} \ -- 2.36.6