summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2017-01-16 14:31:28 +0100
committerMehdi Abaakouk <sileht@redhat.com>2017-01-16 17:35:12 +0100
commit13aeba410b0195a90d1c359d59c5bfb0820aae9b (patch)
treed7beda2e6856998c249cfbb60203836942c33675 /devstack
parent40da6c97482b52fe8a903c9e561634ff9c4b4afe (diff)
downloadceilometer-13aeba410b0195a90d1c359d59c5bfb0820aae9b.tar.gz
switch instance_discovery to libvirt_metadata
Since Gnocchi is the recommended backend, and other are deprecated. We can switch instance_discovery to the libvirt_metadata. Change-Id: Ib846b87bfb76c359fdec28d6cd258781fd201348
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 063fee1b..da43a263 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -243,7 +243,6 @@ function _ceilometer_configure_storage_backend {
iniset $CEILOMETER_CONF DEFAULT meter_dispatchers database
iniset $CEILOMETER_CONF database metering_connection mongodb://localhost:27017/ceilometer
elif [ "$CEILOMETER_BACKEND" = 'gnocchi' ] ; then
- iniset $CEILOMETER_CONF compute instance_discovery_method libvirt_metadata
iniset $CEILOMETER_CONF DEFAULT meter_dispatchers gnocchi
iniset $CEILOMETER_CONF DEFAULT event_dispatchers gnocchi
# NOTE(gordc): set higher retry in case gnocchi is started after ceilometer on a slow machine