Skip to content

Commit

Permalink
Enable send_arp_for_ha_count in nova.conf
Browse files Browse the repository at this point in the history
- Add attribute for send_arp_for_ha_count in nova conf provider to match
  functionality in quantum/neutron l3_agent.ini

See rcbops/chef-cookbooks#877
  • Loading branch information
claco committed Mar 14, 2014
1 parent d6f488d commit 00ae912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
network_options["dmz_cidr"] = node[net_provider]["network"]["dmz_cidr"]
network_options["force_dhcp_release"] = node[net_provider]["network"]["force_dhcp_release"]
network_options["send_arp_for_ha"] = node[net_provider]["network"]["send_arp_for_ha"]
network_options["send_arp_for_ha_count"] = node[net_provider]["network"]["send_arp_for_ha_count"]
network_options["auto_assign_floating_ip"] = node[net_provider]["network"]["auto_assign_floating_ip"]
network_options["dhcp_domain"] = node[net_provider]["network"]["dhcp_domain"]
network_options["dhcpbridge_flagfile"] = "/etc/nova/nova.conf"
Expand Down

0 comments on commit 00ae912

Please sign in to comment.