d14b379d1c
Neutron ignores rule in policy file [0], that allows non-admin users to create subnets with segment_id. [0] https://github.com/openstack/neutron/blob/master/etc/policy.json#L19 Change-Id: I313aadc53f728663fd774957c1bd92247d1513ca Partial-Bug: 1784259
8 lines
238 B
YAML
8 lines
238 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Change API to enforce policy rules for subnet entities with specified
|
|
segment_ids, to fix a broken implementation of that policy enforcement.
|
|
Bug: `1784259 <https://bugs.launchpad.net/neutron/+bug/1784259>`_
|
|
|