summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-10-21 12:35:50 +0000
committerGerrit Code Review <review@openstack.org>2020-10-21 12:35:50 +0000
commitaec572793c9bba2a8b1a7fecbf48f55990566780 (patch)
treee1a69c40dfda18f0dcd56e0d3450459b5aa61e52
parent2f093abf16598db11ba792349ffe6768592ff437 (diff)
parentad550eb8265178ea60d608fd00a0900f60398008 (diff)
downloadceilometer-aec572793c9bba2a8b1a7fecbf48f55990566780.tar.gz
Merge "Revert "[goal] Migrate testing to ubuntu focal""
-rw-r--r--devstack/settings4
1 files changed, 0 insertions, 4 deletions
diff --git a/devstack/settings b/devstack/settings
index 2ca3d7b7..142ecf7b 100644
--- a/devstack/settings
+++ b/devstack/settings
@@ -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}