Skip to content

Commit 1bc4e97

Browse files
committed
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
1 parent 6c753fc commit 1bc4e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stackrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ fi
139139
# which may be set in ``localrc``. Also allow ``DEFAULT_IMAGE_NAME`` and
140140
# ``IMAGE_URLS`` to be set directly in ``localrc``.
141141
case "$VIRT_DRIVER" in
142-
openvz)
143-
DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-11.10-x86_64}
144-
IMAGE_URLS=${IMAGE_URLS:-"http://download.openvz.org/template/precreated/ubuntu-11.10-x86_64.tar.gz"};;
142+
openvz)
143+
DEFAULT_IMAGE_NAME=${DEFAULT_IMAGE_NAME:-ubuntu-12.04-x86_64}
144+
IMAGE_URLS=${IMAGE_URLS:-"http://download.openvz.org/template/precreated/ubuntu-12.04-x86_64.tar.gz"};;
145145
libvirt)
146146
case "$LIBVIRT_TYPE" in
147147
lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc

0 commit comments

Comments
 (0)