diff options
author | Dan Radez <dradez@redhat.com> | 2016-12-24 02:59:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-24 02:59:18 +0000 |
commit | 2f01d79906f580f646e3c9ba3181004d53283972 (patch) | |
tree | d323bfb81e39c5360873154e8c6f57ba3b4c21ca /lib | |
parent | 93aba2bc54c77f14ff77c78be4da0f7d5131162e (diff) | |
parent | af474ce503a76930235fddedc2c594820a738251 (diff) |
Merge "Fixing typo"
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/overcloud-deploy-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overcloud-deploy-functions.sh b/lib/overcloud-deploy-functions.sh index aaa2daa4..980478cb 100755 --- a/lib/overcloud-deploy-functions.sh +++ b/lib/overcloud-deploy-functions.sh @@ -294,7 +294,7 @@ bash -x set_perf_images.sh ${performance_roles[@]} if [[ -z "$virtual" ]]; then openstack baremetal introspection bulk start if [[ -n "$root_disk_list" ]]; then - openstack baremetal configure boot -root-device=${root_disk_list} + openstack baremetal configure boot --root-device=${root_disk_list} else openstack baremetal configure boot fi |