Neutron OVS Interfacedriver name deprecation

- now its just openvswitch

Change-Id: Ibb67f0ed977b14f542650108c68b7db0ba24a768
This commit is contained in:
Christoph Albers 2017-07-31 15:09:22 +02:00
parent b52090f002
commit 7d6850fda5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ default['openstack']['network']['dnsmasq']['upstream_dns_servers'] = %w(8.8.8.8
# ============================= DHCP Agent Configuration ===================
default['openstack']['network_dhcp']['config_file'] = '/etc/neutron/dhcp_agent.ini'
default['openstack']['network_dhcp']['conf'].tap do |conf|
conf['DEFAULT']['interface_driver'] = 'neutron.agent.linux.interface.OVSInterfaceDriver'
conf['DEFAULT']['interface_driver'] = 'openvswitch'
conf['DEFAULT']['dnsmasq_config_file '] = '/etc/neutron/dnsmasq.conf'
end