diff options
author | Markos Chandras <mchandras@suse.de> | 2018-01-29 10:12:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-29 10:12:59 +0000 |
commit | f0b15ad226719e08f453822aabcacba29c581889 (patch) | |
tree | 996b1e0886827b1c5119626b1ea69b6eb8700936 | |
parent | 19c6f8b9ceaddd8fc1cee1ad01db8320828b98fa (diff) | |
parent | d7ed5494271d2fd9d16bdb105260404925360070 (diff) |
Merge "xci: Record deployment scenario when collecting XCI info"
-rwxr-xr-x | xci/xci-deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xci/xci-deploy.sh b/xci/xci-deploy.sh index c1f14b75..908889c1 100755 --- a/xci/xci-deploy.sh +++ b/xci/xci-deploy.sh @@ -23,8 +23,9 @@ submit_bug_report() { echo "openstack/openstack-ansible version: $OPENSTACK_OSA_VERSION" echo "xci flavor: $XCI_FLAVOR" echo "xci installer: $XCI_INSTALLER" + echo "xci scenario: $DEPLOY_SCENARIO" echo "Environment variables:" - env | grep --color=never '\(OPNFV\|XCI\|OPENSTACK\)' + env | grep --color=never '\(OPNFV\|XCI\|OPENSTACK\|SCENARIO\)' echo "-------------------------------------------------------------------------" } |