diff options
| author | Doug Wiegley <dwiegley@salesforce.com> | 2019-02-13 14:17:33 -0700 |
|---|---|---|
| committer | Doug Wiegley <dwiegley@salesforce.com> | 2019-03-05 21:02:03 -0700 |
| commit | be7a75814ca4a503dd384f36166f93f12f6cb8da (patch) | |
| tree | e96bd41846d3690e5385306c484383fc9e764f22 /doc/source/cli/command-objects/network-rbac.rst | |
| parent | 3599ebe9333e618028c5ae2946e42a10fdb3621f (diff) | |
| download | python-openstackclient-be7a75814ca4a503dd384f36166f93f12f6cb8da.tar.gz | |
Add 'security_group' type support to network rbac commands
Partial-Bug: #1817119
Depends-On: https://review.openstack.org/635311
Change-Id: I5f132fa54714514d8dae62df8bc494f3f6476768
Diffstat (limited to 'doc/source/cli/command-objects/network-rbac.rst')
| -rw-r--r-- | doc/source/cli/command-objects/network-rbac.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/network-rbac.rst b/doc/source/cli/command-objects/network-rbac.rst index 45fd354d..22733a2c 100644 --- a/doc/source/cli/command-objects/network-rbac.rst +++ b/doc/source/cli/command-objects/network-rbac.rst @@ -26,7 +26,7 @@ Create network RBAC policy .. option:: --type <type> - Type of the object that RBAC policy affects ("qos_policy" or "network") (required) + Type of the object that RBAC policy affects ("security_group", "qos_policy" or "network") (required) .. option:: --action <action> @@ -90,7 +90,7 @@ List network RBAC policies .. option:: --type <type> - List network RBAC policies according to given object type ("qos_policy" or "network") + List network RBAC policies according to given object type ("security_group", "qos_policy" or "network") .. option:: --action <action> |
