packstack/releasenotes/notes/aodh-move-to-mariadb-9e36b7cfdbbd2aa5.yaml
Alfredo Moralejo 74536ea979 Move AODH to mysql storage driver
https://review.openstack.org/#/c/373043/ has removed non-SQL drivers
so we need to move out of mongodb driver.

Change-Id: I6f1d7d7e6196c8e5c6f44518d60f84de19e1885d
2016-12-05 10:12:59 -05:00

9 lines
313 B
YAML

---
features:
- Aodh project has removed support for non-SQL drivers
in https://review.openstack.org/#/c/373043/.
Packstack has switched aodh storage backend from
MongoDB to mysqld. A new parameter CONFIG_AODH_DB_PW
has been added to configure the password of the
aodh user in the database.