diff --git a/scripts/tripleo.sh b/scripts/tripleo.sh index 4c7b9a503..e7ccd543f 100755 --- a/scripts/tripleo.sh +++ b/scripts/tripleo.sh @@ -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