Use veth everywhere
This commit is contained in:
parent
996ddcd564
commit
6ff4a90498
@ -3,8 +3,8 @@ state_path = /var/lib/neutron
|
||||
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
||||
dhcp_driver = neutron.agent.linux.dhcp.Dnsmasq
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
{% if plugin == 'nvp' %}
|
||||
ovs_use_veth = True
|
||||
{% if plugin == 'nvp' %}
|
||||
enable_metadata_network = True
|
||||
enable_isolated_metadata = True
|
||||
{% endif %}
|
||||
|
@ -6,3 +6,4 @@ admin_tenant_name = {{ service_tenant }}
|
||||
admin_user = {{ service_username }}
|
||||
admin_password = {{ service_password }}
|
||||
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
||||
ovs_use_veth = True
|
||||
|
Loading…
Reference in New Issue
Block a user