2 Commits

Author SHA1 Message Date
Matt Riedemann
0fca575bc7 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
2016-09-12 15:59:09 -04:00
Balazs Gibizer
de4043d454 Remove nova-manage service subcommand
The novaclient already has the following service commands:

service-disable   Disable the service.
service-enable    Enable the service.
service-list      Show a list of all running services.
host-describe     Describe a specific host

This covers what the serivce subcommand of nova-manage provides.
Therefore the service subcommand was deprecated in 13.0 and now
it is removed.

Implements: bp remove-service-management-from-nova-manage

Change-Id: If61875ec78e0e8cd78ea915d8da7362f502d4ca7
2016-04-07 10:46:08 +02:00