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 03b056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/report/plugins/openvswitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 03b056a

Please sign in to comment.