diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |