Merge "Revert "[goal] Migrate testing to ubuntu focal""

This commit is contained in:
Zuul 2020-10-21 12:35:50 +00:00 committed by Gerrit Code Review
commit aec572793c
1 changed files with 0 additions and 4 deletions

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}