diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-03 20:29:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-03 20:29:47 +0000 |
commit | aa5efc16674b1f14fcf7f3f0dfd98e98e7184b49 (patch) | |
tree | b521b8d3a719a1c65ed7be078ee7c2672cb81a17 /ci | |
parent | e0f468ccf04c0a064b63788cc937f0f68096ff42 (diff) | |
parent | 2eaea7fdbbb95a00afb920f3381691cd67638d95 (diff) |
Merge "Fix performance option handling"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index af6b7779..3b46651e 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -864,7 +864,7 @@ set -o errexit echo "Uploading overcloud glance images" openstack overcloud image upload -bash -x set_perf_images.sh ${performance_roles} +bash -x set_perf_images.sh ${performance_roles[@]} echo "Configuring undercloud and discovering nodes" openstack baremetal import --json instackenv.json |