tripleo.sh: log overcloud deploy command arguments before deploy

Change-Id: Ifd287e1fc6bbe2b3150223ac584ace4a9f654524
This commit is contained in:
Gabriele Cerami 2016-09-15 11:13:50 +02:00
parent 4e61540271
commit f3a1c1dc17
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ function overcloud_deploy {
log "Overcloud create started."
exitval=0
log "Deploy command arguments: $OVERCLOUD_DEPLOY_ARGS"
openstack overcloud deploy $OVERCLOUD_DEPLOY_ARGS || exitval=1
if [ $exitval -eq 1 ];
then