1d88717e75
These were all deprecated in the 9.0.0 release in Pike via change I79091edf5a2569e49e79deba312456fdcdee09e1 and can now be removed. This will go into the 10.0.0 release. Change-Id: I85a287ff2666c2dcdcbbc8fd6c2e285176f7a67a
14 lines
473 B
YAML
14 lines
473 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following CLIs and their backing API bindings were deprecated and
|
|
capped at microversion 2.43:
|
|
|
|
* ``nova host-describe`` - superseded by ``nova hypervisor-show``
|
|
* ``nova host-list`` - superseded by ``nova hypervisor-list``
|
|
* ``nova host-update`` - superseded by ``nova service-enable`` and
|
|
``nova service-disable``
|
|
* ``nova host-action`` - no alternative by design
|
|
|
|
The CLIs and API bindings have now been removed.
|