3e6d602f54
Currently 'force_gateway_on_subnet' configuration is set to True by default and enforces the subnet on to the gateway. With the fix in https://review.openstack.org/#/c/233287/, gateway outside the subnet can be added, and the configuration option now has lost its significance. With this patch, the configuration option is deprecated. It should be removed in Newton release, and the system should always allow gateway outside the subnet. This patch is dependent on the fix for adding gateway outside the subnet, mentioned above. DocImpact: 'force_gateway_on_subnet' description should be updated in the docs and marked as deprecated to be removed in the Newton release. Change-Id: I28b3d7add303ee479fc071c1de142b0f7811e4e5 Closes-Bug: #1335023 Closes-Bug: #1398768
5 lines
120 B
YAML
5 lines
120 B
YAML
---
|
|
deprecations:
|
|
- The 'force_gateway_on_subnet' option is deprecated and
|
|
will be removed in the 'Newton' cycle.
|