diff options
author | Dan Radez <dradez@redhat.com> | 2016-01-21 19:42:29 -0500 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-01-22 10:35:00 -0500 |
commit | e9fb28151722877c73a335797fb1498a96c764c7 (patch) | |
tree | c47a464f42c0d32848f869506e54cacde8d9127f /ci | |
parent | 2e2779549879b01c994f5e2685179f0d2ce319fc (diff) |
adding nf_conntrack_proto_sctp to modules-load
JIRA: APEX-63
Change-Id: I4155111eb2c19d74e0f265ccac25756f35bb41a0
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 |