From a5a9caea2b06a69953f692289866e59f52d78a4c Mon Sep 17 00:00:00 2001 From: Richard Theis Date: Mon, 4 Apr 2016 16:20:20 -0500 Subject: Add project options to security group rule create Add the --project and --project-domain options to the 'os security group rule create' command. These options are for Network v2 only. Change-Id: Ie3e136be076f0f2c22fbe7048d1d6eaebf5aa655 Partial-Bug: #1519512 Implements: blueprint neutron-client --- doc/source/command-objects/security-group-rule.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (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 9aa82cd3..2f212e5e 100644 --- a/doc/source/command-objects/security-group-rule.rst +++ b/doc/source/command-objects/security-group-rule.rst @@ -18,6 +18,7 @@ Create a new security group rule [--dst-port ] [--ingress | --egress] [--ethertype ] + [--project [--project-domain ]] .. option:: --proto @@ -56,6 +57,19 @@ Create a new security group rule *Network version 2 only* +.. option:: --project + + Owner's project (name or ID) + + *Network version 2 only* + +.. option:: --project-domain + + Domain the project belongs to (name or ID). + This can be used in case collisions between project names exist. + + *Network version 2 only* + .. describe:: Create rule in this security group (name or ID) -- cgit v1.2.1