python-openstackclient/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml
reedip 73d15e3768 Add option to clear information from ports
This patch adds the option of "no-fixed-ip" and
"no-binding-profile" which is used to clear the
fixed-ip and binding:profile information from the
ports.

Change-Id: I946301eaf6c647bae55e4f416aa0d98e5f06e699
2016-04-07 10:59:15 +09:00

6 lines
178 B
YAML

---
features:
- Fixed-IP information and binding profile information
in ports can now be cleared using ``--no-fixed-ip``
and ``--no-binding-profile`` with ``port set``