From f3a1c1dc175adebac5a9fe2e3f3ccafa31584e60 Mon Sep 17 00:00:00 2001 From: Gabriele Cerami Date: Thu, 15 Sep 2016 11:13:50 +0200 Subject: [PATCH] tripleo.sh: log overcloud deploy command arguments before deploy Change-Id: Ifd287e1fc6bbe2b3150223ac584ace4a9f654524 --- scripts/tripleo.sh | 1 + 1 file changed, 1 insertion(+) 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