OpenStack library for messaging
c1b606f77e
We encountered bug 2037312 in unit tests when attempting to get this change rolled out. Heat apparently will attempt to set is_admin using policy logic if it's not passed in for a new context; this breaks as the context we are requested doesn't have all the needed information to exercise the policy logic. is_admin is just a bool; it's not sensitive; easiest route forward is to add it to the safe list Closes-bug: 2037312 Change-Id: I78b08edfcb8115cddd7de9c6c788c0a57c8218a8 |
||
---|---|---|
doc | ||
etc | ||
oslo_messaging | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pre-commit-config.yaml | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.messaging/latest/
- Source: https://opendev.org/openstack/oslo.messaging
- Bugs: https://bugs.launchpad.net/oslo.messaging
- Release notes: https://docs.openstack.org/releasenotes/oslo.messaging/