Opendaylight with HW Openflow switch (no ovs)
Hello,
I have a Control node with 2 compute notes(No Network node) with Neutron ml2 plugin configured to use Linuxbridge to access provider (no OVS ).
I have an independent ODL application that controls physical OpenFlow switches which interconnects the compute nodes and the control node on provider network.
I want my ODL app to get Openstack networking informations through the REST interface, but when I configure neutron ml2 plugin to use opendaylight It does not work anymore, bridges are not created ,and no REST message sent to ODL.
Here is the old configuration:
[ml2]
type_drivers = flat,vlan
tenant_network_types =
mechanism_drivers = linuxbridge
extension_drivers = port_security
And this is new one:
[ml2]
type_drivers = flat,vlan
tenant_network_types =
mechanism_drivers = opendaylight
extension_drivers = port_security
[ml2_odl]
password = admin
username = admin
url = http://odlapp:8181/restconf/operational/