Hi,
I am new to openstack and badly in need of help.
When creating VM through openstack, ->VM in created on the compute node -> tap interface of the VM is connected to linux bridge -> linux bridge interface is connected to ovs-switch on "of-port"
After this neutron plugin api create_port() is called. Is there a way the above "of-port" number is provided in the port parameter of the create_port api.
I bumped into neutron portbindings.PROFILE extension, please let me know if these extensions can provide the of-port details. Any pointers regarding this will be very helpful.
Regards Dev