Comment 2 for bug 1598081

Revision history for this message
Armando Migliaccio (armando-migliaccio) wrote :

Some food for thought, ideally what you need can always be realized via some sort of callback, ML2 mechanism that access the internals of the Neutron logical model. That obviously has the drawback of tighter integration with Neutron, but if you care about forcing a status change of Neutron ports you are coupled with Neutron anyway :)

I'd lean more on providing a Python API for triggering a port status change than changing the REST API, but I am happy to hear other opinions.