summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index 97466898..359bf659 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -832,8 +832,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