~jacekn/charms/precise/quantum-gateway/dnsmasq-fix

« back to all changes in this revision

Viewing changes to templates/havana/dhcp_agent.ini

  • Committer: Jacek Nykis
  • Date: 2014-03-11 16:58:23 UTC
  • Revision ID: jacek.nykis@canonical.com-20140311165823-xpalnydf6k33sk46
Add required dnsmasq.conf file as per openstack docs http://docs.openstack.org/admin-guide-cloud/content/openvswitch_plugin.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
1
5
[DEFAULT]
2
6
state_path = /var/lib/neutron
3
7
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
4
8
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
5
9
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
6
10
ovs_use_veth = True
 
11
dnsmasq_config_file = /etc/neutron/dnsmasq.conf
7
12
{% if plugin == 'nvp' %}
8
13
enable_metadata_network = True
9
14
enable_isolated_metadata = True