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 ?
2010-08-13 11:38:20,718 ERROR [MainThread] No module named imagestore. lib.service manager/ eucalyptus. py", line 141, in send_message hub_factory( data_path) manager/ eucalyptus. py", line 219, in start_service_hub lib.service import ServiceHub lib.service
Traceback (most recent call last):
File "./landscape/
service_hub = self._service_
File "./landscape/
from imagestore.
ImportError: No module named imagestore.
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 ?