From e9fb28151722877c73a335797fb1498a96c764c7 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Thu, 21 Jan 2016 19:42:29 -0500 Subject: adding nf_conntrack_proto_sctp to modules-load JIRA: APEX-63 Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0 --- ci/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci/deploy.sh') diff --git a/ci/deploy.sh b/ci/deploy.sh index 5118aea1..d96ebe4f 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -824,8 +824,8 @@ openstack overcloud image upload echo "Configuring undercloud and discovering nodes" openstack baremetal import --json instackenv.json openstack baremetal configure boot -if [[ -z "$virtual" ]]; then -openstack baremetal introspection bulk start +if [[ -z "$virtual" ]]; then + openstack baremetal introspection bulk start fi echo "Configuring flavors" for flavor in baremetal control compute; do -- cgit 1.2.3-korg