Add quantal

Allow devstack to run on quantal.

Change-Id: Iec79aa3669dc1dcc695470e6c15957622268476f
Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2012-05-03 13:28:21 -04:00 committed by Dean Troyer
parent 33a19d4345
commit 73812ae7c3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
dnsmasq-base
dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise
dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise,quantal
kpartx
parted
arping # only available in dist:natty

View File

@ -86,7 +86,7 @@ DEST=${DEST:-/opt/stack}
# Warn users who aren't on an explicitly supported distro, but allow them to
# override check and attempt installation with ``FORCE=yes ./stack``
if [[ ! ${DISTRO} =~ (oneiric|precise|f16) ]]; then
if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16) ]]; then
echo "WARNING: this script has been tested on oneiric, precise and f16"
if [[ "$FORCE" != "yes" ]]; then
echo "If you wish to run this script anyway run with FORCE=yes"