python-openstackclient/releasenotes/notes/bp-allow-overwrite-set-options-190a9c6904d53dab.yaml
Dean Troyer 762f2f2c34 More 3.3.0 release notes
Plus minor doc formatting updates

Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
2016-10-07 21:39:53 +00:00

17 lines
900 B
YAML

---
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>`_]