From a49ee32bc957e1082b4c21e62e7d5504b09533d1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 27 Jul 2013 15:36:53 -0400 Subject: [PATCH] Update OpenVZ driver image 11.10 simply does not exist, so this simply does not work. However, devstack-gate tries to pre-cache all images referenced, so even though we're not doing anything with this, it's breaking devstack-gate. Change-Id: I64b03ed387f5205a885427498e8cf8c2a5b32b91 --- stackrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stackrc b/stackrc index 50774e40bc..ac72132f2e 100644 --- a/stackrc +++ b/stackrc @@ -215,8 +215,8 @@ esac # ``IMAGE_URLS`` to be set directly in ``localrc``. case "$VIRT_DRIVER" in openvz) - DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-11.10-x86_64} - IMAGE_URLS=${IMAGE_URLS:-"http://download.openvz.org/template/precreated/ubuntu-11.10-x86_64.tar.gz"};; + DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-12.04-x86_64} + IMAGE_URLS=${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