Skip to content

Commit 630c264

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Add quantal"
2 parents b03f2e5 + 73812ae commit 630c264

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)