diff options
author | Manuel Buil <mbuil@suse.com> | 2018-11-05 13:18:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-05 13:18:37 +0000 |
commit | 6e35b2821d93d9ac58f354bff81a60581bc882e0 (patch) | |
tree | 849f2cc17cde8a5910053c2246c4b523de3ec1ee | |
parent | dc1248fe7d989e9103cea7bfa8fd59814b86e0f1 (diff) | |
parent | 2e3a730abf6532c87793e02bbf06d49d041c5581 (diff) |
Merge "xci: files: Also collect BIFROST env variables for bug reports"
-rw-r--r-- | xci/files/xci-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/files/xci-lib.sh b/xci/files/xci-lib.sh index ba730772..fc6292a6 100644 --- a/xci/files/xci-lib.sh +++ b/xci/files/xci-lib.sh @@ -270,7 +270,7 @@ submit_bug_report() { echo "xci installer: $INSTALLER_TYPE" echo "xci scenario: $DEPLOY_SCENARIO" echo "Environment variables:" - env | grep --color=never '\(OPNFV\|XCI\|INSTALLER_TYPE\|OPENSTACK\|SCENARIO\|ANSIBLE\)' + env | grep --color=never '\(OPNFV\|XCI\|INSTALLER_TYPE\|OPENSTACK\|SCENARIO\|ANSIBLE\|BIFROST\|DIB\)' echo "-------------------------------------------------------------------------" } |