python-novaclient/releasenotes/notes/microversion-v2_43-76db2ac463b431e4.yaml
jichenjc ea3b9f7fef 2.43: Deprecate novaclient /os-hosts usage
os-hosts is deprecated in the compute REST API with
microversion 2.43 via change:

Ieb85653b85a1eff38a9fb0c9ff05e4cd39150ecc

So nova shell and API bindings should be deprecated as well.

Implements blueprint deprecate-os-hosts

Change-Id: I79091edf5a2569e49e79deba312456fdcdee09e1
2017-04-25 17:37:47 -04:00

15 lines
537 B
YAML

---
deprecations:
- |
The following CLIs and their backing API bindings are 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 will be removed in the first major release after
Nova 16.0.0 Pike is released.