summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorgord chung <gord@live.ca>2017-03-13 12:25:52 +0000
committergord chung <gord@live.ca>2017-03-13 21:38:06 -0400
commit664a6d671026ddf5a52f8f02e4f3d3736d2f4e7f (patch)
tree806dc9611772b954f05aef3d50d1dac85612c5a1 /devstack
parent6c97601d66b9c5672cdea799320b2fb3efd03f6d (diff)
downloadceilometer-664a6d671026ddf5a52f8f02e4f3d3736d2f4e7f.tar.gz
cleanup unused devstack code
- storage retries doesn't exist anymore Change-Id: I2708238a36c5e84f10bd039f930eca34c58f6d31
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 2744d951..9b521699 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