You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment disabling/enabling Load Balancer created with the OVN
provider will act in reverse. This is due to reffering to actual state
of the Load Balancer rather then intended state while fetching list of
VIPs that should be defined in OVN.
A mistake was made when ovn_lb.external_ids was attempted to be
updated as object is protected and update simply do not pass.
Thus, we create a copy of it and pass to the _refresh_lb_vips instead.
Closes-Bug: #2086194
Change-Id: I6271079879d6bb724092a4693c7663034f4e2b9d
0 commit comments