neutron/releasenotes/notes/allow-non-admins-to-define-external-extra-routes-0d541fc356a5c546.yaml
Cedric Brandily 3d5d378769 Allow non-admins to define "external" extra-routes
Currently non-admin users can create extra-routes when the nexthop is on
router-interfaces subnets but not on external-network subnet. Indeed
user permissions are used to get router ports in order to validate
nexthops BUT non-admin users don't "see" router port on its external
network.

This change uses an elevated context instead of user context to enable
non-admins to create "external" extra-routes.

APIImpact
Closes-Bug: #1538767
Change-Id: I08b1d8586a4cd241a3589e8cb7151b77ab679124
2016-02-21 14:41:17 +01:00

4 lines
75 B
YAML

---
features:
- Allow non-admin users to define "external" extra-routes.