labs: make Ubuntu 14.04 LTS default

This patch makes Ubuntu 14.04 LTS the default for osbash
basedisks.

Implements: blueprint openstack-training-labs
Change-Id: I76e7f5f47d5f68a1513ac9136902c28fbe173fe8
This commit is contained in:
Roger Luethi 2014-07-28 11:01:01 +02:00
parent 6125595960
commit f53e94a76e
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
# to the Internet, this is not sufficient.
#VM_PROXY="http://192.168.178.20:3128"
# Options: ubuntu-12.04.4-server-amd64 (default)
# ubuntu-14.04-server-amd64
# Options: ubuntu-12.04.4-server-amd64
# ubuntu-14.04-server-amd64 (default)
# fedora-20-x86_64
#DISTRO=ubuntu-12.04.4-server-amd64
#DISTRO=fedora-20-x86_64

View File

@ -8,7 +8,7 @@ trap 'kill -- -$$' SIGINT
TOP_DIR=$(cd $(dirname "$0") && pwd)
: ${DISTRO:=ubuntu-12.04.4-server-amd64}
: ${DISTRO:=ubuntu-14.04-server-amd64}
source "$TOP_DIR/config/localrc"
source "$TOP_DIR/config/paths"