File: bp-allow-overwrite-set-options-190a9c6904d53dab.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (16 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - |
    Allow ``--no-fixed-ip`` and ``--no-binding-profile`` options to
    ``port set`` command to be specified when ``--fixed-ip`` and
    ``--binding-profile`` are present.  This allows the list of fixed
    IPs and binding profiles to be cleared and replaced with new values
    in a single command.
    [Blueprint  `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
  - |
    Add ``--no-allocation-pool`` and ``--no-host-route`` options to
    ``subnet set`` command that clears the respective values in the
    specified subnet.  This allows new values to replace the entire
    list of existing values in a single command for allocation pools
    and host routes.
    [Blueprint  `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]