yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #96536
[Bug 2058712] Re: [openvswitch-agent] Trunk extension should not be loaded if service plugin is disabled
Reviewed: https://review.opendev.org/c/openstack/neutron/+/913979
Committed: https://opendev.org/openstack/neutron/commit/90d5b388e1faa51642e01f6f99de021ec31fde16
Submitter: "Zuul (22348)"
Branch: master
commit 90d5b388e1faa51642e01f6f99de021ec31fde16
Author: Julien Cosmao <julien.cosmao@xxxxxxxxxxxx>
Date: Mon Apr 8 13:32:13 2024 +0000
Add a new option to skip loading Trunk extension
On OVS agent, trunk extension is always loaded. If trunk plugin is not
enabled server side, we don't want to enable extension on agent side.
It will avoid declaration of RPCServer for Trunk and SubPort objects.
To effectively disable the trunk extension, let's introduce a new
parameter under [OVS] group so that an operator turn that setting off.
The default value will stay True for now to keep backward compatibility
with previous deployments.
Closes-bug: #2058712
Change-Id: I94602d5f3159d9a2d5b988c9ab6cdd20dfd4af5b
Signed-off-by: Arnaud Morin <arnaud.morin@xxxxxxxxxxxx>
** 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/2058712
Title:
[openvswitch-agent] Trunk extension should not be loaded if service
plugin is disabled
Status in neutron:
Fix Released
Bug description:
Even if "trunk" service plugin is not enabled on server side, ovs
agent register extension at boot via init_handler.
This declare unecessary RPC server and then create/listen on queues
neutron-vo-(Trunk|SubPort)...
Registering this extension on agent side should be conditionnal.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2058712/+subscriptions
References