Merge "Update opensuse version" into stable/ussuri

This commit is contained in:
Zuul
2020-10-06 20:14:14 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -124,8 +124,8 @@ function init_lvm_volume_group {
local vg=$1
local size=$2
# Start the lvmetad on f30 (dropped from f31) or SUSE
if [[ $DISTRO =~ f30 ]] || is_suse; then
# Start the lvmetad on f30 (dropped from f31)
if [[ $DISTRO =~ f30 ]] ; then
# services is not started by default
start_service lvm2-lvmetad
fi

View File

@@ -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|f31|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel8) ]]; then
if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f30|f31|opensuse-15.2|opensuse-tumbleweed|rhel8) ]]; 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"