Add note to RBAC chapter of Networking Guide

This commit adds a note to the RBAC chapter of the Networking Guide
clarifying that subnets inherit the RBAC policy entries of their
network.

Change-Id: Ic9256f3fcfe89b495c97df16fe6c6b3f052b9ab8
Closes-Bug: #1784586
This commit is contained in:
Miguel Lavalle 2018-08-03 18:35:45 -05:00
parent 765fd4d7b8
commit c205963399
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@ the network when running :command:`openstack network list` and
on that network. No other users (other than admins and the owner)
will be able to see the network.
.. note::
Subnets inherit the RBAC policy entries of their network.
To remove access for that project, delete the policy that allows
it using the :command:`openstack network rbac delete` command: