packstack/releasenotes/notes/drop-mongodb-a9771fb4f0430a4c.yaml
Pradeep Kilambi d90c4b1b68 Drop mongodb from packstack
Telemetry does not support mongodb anymore and hence mongodb
was dropped from tripleo. Lets drop this code completely so
we dont end up maintaining dead code.

- drop mongodb support
- change default ceilometer publishers to gnocchi and panko
- add release note for dropping support of mongodb

Change-Id: I79bbc6be20bf538173b48976401a43d417520481
2017-09-22 10:38:57 -04:00

10 lines
407 B
YAML

---
fixes:
- |
Drop mongodb support from packstack. Telemetry does not support this
anymore and there is no reason to keep deploying and maintaining this
going forward. We will use gnocchi for metrics, panko for events instead.
Also dropping command options CONFIG_CEILOMETER_METERING_BACKEND and
CONFIG_CEILOMETER_EVENTS_BACKEND as we directly set the publishers
in the pipeline.