Merge "tripleo.sh: log overcloud deploy command arguments before deploy"

This commit is contained in:
Jenkins 2016-09-28 19:43:39 +00:00 committed by Gerrit Code Review
commit 17f4c8673d
1 changed files with 1 additions and 0 deletions

View File

@ -544,6 +544,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