yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #57768
[Bug 1633337] [NEW] There is no event send out when floating updated
Public bug reported:
We register the event with this constant
https://github.com/openstack/neutron/blob/master/neutron/callbacks/resources.py#L16,
It is the string 'floating_ip'.
But from the log message "Notify callbacks [] for floatingip,
before_response", the resource name is 'floatingip'. There is no '_'.
Due to this different name for the resource, there is no event send out
when floating ip updated.
** Affects: neutron
Importance: Undecided
Assignee: Alex Xu (xuhj)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Alex Xu (xuhj)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1633337
Title:
There is no event send out when floating updated
Status in neutron:
New
Bug description:
We register the event with this constant
https://github.com/openstack/neutron/blob/master/neutron/callbacks/resources.py#L16,
It is the string 'floating_ip'.
But from the log message "Notify callbacks [] for floatingip,
before_response", the resource name is 'floatingip'. There is no '_'.
Due to this different name for the resource, there is no event send
out when floating ip updated.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1633337/+subscriptions
Follow ups