]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove _extract_roles method from neutron.policy
authorSalvatore Orlando <salv.orlando@gmail.com>
Mon, 24 Aug 2015 09:31:45 +0000 (02:31 -0700)
committerArmando Migliaccio <armamig@gmail.com>
Fri, 4 Sep 2015 22:21:26 +0000 (22:21 +0000)
commit2228f6d16accc012eadff59d44b7fd475256c36a
tree0022dd9e0be5dfba0af93e797cb4e5061d4dfe74
parent1c19e898c0199c33a0273eb906cf63075269234c
Remove _extract_roles method from neutron.policy

This method is not used anymore as it was called only from
the get_admin_roles method. This method has been removed
by commit 734e77365b0f241a3cea0f3c9dfb1d5fcf6eac8c; therefore
the _extract_roles method is now zombie code and should be
removed before it starts feeding on Neutron's brain.

Related-Bug: #1445690

Change-Id: I0306bcea813031897e319af9693e18d03848e378
neutron/policy.py