puppet-nova/releasenotes/notes/add_nova_api_db-62e459588e14a92e.yaml
Elizabeth K. Joseph 4f01c3537c Make sync_db_api enabled by default
According to the release notes[0], in Mitaka a second database
specifically for the api is required. Flip sync_db_api to being
true by default.

[0] "Nova now requires that two databases are available and configured.
The existing nova database needs no changes, but a new nova_api database
needs to be setup."
http://docs.openstack.org/releasenotes/nova/mitaka.html

Change-Id: Ia5fa8ba70b7ce151e7e904f5e8f94658a98dd295
2016-04-12 09:20:41 -07:00

9 lines
246 B
YAML

---
features:
- Make the nova_api database creation default to "true" since it is
now required in Mitaka
upgrade:
- When upgrading, be aware that the default value of sync_db_api has
changed from "false" to "true" for this database.