components/openstack/neutron/patches/10-interface-driver-entry-point.patch
author Girish Moodalbail <Girish.Moodalbail@oracle.COM>
Tue, 15 Nov 2016 18:00:12 -0800
changeset 7315 5cc40226273b
parent 6848 8e252a37ed0d
permissions -rw-r--r--
PSARC/2016/531 OpenStack Neutron Security Groups 24691270 add support for OpenStack Neutron Security Groups

The Solaris OVS Interface driver and Solaris PF security group driver need to
be added to the list of entry points in order to be discovered and loaded by
stevedore.

--- neutron-8.1.2/setup.cfg	2016-06-09 18:50:09.000000000 -0700
+++ new/setup.cfg	2016-09-08 22:28:20.271867703 -0700
@@ -155,12 +155,13 @@
 	ivs = neutron.agent.linux.interface:IVSInterfaceDriver
 	linuxbridge = neutron.agent.linux.interface:BridgeInterfaceDriver
 	null = neutron.agent.linux.interface:NullDriver
-	openvswitch = neutron.agent.linux.interface:OVSInterfaceDriver
+	openvswitch = neutron.agent.solaris.interface:OVSInterfaceDriver
 neutron.agent.firewall_drivers = 
 	noop = neutron.agent.firewall:NoopFirewallDriver
 	iptables = neutron.agent.linux.iptables_firewall:IptablesFirewallDriver
 	iptables_hybrid = neutron.agent.linux.iptables_firewall:OVSHybridIptablesFirewallDriver
 	openvswitch = neutron.agent.linux.openvswitch_firewall:OVSFirewallDriver
+	pf = neutron.agent.solaris.pf_firewall:PFFirewallDriver
 
 [build_sphinx]
 all_files = 1