OpenStack Networking (Neutron)
d5edb080b0
In patch [1] handle of networks with "shared" flag set to True was fixed and it is now possible to use "rule:shared" in API policy in actions related e.g. to ports or subnets. But network can be shared with some specific tenant only by doing it with RBAC mechanism and in such case it didn't work with [1] only. It was like that because context.get_admin_context() was used to get network so this returned network had got shared=False set even if request comes from tenant for which network was shared through RBAC. Now network will be always get with context which have got set proper tenant_id so "shared" flag will be set properly even in case if it's shared through RBAC. [1] https://review.opendev.org/#/c/652636/ Change-Id: I38615c0d18bb5a1f22f3e7865ce24615a540aa9a Closes-Bug: #1833455 |
||
---|---|---|
api-ref | ||
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst