diff --git a/files/apts/glance b/files/apts/glance index 71230c4996..17c84adb6f 100644 --- a/files/apts/glance +++ b/files/apts/glance @@ -1,7 +1,7 @@ python-eventlet python-routes python-greenlet -python-argparse +python-argparse # dist:oneiric python-sqlalchemy python-wsgiref python-pastedeploy diff --git a/stack.sh b/stack.sh index f6b5e9ebe1..803f7b5094 100755 --- a/stack.sh +++ b/stack.sh @@ -26,7 +26,7 @@ # installation with ``FORCE=yes ./stack`` DISTRO=$(lsb_release -c -s) -if [[ ! ${DISTRO} =~ (oneiric) ]]; then +if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then echo "WARNING: this script has only been tested on oneiric" if [[ "$FORCE" != "yes" ]]; then echo "If you wish to run this script anyway run with FORCE=yes"