cannot change gnocchi archive-policy
Bug #1907243 reported by
Rodrigo Barbieri
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Ceilometer Charm |
New
|
Undecided
|
Unassigned |
Bug Description
environment: Bionic-Stein
Upon changing the gnocchi-
This is because the correct way to set the archive policy is through the pipeline.yaml[0] file which is not present, therefore it always uses the default URL "gnocchi://" which picks up the default archive-policy ceilometer-low.
By manually creating the file pipeline.yaml and setting the URL to gnocchi:
To post a comment you must log in.
here an easy step by step on how to workaround:
1) copy the contents of /usr/lib/ python3/ dist-packages/ ceilometer/ pipeline/ data/pipeline. yaml to /etc/ceilometer /pipeline. yaml
2) append to gnocchi:// "?archive_ policy= <your_archive_ policy_ name"
3) restart ceilometer services