Add Access Control bug tag

Provide tag for bugs that affect the role based access control
and the Neutron policy layers (driven by policy.json).

Change-Id: Ia4259d53974996a83d380e778309aea2d7cb29cd
This commit is contained in:
armando-migliaccio
2015-11-20 15:06:17 -08:00
parent 19ededc702
commit beff8cb448

View File

@@ -284,6 +284,8 @@ more will be added over time if needed.
+-------------------------------+---------------------------------------+----------------------+
| Tag | Description | Contact |
+===============================+=======================================+======================+
| access-control_ | A bug affecting RBAC and policy.json | Kevin Benton |
+-------------------------------+---------------------------------------+----------------------+
| api_ | A bug affecting the API layer | Salvatore Orlando |
+-------------------------------+---------------------------------------+----------------------+
| baremetal_ | A bug affecting Ironic support | Sukhdev Kapur |
@@ -359,6 +361,14 @@ more will be added over time if needed.
| xxx-backport-potential_ | Cherry-pick request for stable team | Ihar Hrachyshka |
+-------------------------------+---------------------------------------+----------------------+
.. _access-control:
Access Control
++++++++++++++
* `Access Control - All bugs <https://bugs.launchpad.net/neutron/+bugs?field.tag=access-control>`_
* `Access Control - In progress <https://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=INPROGRESS&field.tag=access-control>`_
.. _api:
API