From 7d6850fda5ae3a948406fe32241eee8d157621c3 Mon Sep 17 00:00:00 2001 From: Christoph Albers Date: Mon, 31 Jul 2017 15:09:22 +0200 Subject: [PATCH] Neutron OVS Interfacedriver name deprecation - now its just openvswitch Change-Id: Ibb67f0ed977b14f542650108c68b7db0ba24a768 --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 60c12bf7..0237a4ec 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -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