~corey.bryant/charms/trusty/quantum-gateway/end-of-life

« back to all changes in this revision

Viewing changes to templates/folsom/dhcp_agent.ini

  • Committer: Corey Bryant
  • Date: 2015-07-16 19:59:31 UTC
  • Revision ID: corey.bryant@canonical.com-20150716195931-2p7sloju2305jsfx
quantum-gateway charm has reached end-of-life

Strip all functionality from charm and issue status message
reporting end-of-life and pointing users to neutron-gateway charm.

Show diffs side-by-side

added added

removed removed

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