e303cf11bf
The 2.44 microversion deprecates the addFixedIP, removeFixedIP, addFloatingIP, removeFloatingIP server action APIs and os-virtual-interfaces API. This change deprecates the CLIs and python API bindings in novaclient. Implements blueprint deprecate-multinic-proxy-api Change-Id: Ie76283962c375b735f30ccb3053db07cf2330de2
17 lines
689 B
YAML
17 lines
689 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The following CLIs and their backing API bindings are deprecated and capped
|
|
at microversion 2.44:
|
|
|
|
* ``nova add-fixed-ip``: use python-neutronclient or openstacksdk
|
|
* ``nova remove-fixed-ip``: use python-neutronclient or openstacksdk
|
|
* ``nova floating-ip-associate``: use python-neutronclient or openstacksdk
|
|
* ``nova floating-ip-disassociate``: use python-neutronclient or
|
|
openstacksdk
|
|
* ``nova virtual-interface-list``: there is no replacement as this is
|
|
only implemented for nova-network which is deprecated
|
|
|
|
The CLIs and API bindings will be removed in the first major release after
|
|
Nova 16.0.0 Pike is released.
|