Hello guys,

I've installed Aeolus to test with my RHEV (oVirt in reality ;)) and I was following the step-by-step guide to use it (the aeolus site is excellent for this!!).

But I've a problem running the image builder step. I've created the Fedora Template, like in the example, but Image build failed and, on the log, I can find a connection problem (I think):

2012-10-12 09:56:30,643 INFO oz.Guest.FedoraGuest thread(a236ac0d) Message: Cleaning up guest named factory-build-a236ac0d-c2fe-4daa-b8f9-dbdee4fa3e22
2012-10-12 09:56:30,646 INFO oz.Guest.FedoraGuest thread(a236ac0d) Message: Cleaning up after install
2012-10-12 09:56:30,660 DEBUG imgfac.builders.BaseBuilder.Fedora_rhevm_Builder thread(a236ac0d) Message: Exception caught in ImageFactory
2012-10-12 09:56:30,960 DEBUG imgfac.builders.BaseBuilder.Fedora_rhevm_Builder thread(a236ac0d) Message: Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/imgfac/builders/Fedora_rhevm_Builder.py", line 66, in build_image
    self.build_upload(build_id)
  File "/usr/lib/python2.7/site-packages/imgfac/builders/Fedora_rhevm_Builder.py", line 113, in build_upload
    libvirt_xml = guest.install(self.app_config["timeout"])
  File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1516, in install
    return self._do_install(timeout, force, 0)
  File "/usr/lib/python2.7/site-packages/oz/Guest.py", line 1497, in _do_install
    dom = self.libvirt_conn.createXML(xml, 0)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2420, in createXML
    if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirtError: Unable to read from monitor: Connection reset by peer


But I could make connection to RHEV-M during the user/credential step. Any help on this is welcome!!

Thanks
Marco