From 566388ab1eddd339b054c2046d41e2b01476f4e2 Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Fri, 4 Dec 2015 16:37:40 -0600 Subject: Add source security group support to create rule The 'security group rule create' command was updated to support a source security group. Now either a source IP address block or source security group can be specified when creating a rule. The default remains the same. Change-Id: If57de2871810caddeeaee96482eb34146968e173 Closes-Bug: #1522969 --- doc/source/command-objects/security-group-rule.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/security-group-rule.rst b/doc/source/command-objects/security-group-rule.rst index 8bd0d061..ce2e4d34 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -14,7 +14,7 @@ Create a new security group rule os security group rule create [--proto ] - [--src-ip ] + [--src-ip | --src-group ] [--dst-port ] @@ -24,7 +24,11 @@ Create a new security group rule .. option:: --src-ip - Source IP (may use CIDR notation; default: 0.0.0.0/0) + Source IP address block (may use CIDR notation; default: 0.0.0.0/0) + +.. option:: --src-group + + Source security group (ID only) .. option:: --dst-port -- cgit v1.2.1