nova/releasenotes/notes/deprecate-nova-manage-service-subcommand-7626f7692bd62e41.yaml
Balazs Gibizer df840b3457 Deprecate 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 nova-manage service was providing so let's
deprecate the legacy nova-manage subcommand and mark it for
removal in the N release.

UpgradeImpact: nova-manage service is deprecated, use novaclient
DocImpact: update openstack operations guide

Implements: bp deprecate-service-management-in-nova-manage
Change-Id: I3e625dbf39f5831157104f5c368acd53b1899f76
2015-11-16 11:40:06 +01:00

7 lines
234 B
YAML

---
other:
- The service subcommand of nova-manage is deprecated. Use the nova
service-* commands from python-novaclient instead or the os-services
REST resource. The service subcommand will be removed in the 14.0 release.