~tribaal/charms/trusty/quantum-gateway-mac-address-fix/trunk

« back to all changes in this revision

Viewing changes to templates/folsom/dhcp_agent.ini

  • Committer: James Page
  • Date: 2014-04-16 08:28:29 UTC
  • mfrom: (41.3.49 quantum-gateway)
  • Revision ID: james.page@canonical.com-20140416082829-o7ojjk3oes6ksb69
[yolanda.robla,james-page,hazmat,r=james-page,t=*]

Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
4
4
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
5
5
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
6
 
{% if plugin == 'nvp' %}
 
6
{% if plugin == 'nvp' -%}
7
7
ovs_use_veth = True
8
8
enable_metadata_network = True
9
9
enable_isolated_metadata = True
10
 
{% endif %}
 
10
{% endif -%}