aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Lloyd <trent@lloyd.id.au>2019-08-13 15:38:49 +0800
committerPavel Moravec <pmoravec@redhat.com>2019-08-25 22:47:16 +0200
commitaca6bd4f93b4ae5bbb1fe90dffa55297fd5fc36f (patch)
tree454fb979e3001e58ad71a36b9928c520cff19025
parent46fc58c79f6f0441d55e3fd524dccacc0ed84132 (diff)
downloadsos-aca6bd4f93b4ae5bbb1fe90dffa55297fd5fc36f.tar.gz
[openstack_octavia] fix debian/ubuntu package name
The correct package name for Debian/Ubuntu is 'octavia-common' rather than 'openstack-octavia-common' (which was from RedHat). Resolves: #1751 Signed-off-by: Trent Lloyd <trent@lloyd.id.au> Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
-rw-r--r--sos/plugins/openstack_octavia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/openstack_octavia.py b/sos/plugins/openstack_octavia.py
index 86a91dc1..76b2ecd5 100644
--- a/sos/plugins/openstack_octavia.py
+++ b/sos/plugins/openstack_octavia.py
@@ -103,7 +103,7 @@ class OpenStackOctavia(Plugin):
class DebianOctavia(OpenStackOctavia, DebianPlugin, UbuntuPlugin):
- packages = ('openstack-octavia-common',)
+ packages = ('octavia-common',)
class RedHatOctavia(OpenStackOctavia, RedHatPlugin):