Comment 1 for bug 1559758

Revision history for this message
Laszlo Hegedus (laszlo-hegedus) wrote :

Hi,

I managed to reproduce the issue in DevStack on current master.

2016-05-03 08:01:04 CEST | ERROR | collector | monasca_agent.collector.checks.check.libvirt(check.py:248) | Check 'libvirt' instance #0 failed
Traceback (most recent call last):
  File "/opt/monasca-agent/local/lib/python2.7/site-packages/monasca_agent/collector/checks/check.py", line 246, in run
    self.check(instance)
  File "/opt/monasca-agent/lib/python2.7/site-packages/monasca_agent/common/../collector/checks_d/libvirt.py", line 428, in check
    for inst in insp._get_connection().listAllDomains():
AttributeError: 'Inspector' object has no attribute '_get_connection'

I'd like to look into this and try to find a solution if no one is working on it right now.