summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSindhu Devale <sindhu.devale@intel.com>2016-11-09 16:30:55 -0600
committerSindhu Devale <sindhu.devale@intel.com>2016-11-28 16:33:34 -0600
commit246f60ab13b57df0cdff2190ebaca316a946f3e7 (patch)
tree2c1952b0a2c2d011bfa421f1afcc1658896d13a1 /releasenotes
parente07b0e0919784b48dc47ae9cd8836342b8c13480 (diff)
downloadpython-openstackclient-246f60ab13b57df0cdff2190ebaca316a946f3e7.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml b/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml
new file mode 100644
index 00000000..5bc39521
--- /dev/null
+++ b/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml
@@ -0,0 +1,6 @@
+---
+features:
+ - |
+ Added ``--enable-port-security`` and ``--disable-port-security``
+ options to ``port set`` and ``port create`` commands.
+ [Blueprint :oscbp:`network-commands-options`]