diff --git a/devstack/settings b/devstack/settings index 2ca3d7b76b..142ecf7be2 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}