Code review comment for lp:~jkakar/landscape-client/include-eucalyptus-by-default

Revision history for this message
Kevin McDermott (bigkevmcd) wrote :

2010-08-13 11:38:20,718 ERROR [MainThread] No module named imagestore.lib.service
Traceback (most recent call last):
  File "./landscape/manager/eucalyptus.py", line 141, in send_message
    service_hub = self._service_hub_factory(data_path)
  File "./landscape/manager/eucalyptus.py", line 219, in start_service_hub
    from imagestore.lib.service import ServiceHub
ImportError: No module named imagestore.lib.service
2010-08-13 11:38:20,719 INFO [MainThread] Couldn't start service hub. 'eucalyptus-info' plugin has been disabled.

I don't think we should allow this traceback to appear in the logs, and it's unlikely that we want imagestore to become a dependency of landscape-client ?

review: Needs Fixing

« Back to merge proposal