File: ip-command-rework-8d3fe0858f51e6b8.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (24 lines) | stat: -rw-r--r-- 1,771 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
features:
  - Add new command ``floating ip pool list`` to list up all floating ip
    pools. This command is used to replace the old command
    ``ip floating pool list``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Add new commands ``server add/remove floating ip``. They are used to
    replace the old commands ``ip floating add/remove``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Add new commands ``server add/remove fixed ip``. They are used to
    replace the old commands ``ip fixed add/remove``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Add new commands ``floating ip create/delete/list/show``. It is used to
    replace the old commands ``ip floating create/delete/list/show``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
deprecations:
  - Deprecate command ``ip floating pool list``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Deprecate commands ``ip floating add/remove``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Deprecate commands ``ip fixed add/remove``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]
  - Deprecate commands ``ip floating create/delete/list/show``.
    [Blueprint rework-ip-commands `<https://blueprints.launchpad.net/python-openstackclient/+spec/rework-ip-commands>`_]