diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-07-20 16:08:36 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-07-20 16:08:36 +0000 |
| commit | ab18045c97ad8359080d17aee0a1b9d6d8a8b146 (patch) | |
| tree | f8de2a1167b9d732636af997969b544f5687db50 /doc/source | |
| parent | d0daf90e18f6c248105dde829c100f80af457d2b (diff) | |
| parent | 6c7a30ab381e79f21767898f0a235276839f8ef2 (diff) | |
| download | python-openstackclient-ab18045c97ad8359080d17aee0a1b9d6d8a8b146.tar.gz | |
Merge "Implement rbac list and show command"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/network-rbac.rst | 35 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 36 insertions, 0 deletions
diff --git a/doc/source/command-objects/network-rbac.rst b/doc/source/command-objects/network-rbac.rst new file mode 100644 index 00000000..0cf2127f --- /dev/null +++ b/doc/source/command-objects/network-rbac.rst @@ -0,0 +1,35 @@ +============ +network rbac +============ + +A **network rbac** is a Role-Based Access Control (RBAC) policy for +network resources. It enables both operators and users to grant access +to network resources for specific projects. + +Network v2 + +network rbac list +----------------- + +List network RBAC policies + +.. program:: network rbac list +.. code:: bash + + os network rbac list + +network rbac show +----------------- + +Display network RBAC policy details + +.. program:: network rbac show +.. code:: bash + + os network rbac show + <rbac-policy> + +.. _network_rbac_show-rbac-policy: +.. describe:: <rbac-policy> + + RBAC policy (ID only) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 70f4c8b2..025f42f9 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -109,6 +109,7 @@ referring to both Compute and Volume quotas. * ``mapping``: (**Identity**) a definition to translate identity provider attributes to Identity concepts * ``module``: (**Internal**) - installed Python modules in the OSC process * ``network``: (**Compute**, **Network**) - a virtual network for connecting servers and other resources +* ``network rbac``: (**Network**) - an RBAC policy for network resources * ``network segment``: (**Network**) - a segment of a virtual network * ``object``: (**Object Storage**) a single file in the Object Storage * ``object store account``: (**Object Storage**) owns a group of Object Storage resources |
