I have read through ovsdb / openstack (helium), but I have issues identifiying the actual ovs port creation.
Following from PortHandler.neutronPortCreated the only output I found is flow programming related. But what I want to see is where ovs ports are created through ovsdb.
To be more specific I would like to see the part where the ovs ports and ovs interfaces are created by ovsdb, which are attached to tap devices to enable connectivity to VM instances in an openstack environment.
I assume that the opendaylight.neutron bundle itself is only responsible for the northbound API to the neutron ml2 plugin and opendaylight.ovsdb does
all the work regarding to ovs.