diff options
author | Yifei Xue <xueyifei@huawei.com> | 2018-03-19 01:47:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-19 01:47:58 +0000 |
commit | 2b05717e57e9f62f7f399cb4f1f703497d1d5bd5 (patch) | |
tree | f34a34f3ec99df5d9a2bd30241247461a877388d /plugins/barometer | |
parent | 8b3883f549f78f8892608003b0b9f9131ecc551a (diff) | |
parent | 9c5209001e9bd4e18dc758390d841bf5c270be57 (diff) |
Merge "Update collectd-gnocchi conf for DEFAULT_ARCHIVE_POLICY"
Diffstat (limited to 'plugins/barometer')
-rw-r--r-- | plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 b/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 index 79e2872e..22dd7966 100644 --- a/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 +++ b/plugins/barometer/roles/collectd/templates/collectd-gnocchi.conf.j2 @@ -16,6 +16,8 @@ # Batch size BATCH_SIZE "1" + DEFAULT_ARCHIVE_POLICY "high" + # Service endpoint addresses OS_AUTH_URL "http://{{ internal_vip.ip }}:35357/v3/" |