python-openstackclient/releasenotes/notes/add-port-unset-command-8bdaf1fa9c593374.yaml
reedip 230d38fb4c Add command to unset information from ports
This patch introduces the ``port unset`` command to
clear the fixed-ip and binding:profile information
from the ports.
Implements: blueprint network-property-unset

Change-Id: I9dba309234105af477e7618a8a437b7fa3b13cd7
2016-07-01 08:40:07 +05:30

7 lines
263 B
YAML

---
features:
- |
Add a new command ``port unset`` to clear the information
of fixed-ip and binding-profile from the port.
[ Blueprint `network-property-unset <https://blueprints.launchpad.net/python-openstackclient/+spec/network-property-unset>`_]