python-openstackclient/releasenotes/notes/bug-1612136-6111b944569b9351.yaml
Nguyen Phuong An 8bcfb824c8 Add 'allowed address pairs' option to 'port create/set/unset'
This patch adds '--allowed-addres-pair' and '--no-allowed-address-pair'
options to 'port create', 'port set' and 'port unset' commands.

Partial-Bug: #1612136
Closes-Bug: #1638265
Partially-Implements: blueprint network-commands-options
Co-Authored-By: Ha Van Tu <tuhv@vn.fujitsu.com>
Change-Id: I08d2269950467a8972a0d0110ed61f5cc7f5ca45
2016-12-20 15:16:15 +07:00

8 lines
300 B
YAML

---
features:
- |
Add ``--allowed-address`` option to ``port create``, ``port set`` and
``port unset`` commands. Also add ``--no-allowed-address`` option to
``port create`` and ``port set`` commands.
[Bug `1612136 <https://bugs.launchpad.net/python-openstackclient/+bug/1612136>`_]