Neutron portbindings.PROFILE
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.
We are not using ML2 plugin, instead a monolithic plugin like bigswitch restproxyplugin is used. I bumped into neutron portbindings.PROFILE extension, please let me know if these extensions can provide the of-port details while using the above monolithic plugin. Any pointers regarding this will be very helpful.
Regards Dev