← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1527668] [NEW] Service plugins need to be notified if a port belonging to a service instance they manage is updated

 

Public bug reported:

Service plugins need to know if a port belonging to a service instance
they manage is updated.

For eg:
If an interface on a router managed by a service plugin is disabled/enabled by setting the corresponding port  admin_state_up as false/true respectively, then the service plugin should be notofied. Currently the modification is done in the update_port function defined in the ml2/plugin.py only. No further notification is sent to any service plugin

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1527668

Title:
  Service plugins need to be notified if a port belonging to a service
  instance they manage is updated

Status in neutron:
  New

Bug description:
  Service plugins need to know if a port belonging to a service instance
  they manage is updated.

  For eg:
  If an interface on a router managed by a service plugin is disabled/enabled by setting the corresponding port  admin_state_up as false/true respectively, then the service plugin should be notofied. Currently the modification is done in the update_port function defined in the ml2/plugin.py only. No further notification is sent to any service plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1527668/+subscriptions


Follow ups