[Bug 1965819] Re: list object has no attribute 'acked'

2022-05-13 Thread OpenStack Infra
Reviewed:  https://review.opendev.org/c/openstack/neutron/+/840744
Committed: 
https://opendev.org/openstack/neutron/commit/a2d65cecdee746f4b8b6e42348c4bd9206e12cfd
Submitter: "Zuul (22348)"
Branch:stable/ussuri

commit a2d65cecdee746f4b8b6e42348c4bd9206e12cfd
Author: Terry Wilson 
Date:   Tue Mar 22 04:12:08 2022 +

Fix setting table monitoring conditions

After the monitor_cond_since/update3 support patch in ovs
(46d44cf3be0), directly setting table.condition is broken. This
isn't something that was every truly supported. Prior to that
patch, using Idl.cond_change() before a connection was made
did not work, but after that patch it does.

This patch uses the old behavior when the OVS library does not
have the ConditionState object, and uses cond_change() otherwise.

Related-Bug: #1965819
Change-Id: I0503037b803a3c99fb7988bc20394c111ac456db
(cherry picked from commit 37c2e6b708678d2e648f111d102b6394f4e704b0)


** Tags added: in-stable-ussuri

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965819] Re: list object has no attribute 'acked'

2022-04-26 Thread OpenStack Infra
Reviewed:  https://review.opendev.org/c/openstack/neutron/+/838883
Committed: 
https://opendev.org/openstack/neutron/commit/37c2e6b708678d2e648f111d102b6394f4e704b0
Submitter: "Zuul (22348)"
Branch:stable/victoria

commit 37c2e6b708678d2e648f111d102b6394f4e704b0
Author: Terry Wilson 
Date:   Tue Mar 22 04:12:08 2022 +

Fix setting table monitoring conditions

After the monitor_cond_since/update3 support patch in ovs
(46d44cf3be0), directly setting table.condition is broken. This
isn't something that was every truly supported. Prior to that
patch, using Idl.cond_change() before a connection was made
did not work, but after that patch it does.

This patch uses the old behavior when the OVS library does not
have the ConditionState object, and uses cond_change() otherwise.

Related-Bug: #1965819
Change-Id: I0503037b803a3c99fb7988bc20394c111ac456db
(cherry picked from commit a13a4cb2da03e2cdce04b0e7b4bc30e44ebdbd02)


** Tags added: in-stable-victoria

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965819] Re: list object has no attribute 'acked'

2022-04-05 Thread Launchpad Bug Tracker
This bug was fixed in the package neutron - 2:20.0.0-0ubuntu2

---
neutron (2:20.0.0-0ubuntu2) jammy; urgency=medium

  * Fix broken behavior after recent OVS update (LP: #1965819):
- d/control: Align with accompanying fix for python-ovsdbapp.
- d/p/fix-setting-table-monitoring-conditions.patch: Cherry-picked
  from upstream.

 -- Corey Bryant   Mon, 04 Apr 2022 16:35:12
-0400

** Changed in: neutron (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965819] Re: list object has no attribute 'acked'

2022-04-05 Thread Launchpad Bug Tracker
This bug was fixed in the package python-ovsdbapp - 1.15.1-0ubuntu2

---
python-ovsdbapp (1.15.1-0ubuntu2) jammy; urgency=medium

  * d/p/fix-broken-behavior-after-recent-OVS-update.patch: Cherry-picked
from upstream to fix broken behavior after recent OVS update
(LP: #1965819).

 -- Corey Bryant   Mon, 04 Apr 2022 16:30:53
-0400

** Changed in: python-ovsdbapp (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965819] Re: list object has no attribute 'acked'

2022-04-05 Thread James Page
** Changed in: neutron (Ubuntu)
   Status: Triaged => In Progress

** Changed in: python-ovsdbapp (Ubuntu)
   Status: Triaged => In Progress

** Changed in: neutron (Ubuntu)
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

** Changed in: python-ovsdbapp (Ubuntu)
 Assignee: (unassigned) => Corey Bryant (corey.bryant)

** Changed in: neutron (Ubuntu)
Milestone: None => ubuntu-22.04

** Changed in: python-ovsdbapp (Ubuntu)
Milestone: None => ubuntu-22.04

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1965819] Re: list object has no attribute 'acked'

2022-04-04 Thread Corey Bryant
** Also affects: python-ovsdbapp (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: python-ovsdbapp (Ubuntu)
   Status: New => Triaged

** Changed in: python-ovsdbapp (Ubuntu)
   Importance: Undecided => High

** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: neutron (Ubuntu)
   Status: New => Triaged

** Changed in: neutron (Ubuntu)
   Importance: Undecided => High

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

Title:
  list object has no attribute 'acked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/networking-ovn/+bug/1965819/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs