Skip to content

Commit 7641463

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Ubuntu precise support."
2 parents 1df0789 + 7dadd35 commit 7641463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/apts/glance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-eventlet
22
python-routes
33
python-greenlet
4-
python-argparse
4+
python-argparse # dist:oneiric
55
python-sqlalchemy
66
python-wsgiref
77
python-pastedeploy

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# installation with ``FORCE=yes ./stack``
2727
DISTRO=$(lsb_release -c -s)
2828

29-
if [[ ! ${DISTRO} =~ (oneiric) ]]; then
29+
if [[ ! ${DISTRO} =~ (oneiric|precise) ]]; then
3030
echo "WARNING: this script has only been tested on oneiric"
3131
if [[ "$FORCE" != "yes" ]]; then
3232
echo "If you wish to run this script anyway run with FORCE=yes"

0 commit comments

Comments
 (0)