File: microversion-v2_44-d60c8834e436ad3d.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (16 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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.