~opnfv-team/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/kilo/neutron.conf

  • Committer: David Ames
  • Date: 2016-01-21 19:36:42 UTC
  • mfrom: (164.2.3 neutron-api)
  • Revision ID: david.ames@canonical.com-20160121193642-gmqqo4f0kl7cx7nf
[tinwood, r=thedac] Fixes Bug#1475534 Added config option 'dhcp-agents-per-network'

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
{% if neutron_plugin == 'Calico' -%}
53
53
dhcp_agents_per_network = 1000
 
54
{% else -%}
 
55
dhcp_agents_per_network = {{ dhcp_agents_per_network }}
54
56
{% endif -%}
55
57
 
56
58
notify_nova_on_port_status_changes = True