horizon/releasenotes/notes/bp-neutron-rbac-policies-9cv77nu2k93ieh4r.yaml
shutingm d65ebe2054 Add RBAC policies feature to horizon dashboard
Add RBAC Policies panel to support Role-Based Access Control
functionality.

Implements: blueprint rbac-policies
Change-Id: I883ad629d735dadf49e8bf9c50475050fdfcf797
2019-01-02 17:05:07 +08:00

12 lines
563 B
YAML

---
features:
- >
[`blueprint neutron-rbac-policies <https://blueprints.launchpad.net/horizon/+spec/rbac-policies>`_]
This blueprint adds RBAC policies panel to the Admin Network group.
This panel will be enabled by default when the RBAC extension is
enabled. Remove this panel by setting "'enable_rbac_policy': False"
in 'local_settings.py'. RBAC policy supports the control of two
resources: networks and qos policies, because qos policies is
an extension function of neutron, need to enable this extension
if wants to use it.