Browse code

Fedora: Mark Fedora 31 as supported and use within fedora-latest

Change-Id: I06235eb5bf722e6f3ab05da577fa0f00638c87b1

Lee Yarwood authored on 2020/04/09 19:17:03
Showing 2 changed files
... ...
@@ -52,7 +52,7 @@
52 52
     name: devstack-single-node-fedora-latest
53 53
     nodes:
54 54
       - name: controller
55
-        label: fedora-30
55
+        label: fedora-31
56 56
     groups:
57 57
       - name: tempest
58 58
         nodes:
... ...
@@ -221,7 +221,7 @@ write_devstack_version
221 221
 
222 222
 # Warn users who aren't on an explicitly supported distro, but allow them to
223 223
 # override check and attempt installation with ``FORCE=yes ./stack``
224
-if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f30|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
224
+if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
225 225
     echo "WARNING: this script has not been tested on $DISTRO"
226 226
     if [[ "$FORCE" != "yes" ]]; then
227 227
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"