diff --git a/hooks/charmhelpers/contrib/python/__init__.py b/hooks/charmhelpers/contrib/python/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/templates/icehouse/dhcp_agent.ini b/templates/icehouse/dhcp_agent.ini index 3db3b6ba..a49feef7 100644 --- a/templates/icehouse/dhcp_agent.ini +++ b/templates/icehouse/dhcp_agent.ini @@ -17,4 +17,4 @@ dnsmasq_config_file = /etc/neutron/dnsmasq.conf enable_metadata_network = True enable_isolated_metadata = True -ovs_use_veth = False +ovs_use_veth = True diff --git a/templates/mitaka/dhcp_agent.ini b/templates/mitaka/dhcp_agent.ini index ead680fa..224d2c2e 100644 --- a/templates/mitaka/dhcp_agent.ini +++ b/templates/mitaka/dhcp_agent.ini @@ -30,7 +30,7 @@ dhcp_domain = {{ dns_domain }} enable_metadata_network = True enable_isolated_metadata = True -ovs_use_veth = False +ovs_use_veth = True [AGENT] {% if availability_zone -%} diff --git a/templates/ocata/dhcp_agent.ini b/templates/ocata/dhcp_agent.ini index 64dc70c9..1c3cd3b7 100644 --- a/templates/ocata/dhcp_agent.ini +++ b/templates/ocata/dhcp_agent.ini @@ -31,7 +31,7 @@ enable_metadata_network = True force_metadata = True enable_isolated_metadata = True -ovs_use_veth = False +ovs_use_veth = True [AGENT] {% if availability_zone -%}