packstack/releasenotes/notes/remove-config-gnocchi-install-ecfe10ce59f1d0da.yaml
Pradeep Kilambi d4b28f3562 Always install gnocchi when ceilometer is enabled
Dropping the CONFIG_GNOCCHI_INSTALL command line option and lets
install gnocchi when ceilometer is enabled. Combining these two
makes sense as database doesnt exist anymore for ceilometer.

Change-Id: I18a724048541b84579866429ebc648a32661d661
2017-09-22 13:14:24 -04:00

7 lines
241 B
YAML

---
fixes:
- |
Remove CONFIG_GNOCCHI_INSTALL command line option and make gnocchi install
part of ceilometer install. We will always need gnocchi for ceilometer, so
this makes sense and one less option for user to worry about.