Merge "Don't customize image before upload it to Glance by default"

This commit is contained in:
Zuul 2019-03-25 17:53:27 +00:00 committed by Gerrit Code Review
commit ea4a6f08df
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ source "${NEUTRON_TEMPEST_PLUGIN_DIR}/functions.sh"
# By default enable guest image customization. It will be automatically skipped
# for cirros images
CUSTOMIZE_IMAGE=${CUSTOMIZE_IMAGE:-True}
CUSTOMIZE_IMAGE=${CUSTOMIZE_IMAGE:-False}
# Image customization is performed using virt-customize
# using direct backend by default