yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #96238
[Bug 2119097] Fix merged to neutron (master)
Reviewed: https://review.opendev.org/c/openstack/neutron/+/956147
Committed: https://opendev.org/openstack/neutron/commit/c4fdba258287e6087b4d023c1286f89869624316
Submitter: "Zuul (22348)"
Branch: master
commit c4fdba258287e6087b4d023c1286f89869624316
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date: Wed Jul 30 09:01:43 2025 +0000
[OVN] The OVN agent should handle its own tags and status
The OVN agent should handle its own tags, written in the
"Chassis_Private.external_ids" dictionary. These are:
* neutron:ovn-neutron-agent-sb-cfg
* neutron:description-neutron-agent
* neutron:ovn-neutron-agent-id
The "metadata" extension should not create nor update these tags.
This patch removes from the "metadata" extension the
``SbGlobalUpdateEvent`` and ``ChassisPrivateCreateEvent`` events.
Partial-Bug: #2119097
Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Change-Id: I7f0ecf8f8727e363d98e981948c999305ae33426
** 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/2119097
Title:
[OVN] The OVN agent "metadata" extension is registering the OVN
Metadata agent tags
Status in neutron:
Fix Released
Bug description:
The "OVN agent" "metadata" extension is now:
* Registering the "OVN Metadata agent" tags, when ``ChassisPrivateCreateEvent`` is called. This is wrong; only the "OVN agent" should register itself the OVN agent tags. The "OVN Metadata agent" tags should not be used here.
* It is also attending the "SB_Global" events to update the "OVN Metadata agent" CFG key. That is currently done by the "OVN agent" using the correct tag.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2119097/+subscriptions
References