
The way we were using the token fixture in the shell tests was modifying the structure. If the test would get run by the same process, it would then use the modified structure and the test would fail. This uses deepcopy instead, so this way, we never modify that fixture. Change-Id: Ib88feee7d7fe72c66b4e8af510f9f28411ac47df
Team and repository tags
oslo.policy
The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.policy/latest/
- Source: https://git.openstack.org/cgit/openstack/oslo.policy
- Bugs: https://bugs.launchpad.net/oslo.policy
- Blueprints: https://blueprints.launchpad.net/oslo.policy
- Release Notes: https://docs.openstack.org/releasenotes/oslo.policy
Description
Languages
Python
100%