summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-virt-interfaces-add-rm-fixed-floating-398c905d9c91cca8.yaml
blob: dddfa7da9355639bd218e5eb419b7abbae77b24b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
upgrade:
  - |
    The following CLIs and their backing API bindings were 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 have now been removed.