4c40016dfba21a851d1cac5ce199ddcca001562b
policy.init() is called in the before hook, but this isn't invoked on GET calls so if the first call a thread receives is a GET call, we can end up with an uninitialized policy enforcer and get a traceback. This just calls policy.init() in the after hook as well. Change-Id: I29ebc9a91b98a27e707d5b35ad1a24a26e8c8f44 Closes-Bug: #1671267
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: http://docs.openstack.org
- Features: http://specs.openstack.org/openstack/neutron-specs
- Defects: http://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%