Skip to content

Commit 73812ae

Browse files
Chuck ShortDean Troyer
authored andcommitted
Add quantal
Allow devstack to run on quantal. Change-Id: Iec79aa3669dc1dcc695470e6c15957622268476f Signed-off-by: Chuck Short <chuck.short@canonical.com>
1 parent 33a19d4 commit 73812ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/apts/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnsmasq-base
2-
dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise
2+
dnsmasq-utils # for dhcp_release only available in dist:oneiric,precise,quantal
33
kpartx
44
parted
55
arping # only available in dist:natty

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ DEST=${DEST:-/opt/stack}
8686

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

0 commit comments

Comments
 (0)