blob: bd7a7d73ac12d7cdb45ff97eddda9f4e13886937 (
plain)
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>`_]
|