diff options
-rw-r--r-- | sos/plugins/ovn_central.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/ovn_central.py b/sos/plugins/ovn_central.py index 41b48415..c74bf403 100644 --- a/sos/plugins/ovn_central.py +++ b/sos/plugins/ovn_central.py @@ -138,7 +138,7 @@ class OVNCentral(Plugin): class RedHatOVNCentral(OVNCentral, RedHatPlugin): - packages = ('openvswitch-ovn-central', ) + packages = ('openvswitch-ovn-central', 'ovn2.*-central', ) class DebianOVNCentral(OVNCentral, DebianPlugin, UbuntuPlugin): |