Browse code

Merge "Enable devstack for Ubuntu 15.10 Wily"

Jenkins authored on 2015/11/09 19:46:15
Showing 1 changed files
... ...
@@ -178,7 +178,7 @@ source $TOP_DIR/stackrc
178 178
 
179 179
 # Warn users who aren't on an explicitly supported distro, but allow them to
180 180
 # override check and attempt installation with ``FORCE=yes ./stack``
181
-if [[ ! ${DISTRO} =~ (precise|trusty|vivid|7.0|wheezy|sid|testing|jessie|f21|f22|rhel7) ]]; then
181
+if [[ ! ${DISTRO} =~ (precise|trusty|vivid|wily|7.0|wheezy|sid|testing|jessie|f21|f22|rhel7) ]]; then
182 182
     echo "WARNING: this script has not been tested on $DISTRO"
183 183
     if [[ "$FORCE" != "yes" ]]; then
184 184
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"