Browse code

Merge "Switch to fedora-29 for fedora-latest nodeset"

Zuul authored on 2019/09/14 00:17:20
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-28
55
+        label: fedora-29
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} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
224
+if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f29|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"