summaryrefslogtreecommitdiffstats
path: root/lib/overcloud-deploy-functions.sh
diff options
context:
space:
mode:
authorMark Beierl <mark.beierl@dell.com>2016-12-22 15:36:58 -0500
committerMark Beierl <mark.beierl@dell.com>2016-12-22 15:37:10 -0500
commitaf474ce503a76930235fddedc2c594820a738251 (patch)
treedb0b144247c1a4cf58e270658bf37f5367143a20 /lib/overcloud-deploy-functions.sh
parent66ca37b6205d256454f2f1973de32ed7fa062902 (diff)
Fixing typo
Command argmument needs two dashes. Change-Id: I6582dec83f68fe91b0f221ff610aa4149547b32a JIRA: APEX-296 Signed-off-by: Mark Beierl <mark.beierl@dell.com>
Diffstat (limited to 'lib/overcloud-deploy-functions.sh')
-rwxr-xr-xlib/overcloud-deploy-functions.sh2
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