From c36e51b0ae541a983eb917a8746d07d10c723e40 Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Thu, 9 Apr 2020 11:17:03 +0100 Subject: [PATCH] Fedora: Mark Fedora 31 as supported and use within fedora-latest Change-Id: I06235eb5bf722e6f3ab05da577fa0f00638c87b1 --- .zuul.yaml | 2 +- stack.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cc97b89980..48c2d0d798 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -52,7 +52,7 @@ name: devstack-single-node-fedora-latest nodes: - name: controller - label: fedora-30 + label: fedora-31 groups: - name: tempest nodes: diff --git a/stack.sh b/stack.sh index 9879bd43d4..4e1134b7e3 100755 --- a/stack.sh +++ b/stack.sh @@ -221,7 +221,7 @@ write_devstack_version # Warn users who aren't on an explicitly supported distro, but allow them to # override check and attempt installation with ``FORCE=yes ./stack`` -if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f30|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then +if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f30|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then echo "WARNING: this script has not been tested on $DISTRO" if [[ "$FORCE" != "yes" ]]; then die $LINENO "If you wish to run this script anyway run with FORCE=yes"