Merge "clean up virt drivers that we do image logic for" into stable/ocata

This commit is contained in:
Zuul 2018-02-21 01:14:07 +00:00 committed by Gerrit Code Review
commit 4a1cedc8c3
1 changed files with 0 additions and 3 deletions

View File

@ -631,9 +631,6 @@ if [[ "$DOWNLOAD_DEFAULT_IMAGES" == "True" ]]; then
IMAGE_URLS+=","
fi
case "$VIRT_DRIVER" in
openvz)
DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-12.04-x86_64}
IMAGE_URLS+="http://download.openvz.org/template/precreated/ubuntu-12.04-x86_64.tar.gz";;
libvirt)
case "$LIBVIRT_TYPE" in
lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc