diff --git a/files/apts/nova b/files/apts/nova index 66640c50b6..8a3ca4cfa2 100644 --- a/files/apts/nova +++ b/files/apts/nova @@ -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 diff --git a/stack.sh b/stack.sh index 66c8e93208..41bce47ef3 100755 --- a/stack.sh +++ b/stack.sh @@ -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"