]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Undeprecate force_gateway_on_subnet option
authorIhar Hrachyshka <ihrachys@redhat.com>
Fri, 13 Nov 2015 11:26:55 +0000 (12:26 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Fri, 13 Nov 2015 11:26:55 +0000 (12:26 +0100)
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

index 1f07ba00a0da966acff926db62d9288831db81f4..a6ea79dfe9698637433e08f83c51383516c8ba61 100644 (file)
@@ -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,