diff --git a/stackrc b/stackrc index 4d307caa2d..6879c96ec3 100644 --- a/stackrc +++ b/stackrc @@ -139,9 +139,9 @@ fi # which may be set in ``localrc``. Also allow ``DEFAULT_IMAGE_NAME`` and # ``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"};; + openvz) + 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