Revert "[goal] Migrate testing to ubuntu focal"

This reverts commit 3bb7b71e1afb378d47b449e9ba8ff8f633abe7d9.

https://github.com/gnocchixyz/gnocchi/issues/1069 was fixed

Change-Id: I3277ed13b4b343c553a3c21eab2187bb8abd4251
This commit is contained in:
Eyal 2020-10-21 06:57:41 +00:00
parent 3bb7b71e1a
commit ad550eb826

View File

@ -16,10 +16,6 @@ if [ "$CEILOMETER_BACKEND" = "gnocchi" ]; then
enable_service gnocchi-api gnocchi-metricd
fi
# Use mariadb at least until below issue fix is released
# https://github.com/gnocchixyz/gnocchi/issues/1069
MYSQL_SERVICE_NAME=mariadb
# Gnocchi default archive_policy for Ceilometer
# TODO(sileht): when Gnocchi 4.0 is out use the tarball instead
GNOCCHI_GIT_PATH=${GNOCCHI_GIT_PATH:-git+https://github.com/gnocchixyz/gnocchi#egg=gnocchi}