How does ovs agent in Neutron create and update the state of a port to ACTIVE ?
I would like to create my own neutron service like dhcp or the l3 service in a network namespace and would like to get the plugin to update the port status to ACTIVE. I have found that by creating a internal port on the br-int with correct tag, I was able to ping to it through the router and a vm on the same subnet.
i know that I can use the /neutron/agent/linux/interface.py to configure the switch, but I am not sure if the ovs agent will update the port status via ovs plugin in the database