diff options
author | Markos Chandras <mchandras@suse.de> | 2018-10-26 13:54:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-26 13:54:17 +0000 |
commit | dba57fa5862e40cd005a0acd4679530a46c85d73 (patch) | |
tree | 9073f273453a4779d703496d6dfadc8738c03d3d /xci/config/user-vars | |
parent | 94a953b8d99377095b70ab5708d7c0eb9aefd784 (diff) | |
parent | c473915f5515eb6bb66a6ae4e8e2352dc9177654 (diff) |
Merge "Reduce complexity when using bifrost roles"
Diffstat (limited to 'xci/config/user-vars')
-rwxr-xr-x | xci/config/user-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/user-vars b/xci/config/user-vars index 2625de24..951688af 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -53,6 +53,6 @@ export INFRA_DEPLOYMENT=${INFRA_DEPLOYMENT:-bifrost} export XCI_ANSIBLE_PARAMS=${XCI_ANSIBLE_PARAMS:-""} export RUN_TEMPEST=${RUN_TEMPEST:-false} export CORE_OPENSTACK_INSTALL=${CORE_OPENSTACK_INSTALL:-false} -export BIFROST_USE_PREBUILT_IMAGES=${BIFROST_USE_PREBUILT_IMAGES:-false} +export BIFROST_CREATE_IMAGE_VIA_DIB=${BIFROST_CREATE_IMAGE_VIA_DIB:-true} # Set this to to true to force XCI to re-create the target OS images export CLEAN_DIB_IMAGES=${CLEAN_DIB_IMAGES:-false} |