summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-28 21:02:53 +0000
committerGerrit Code Review <review@openstack.org>2017-03-28 21:02:53 +0000
commit925cf9c0a808299741577ecc37f3f81b1f40d3c4 (patch)
tree3fcc8d5984d797b08756d94cd9a1156ea08d1f1f /devstack
parentc91b377291ceecf26d650686fdc446511af062f2 (diff)
parent664a6d671026ddf5a52f8f02e4f3d3736d2f4e7f (diff)
downloadceilometer-925cf9c0a808299741577ecc37f3f81b1f40d3c4.tar.gz
Merge "cleanup unused devstack code"
Diffstat (limited to 'devstack')
-rw-r--r--devstack/plugin.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/devstack/plugin.sh b/devstack/plugin.sh
index 05d3b5fc..b2618cb4 100644
--- a/devstack/plugin.sh
+++ b/devstack/plugin.sh
@@ -247,8 +247,6 @@ function _ceilometer_configure_storage_backend {
elif [ "$CEILOMETER_BACKEND" = 'mongodb' ] ; then
iniset $CEILOMETER_CONF database metering_connection mongodb://localhost:27017/ceilometer
elif [ "$CEILOMETER_BACKEND" = 'gnocchi' ] ; then
- # NOTE(gordc): set higher retry in case gnocchi is started after ceilometer on a slow machine
- iniset $CEILOMETER_CONF storage max_retries 20
# NOTE(gordc): set batching to better handle recording on a slow machine
iniset $CEILOMETER_CONF collector batch_size 50
iniset $CEILOMETER_CONF collector batch_timeout 5