Merge "Remove rbac-policy callback into lib"

This commit is contained in:
Zuul 2017-11-13 23:21:02 +00:00 committed by Gerrit Code Review
commit ab4a91e9d7
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ PORTS = 'ports'
PORT_BINDING = 'port_binding'
PORT_DEVICE = 'port_device'
PROCESS = 'process'
RBAC_POLICY = 'rbac-policy'
ROUTER = 'router'
ROUTER_GATEWAY = 'router_gateway'
ROUTER_INTERFACE = 'router_interface'

View File

@ -0,0 +1,4 @@
---
features:
- The ``rbac-policy`` callback resource now available
as ``neutron_lib.callbacks.resources.RBAC_POLICY``.