nova/releasenotes/notes/api-database-now-required-6245f39d36885d1c.yaml
Sylvain Bauza 7222ac338c Fix reno warning for API DB relnote
Sphinx was giving a warning because of the bad string having `'.
Since we want to better linting the notes, we need to fix that.

Also adding an empty line between the 2 sections to be cleaner.

Change-Id: Ic6b1a4c71592bf41ee8148db147cf014ba2922f3
2015-11-30 16:04:19 +01:00

10 lines
336 B
YAML

---
prelude: >
Nova now requires a separate API database and manual
intervention is required during an upgrade to Mitaka.
upgrade:
- During an upgrade to Mitaka, operators must create and initialize
a database for the API service. Configure this in
[api_database]/connection, and then run ``nova-manage api_db sync``