From 03b056a9fa84f816f646a9f5bd3ae5d18c9d543d Mon Sep 17 00:00:00 2001 From: Michael Filanov Date: Thu, 1 Aug 2024 12:51:55 +0300 Subject: [PATCH] Fix openvswitch on deb systems on deb doca ovs called doca-openvswitch-switch --- sos/report/plugins/openvswitch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/report/plugins/openvswitch.py b/sos/report/plugins/openvswitch.py index b12b438f1e..4001798ba3 100644 --- a/sos/report/plugins/openvswitch.py +++ b/sos/report/plugins/openvswitch.py @@ -416,7 +416,7 @@ class RedHatOpenVSwitch(OpenVSwitch, RedHatPlugin): class DebianOpenVSwitch(OpenVSwitch, DebianPlugin, UbuntuPlugin): - packages = ('openvswitch-switch', 'nuage-openvswitch', 'doca-openvswitch') + packages = ('openvswitch-switch', 'nuage-openvswitch', 'doca-openvswitch-switch') files = ( '/var/snap/openstack-hypervisor/common/etc/openvswitch/system-id.conf',