diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-03-11 15:30:47 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-03-23 09:56:01 -0500 |
| commit | d90650796217fbb9cdd19297ee6ff59f0e009413 (patch) | |
| tree | a49c8c1f3d4dcddf9f6309340b2114ac9154a829 /doc/source/command-objects | |
| parent | 4b4349ee6821f08fb1483d5281d568081649a0d9 (diff) | |
| download | python-openstackclient-d90650796217fbb9cdd19297ee6ff59f0e009413.tar.gz | |
Refactor security group rule create to use SDK
Refactored the 'os security group rule create' command to use the
SDK when neutron is enabled, but continue to use the nova client
when nova network is enabled.
Added a release note for the change in security group rules output
due to Network v2.
Change-Id: I8c6c99d5272ff5d410a449f73d198d834c5cd96e
Partial-Bug: #1519512
Implements: blueprint neutron-client
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/security-group-rule.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst index 58e7a0a5..ad496e79 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -32,7 +32,8 @@ Create a new security group rule .. option:: --dst-port <port-range> - Destination port, may be a range: 137:139 (default: 0; only required for proto tcp and udp) + Destination port, may be a single port or port range: 137:139 + (only required for IP protocols tcp and udp) .. describe:: <group> |
