python-openstackclient/releasenotes/notes/add-overwrite-option-190a9c6904d53dab.yaml
reedip b38be94a5d Introduce overwrite functionality in `osc port set`
The overwrite functionality allows user to overwrite
either the binding-profile or the fixed-ips of a
specific port.

Change-Id: I8ec3d04eeaf28972ee545fcdda4d5f7bd9deb915
partially-implements: blueprint allow-overwrite-set-options
2016-09-21 04:19:28 +00:00

6 lines
263 B
YAML

---
features:
- |
``port set`` command now allows the user to overwrite fixed-ips or binding-profile
of a port.
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]