summaryrefslogtreecommitdiff
path: root/devstack/plugin.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devstack/plugin.sh')
-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