summaryrefslogtreecommitdiffstats
path: root/xci/config
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-10-26 13:54:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-26 13:54:17 +0000
commitdba57fa5862e40cd005a0acd4679530a46c85d73 (patch)
tree9073f273453a4779d703496d6dfadc8738c03d3d /xci/config
parent94a953b8d99377095b70ab5708d7c0eb9aefd784 (diff)
parentc473915f5515eb6bb66a6ae4e8e2352dc9177654 (diff)
Merge "Reduce complexity when using bifrost roles"
Diffstat (limited to 'xci/config')
-rwxr-xr-xxci/config/user-vars2
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}