class SchedulerManager not found while trying to start nova-scheduler

Bug #735295 reported by Christian Berendt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
New
Undecided
Unassigned

Bug Description

after updating my rpm packages to bzr rev 802 i'm not able to start nova-scheduler. fails with the following error.

011-03-15 08:02:23,799 DEBUG nova.utils [-] Inner Exception: No module named novaclient from (pid=7439) import_class /usr/lib64/python2.6/site-packages/nova/utils.py:64
2011-03-15 08:02:23,800 ERROR nova [-] in Service.create()
(nova): TRACE: Traceback (most recent call last):
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 264, in serve
(nova): TRACE: services = [Service.create()]
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 167, in create
(nova): TRACE: report_interval, periodic_interval)
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 72, in __init__
(nova): TRACE: manager_class = utils.import_class(self.manager_class_name)
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/utils.py", line 65, in import_class
(nova): TRACE: raise exception.NotFound(_('Class %s cannot be found') % class_str)
(nova): TRACE: NotFound: Class SchedulerManager cannot be found
(nova): TRACE:
2011-03-15 08:02:23,803 CRITICAL nova [-] Class SchedulerManager cannot be found
(nova): TRACE: Traceback (most recent call last):
(nova): TRACE: File "/usr/bin/nova-scheduler", line 48, in <module>
(nova): TRACE: service.serve()
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 264, in serve
(nova): TRACE: services = [Service.create()]
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 167, in create
(nova): TRACE: report_interval, periodic_interval)
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/service.py", line 72, in __init__
(nova): TRACE: manager_class = utils.import_class(self.manager_class_name)
(nova): TRACE: File "/usr/lib64/python2.6/site-packages/nova/utils.py", line 65, in import_class
(nova): TRACE: raise exception.NotFound(_('Class %s cannot be found') % class_str)
(nova): TRACE: NotFound: Class SchedulerManager cannot be found
(nova): TRACE:

Revision history for this message
Thierry Carrez (ttx) wrote :

python-novaclient is a new dependency. See for equivalent bug in ubuntu packaging: bug 734902

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.