aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/opendaylight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/opendaylight.py b/sos/plugins/opendaylight.py
index 33b4bdb3..44e12b01 100644
--- a/sos/plugins/opendaylight.py
+++ b/sos/plugins/opendaylight.py
@@ -22,7 +22,7 @@ class OpenDaylight(Plugin, RedHatPlugin):
plugin_name = 'opendaylight'
profiles = ('openstack', 'openstack_controller')
- packages = ('opendaylight',)
+ packages = ('opendaylight', 'puppet-opendaylight')
def setup(self):
self.add_copy_spec("/opt/opendaylight/etc/")