clean up virt drivers that we do image logic for
This is a partial backport of: https://review.openstack.org/#/c/435126 We have only opted to backport the removal of openvz image. openvz is not in the nova tree, and is referencing a crazy old image, we're going to assume that if anyone is using this they can build a devstack plugin. Change-Id: I9d33b98263c3d52a95b9983e90eb0b341fa1d363 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
f6c35a814b
commit
95f45038a2
3
stackrc
3
stackrc
@ -636,9 +636,6 @@ if [[ "$DOWNLOAD_DEFAULT_IMAGES" == "True" ]]; then
|
|||||||
IMAGE_URLS+=","
|
IMAGE_URLS+=","
|
||||||
fi
|
fi
|
||||||
case "$VIRT_DRIVER" in
|
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)
|
libvirt)
|
||||||
case "$LIBVIRT_TYPE" in
|
case "$LIBVIRT_TYPE" in
|
||||||
lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc
|
lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc
|
||||||
|
Loading…
Reference in New Issue
Block a user