From 0fca575bc779962a7dfb97443f49e27c43d93039 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 12 Sep 2016 15:59:09 -0400 Subject: [PATCH] Fix reno for removal of nova-manage service command Removing the nova-manage service subcommand is not a feature, but it could impact upgrades, so this change fixes the category of that change in the release notes. Change-Id: I42def633f22353faf5e4df817b85a0f8b81a90f0 --- .../remove-nova-manage-service-subcommand-2a11ed662864341c.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml b/releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml index 8010e93543..46f48411cc 100644 --- a/releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml +++ b/releasenotes/notes/remove-nova-manage-service-subcommand-2a11ed662864341c.yaml @@ -1,5 +1,5 @@ --- -features: +upgrade: - The service subcommand of nova-manage was deprecated in 13.0. Now in 14.0 the service subcommand is removed. Use service-* commands from python-novaclient or the os-services REST resource instead.