diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-06-29 09:48:04 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-06-29 10:13:18 -0500 |
| commit | 92d0fbeafd146126897934a7ec57ebf2ccef8580 (patch) | |
| tree | 43af6670b1a87e340198e601de36703ec83113ad /releasenotes | |
| parent | 6920c9e839b3ce416ea769fce7034c426512a041 (diff) | |
| download | python-openstackclient-92d0fbeafd146126897934a7ec57ebf2ccef8580.tar.gz | |
Add port security option to network commands
Add the "--enable-port-security" and "--disable-port-security" options
to the "network create" and "network set" commands. This supports setting
the default port security for ports created on a network.
Change-Id: I1deb505bd77cef2e4bc3c2dbbb0c450665136f47
Implements: blueprint neutron-client
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bp-neutron-client-a0552f8ca909b665.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-neutron-client-a0552f8ca909b665.yaml b/releasenotes/notes/bp-neutron-client-a0552f8ca909b665.yaml index 8402e2c9..9224a462 100644 --- a/releasenotes/notes/bp-neutron-client-a0552f8ca909b665.yaml +++ b/releasenotes/notes/bp-neutron-client-a0552f8ca909b665.yaml @@ -4,6 +4,11 @@ features: ``port set`` commands to support JSON input for more advanced binding profile data. [Blueprint :oscbp:`neutron-client`] + - Add ``--enable-port-security`` and ``--disable-port-security`` + options on the ``network create`` and ``network set`` commands. + This supports setting the default port security for ports created + on a network. + [Blueprint :oscbp:`neutron-client`] - Add ``geneve`` choice to the ``network create`` command ``--provider-network-type`` option. [Blueprint :oscbp:`neutron-client`] |
