
Neutron was mocking urlrequest.urlopen as the original implementation in oslo.policy was using that inside HttpCheck, then we switched over to requests.post with change I364ddb5f86900a3e166f4480d9f4889a68de247f and a fresh oslo.policy version would have broken them. So we should have a fixture to enable them to write their tests without knowing how it is implemented. Closes-Bug: #1503890 Change-Id: Ia482de71d3db5b89599a1d708a415364cdb468f8
oslo.policy
The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.policy
- Source: http://git.openstack.org/cgit/openstack/oslo.policy
- Bugs: http://bugs.launchpad.net/oslo.policy
Description
Languages
Python
100%