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
This commit is contained in:
Ihar Hrachyshka 2015-11-13 12:26:55 +01:00
parent 8ee67e477c
commit 63db82ac40
1 changed files with 1 additions and 3 deletions

View 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,