de4043d454
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
6 lines
223 B
YAML
6 lines
223 B
YAML
---
|
|
features:
|
|
- 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.
|