horizon/openstack_dashboard/dashboards/admin/rbac_policies
Akihiro Motoki 6902aee3a3 Improve RBAC policies panel
This is a follow-up patch of https://review.openstack.org/#/c/627741/

Create RBAC policy form:
* Merge "Action" and "Object Type" choices into a single drop-down menu.
  There is a constraint between an object type and an action and
  "access_as_external" is not a valid action for "qos_policy" object type.
  It sounds reasonable to merge "action" and "object type" into a single
  list to avoid confusion.
* Add "Select a Network" and "Select a QoS policy" to the choices of
  a target network and a target QoS policy.

Edit RBAC policy form:
* Add "*" (all projects) to "Target Project".

Part of blueprint rbac-policies
Change-Id: I135b5e5b0d4a0d8f55830ac649171e6e350db3ba
2019-01-05 02:22:42 +09:00
..
templates/rbac_policies Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
__init__.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
forms.py Improve RBAC policies panel 2019-01-05 02:22:42 +09:00
panel.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
tables.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
tabs.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
tests.py Improve RBAC policies panel 2019-01-05 02:22:42 +09:00
urls.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00
views.py Add RBAC policies feature to horizon dashboard 2019-01-02 17:05:07 +08:00