yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #85899
[Bug 1925836] Re: [OVN] OVN metada should not need to monitor the enterily Chassis table
Reviewed: https://review.opendev.org/c/openstack/neutron/+/787780
Committed: https://opendev.org/openstack/neutron/commit/ce2c0010b93680bdcb6619940a84f8602769b837
Submitter: "Zuul (22348)"
Branch: master
commit ce2c0010b93680bdcb6619940a84f8602769b837
Author: Lucas Alvares Gomes <lucasagomes@xxxxxxxxx>
Date: Fri Apr 23 17:32:07 2021 +0100
[OVN] MetadataProxyHandler to conditionally monitor both Chassis's tables
If both Chassis and Chassis_Private tables are passed to the
MetadataProxyHandler class we should conditionally monitor both of them.
Change-Id: Iffd1deb977e92b9a600ab2603408ddf2eb387e18
Co-Authored-By: Terry Wilson <twilson@xxxxxxxxxx>
Closes-Bug: #1925836
Signed-off-by: Lucas Alvares Gomes <lucasagomes@xxxxxxxxx>
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1925836
Title:
[OVN] OVN metada should not need to monitor the enterily Chassis table
Status in neutron:
Fix Released
Bug description:
If both "Chassis" and "Chassis_Private" tables are passed to the
MetadataProxyHandler class [0] the code will only limit the monitoring
of the "Chassis_Private" table [1].
Ideally, both tables should be conditionally monitored instead.
[0]
https://github.com/openstack/neutron/blob/1ad9ca56b07ffdc9f7e0bc6a62af61961b9128eb/neutron/agent/ovn/metadata/agent.py#L240-L242
[1]
https://github.com/openstack/neutron/blob/1ad9ca56b07ffdc9f7e0bc6a62af61961b9128eb/neutron/agent/ovn/metadata/ovsdb.py#L41-L44
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1925836/+subscriptions
References