From 7222ac338c49e74b8e301f38a9d2c49e75ab71ad Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Sat, 28 Nov 2015 00:44:23 +0100 Subject: [PATCH] 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 --- .../notes/api-database-now-required-6245f39d36885d1c.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/api-database-now-required-6245f39d36885d1c.yaml b/releasenotes/notes/api-database-now-required-6245f39d36885d1c.yaml index 3218ece4984d..8322e3b901a7 100644 --- a/releasenotes/notes/api-database-now-required-6245f39d36885d1c.yaml +++ b/releasenotes/notes/api-database-now-required-6245f39d36885d1c.yaml @@ -2,7 +2,8 @@ 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' + [api_database]/connection, and then run ``nova-manage api_db sync``