diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-02 05:28:21 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-02 05:28:21 +0000 |
| commit | 9b19a35bb7a55eb9b280c03ca3c20c2eb875c284 (patch) | |
| tree | 9a4ce74ecf00f75155919771ac8ed6a74d23f732 /doc/source | |
| parent | 3a509be871ec104e46f4a2c11503bdfee0e863b4 (diff) | |
| parent | 246f60ab13b57df0cdff2190ebaca316a946f3e7 (diff) | |
| download | python-openstackclient-9b19a35bb7a55eb9b280c03ca3c20c2eb875c284.tar.gz | |
Merge "Add `--enable/disable-port-security` option to `port set` and `port create`"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/port.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index 173d99b1..3aff2f77 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -29,6 +29,7 @@ Create new port [--mac-address <mac-address>] [--security-group <security-group> | --no-security-group] [--project <project> [--project-domain <project-domain>]] + [--enable-port-security | --disable-port-security] <name> .. option:: --network <network> @@ -99,6 +100,14 @@ Create new port Domain the project belongs to (name or ID). This can be used in case collisions between project names exist. +.. option:: --enable-port-security + + Enable port security for this port (Default) + +.. option:: --disable-port-security + + Disable port security for this port + .. _port_create-name: .. describe:: <name> @@ -182,6 +191,7 @@ Set port properties [--name <name>] [--security-group <security-group>] [--no-security-group] + [--enable-port-security | --disable-port-security] <port> .. option:: --description <description> @@ -251,6 +261,14 @@ Set port properties Clear existing security groups associated with this port +.. option:: --enable-port-security + + Enable port security for this port + +.. option:: --disable-port-security + + Disable port security for this port + .. _port_set-port: .. describe:: <port> |
