Skip to content

Commit 005004e

Browse files
author
Brian Haley
committed
Switch to fedora-29 for fedora-latest nodeset
F28 is EOL as of 5.29.19, so change to use fedora-29 and remove it from stack.sh. Depends-on: https://review.opendev.org/#/c/662538/ Change-Id: I5ebdb68fcd01a1e63be4b3c0735a274783aad818
1 parent 9d53f61 commit 005004e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
name: devstack-single-node-fedora-latest
5353
nodes:
5454
- name: controller
55-
label: fedora-28
55+
label: fedora-29
5656
groups:
5757
- name: tempest
5858
nodes:

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ write_devstack_version
224224

225225
# Warn users who aren't on an explicitly supported distro, but allow them to
226226
# override check and attempt installation with ``FORCE=yes ./stack``
227-
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
227+
if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
228228
echo "WARNING: this script has not been tested on $DISTRO"
229229
if [[ "$FORCE" != "yes" ]]; then
230230
die $LINENO "If you wish to run this script anyway run with FORCE=yes"

0 commit comments

Comments
 (0)