From be7a75814ca4a503dd384f36166f93f12f6cb8da Mon Sep 17 00:00:00 2001 From: Doug Wiegley Date: Wed, 13 Feb 2019 14:17:33 -0700 Subject: Add 'security_group' type support to network rbac commands Partial-Bug: #1817119 Depends-On: https://review.openstack.org/635311 Change-Id: I5f132fa54714514d8dae62df8bc494f3f6476768 --- doc/source/cli/command-objects/network-rbac.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/source/cli/command-objects/network-rbac.rst') 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 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 @@ -90,7 +90,7 @@ List network RBAC policies .. option:: --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 -- cgit v1.2.1