]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove an unnecessary extension check for rbac
authorKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 11:28:58 +0000 (04:28 -0700)
committerKevin Benton <blak111@gmail.com>
Fri, 4 Sep 2015 12:18:18 +0000 (05:18 -0700)
commit9b66c82483ab70caf3e09d8dcf5cb8d4d4ecfd60
tree270599de286aec9ffea3a8cfefa35c9c99e7160d
parent6a845249d0bb004141b63c74ce80f6f68ae4a250
Remove an unnecessary extension check for rbac

This removes some logic to detect the RBAC extension
that was written when RBAC was being developed as a
service plugin. Since it's part of db base plugin there
is nothing to enable in devstack so it's not necessary.

Change-Id: I37f8060c14d8ad74f5cea649c18ee9ef3912cb2d
neutron/tests/api/admin/test_shared_network_extension.py