[Bug 2086660] [NEW] Update notification data is not user request data

Hoyoun Lee 2086660 at bugs.launchpad.net
Tue Nov 5 06:11:16 UTC 2024


Public bug reported:

https://github.com/openstack/octavia/blob/df85248493f9f1a94de1f1c36a7b87fc6515a28a/octavia/controller/worker/v2/flows/load_balancer_flows.py#L386

When modifying the loadbalancer, the event data being passed is not appropriate.
Compared to other components (nova, manila...), event data for modification conveys data after change. 
However, the loadbalancer is delivering data before changes, so it is not possible to know which request was delivered through event data.

The reason for this is that the data retrieved from the DB before the
data change is passed on to the event data object and used, so this part
seems to need to be changed.

** Affects: octavia (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to octavia in Ubuntu.
https://bugs.launchpad.net/bugs/2086660

Title:
  Update notification data is not user request data

Status in octavia package in Ubuntu:
  New

Bug description:
  https://github.com/openstack/octavia/blob/df85248493f9f1a94de1f1c36a7b87fc6515a28a/octavia/controller/worker/v2/flows/load_balancer_flows.py#L386

  When modifying the loadbalancer, the event data being passed is not appropriate.
  Compared to other components (nova, manila...), event data for modification conveys data after change. 
  However, the loadbalancer is delivering data before changes, so it is not possible to know which request was delivered through event data.

  The reason for this is that the data retrieved from the DB before the
  data change is passed on to the event data object and used, so this
  part seems to need to be changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/octavia/+bug/2086660/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list