neutron/releasenotes/notes/remove-force_gateway_on_subnet-77cb79f0b35d0c6d.yaml
Sreekumar S 7215168b11 Removing 'force_gateway_on_subnet' option
With this fix 'force_gateway_on_subnet' configuration
option is removed, and gateway outside the subnet is
always allowed. Gateway cannot be forced onto to the
subnet range.

DocImpact: All references of 'force_gateway_on_subnet'
configuration option and its description should be
removed from the docs.

Change-Id: I1a676f35828e46fcedf339235ef7be388341f91e
Closes-Bug: #1548193
2016-03-23 12:14:26 +05:30

12 lines
409 B
YAML

---
fixes:
- Fixes Bug 1548193, removing 'force_gateway_on_subnet'
configuration option. This will always allow adding
gateway outside the subnet, and gateway cannot be
forced onto the subnet range.
other:
- The configuration option 'force_gateway_on_subnet'
is removed. This will always allow adding gateway
outside the subnet, and gateway cannot be forced
onto the subnet range.