From 95f45038a248a10f5f13c0f8ce9ba6bd137205ee Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 16 Feb 2017 16:33:08 -0500 Subject: [PATCH] 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 --- stackrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/stackrc b/stackrc index 5818904feb..fd7f3ed4d4 100644 --- a/stackrc +++ b/stackrc @@ -636,9 +636,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