Merge "Deprecate send_arp_for_ha option"

This commit is contained in:
Jenkins 2016-11-08 05:10:06 +00:00 committed by Gerrit Code Review
commit e55bad8256
2 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,7 @@ OPTS = [
default=9697,
help=_("TCP Port used by Neutron metadata namespace proxy.")),
cfg.IntOpt('send_arp_for_ha',
deprecated_for_removal=True,
default=3,
help=_("Send this many gratuitous ARPs for HA setup, if "
"less than or equal to 0, the feature is disabled")),

View File

@ -0,0 +1,5 @@
---
deprecations:
- L3 agent send_arp_for_ha configuration option is deprecated and will be
removed in Pike. The functionality will remain and the agent will send
three gratuitious ARPs whenever a new floating IP is configured.