Skip to content

Commit

Permalink
Fix openvswitch on deb systems
Browse files Browse the repository at this point in the history
on deb doca ovs called doca-openvswitch-switch
  • Loading branch information
filanov committed Aug 1, 2024
1 parent 732995a commit 611e70e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/openvswitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ 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',
Expand Down

0 comments on commit 611e70e

Please sign in to comment.