neutron-lib/releasenotes/notes/advsvc-role-support-d4f1c532264b729a.yaml
Maciej Józefczyk 00147a7d70 Allow advsvc role to create port in foreign tenant
Change [1] introduced support for advsvc role. This added
possibility for user with role advsvc to make CRUD operations
on ports, subnets and networks in foreign tenants.
Due the check in _validate_privileges() it was not working.
This patch fixes that.

Closes-Bug: #1796854

[1] https://review.openstack.org/#/c/101281

Change-Id: I6a3f91337bf8dd32012a75916e3409e30f46b50d
2018-10-22 08:21:39 +00:00

5 lines
134 B
YAML

---
fixes:
- Bug `1796854 <https://bugs.launchpad.net/neutron/+bug/1796854>`_ is fixed
by validating if advsvc context is used.