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
This commit is contained in:
Matt Riedemann
2016-09-12 15:59:09 -04:00
parent 7b6888b9b6
commit 0fca575bc7

View File

@@ -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.