python-openstackclient/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml
Sindhu Devale 246f60ab13 Add --enable/disable-port-security option to port set and port create
This patch adds the currently missing options
`--enable-port-security` and `--disable-port-security`
in the `os port set` and `os port create` commands.

Partially-Implements: blueprint network-commands-options

Change-Id: I4dc11cdf32bf482a5937f5464fe8a3b418644ec3
2016-11-28 16:33:34 -06:00

7 lines
197 B
YAML

---
features:
- |
Added ``--enable-port-security`` and ``--disable-port-security``
options to ``port set`` and ``port create`` commands.
[Blueprint :oscbp:`network-commands-options`]