From 63db82ac40abbf752b45953e4d29e7c1e98b2f2a Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Fri, 13 Nov 2015 12:26:55 +0100 Subject: [PATCH] Undeprecate force_gateway_on_subnet option There are valid use cases for gateways outside of subnet range. F.e. deployers may decide to provide external connectivity in that way, by injecting link routes. Change-Id: I18a78adff1106129fd59eaa5be315fcf6ba70cc4 --- neutron/common/config.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/neutron/common/config.py b/neutron/common/config.py index 1f07ba00a..a6ea79dfe 100644 --- a/neutron/common/config.py +++ b/neutron/common/config.py @@ -101,9 +101,7 @@ core_opts = [ cfg.BoolOpt('force_gateway_on_subnet', default=True, help=_("Ensure that configured gateway is on subnet. " "For IPv6, validate only if gateway is not a link " - "local address. Deprecated, to be removed during the " - "K release, at which point the check will be " - "mandatory.")), + "local address.")), cfg.BoolOpt('notify_nova_on_port_status_changes', default=True, help=_("Send notification to nova when port status changes")), cfg.BoolOpt('notify_nova_on_port_data_changes', default=True, -- 2.45.2