class get_connection cannot be found on Windows 2k8

Bug #705611 reported by Jordan Rinke
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Invalid
Undecided
Unassigned

Bug Description

Using the instructions here http://wiki.openstack.org/HypervInstall I installed nova-compute on a Windows 2k8 Hyper-v server. Attempting to run nova-compute produces the following error:

(nova.root 2011.1-LOCALBRANCH:LOCALREVISION): DEBUG [N/A] Inner Exception: No module named glance.client from MainProcess (pid=2512) import_class c:\openstack\n
ova\nova\utils.py:56
Traceback (most recent call last):
  File "nova-compute", line 44, in <module>
    service.serve()
  File "C:\openstack\nova\nova\service.py", line 228, in serve
    x.start()
  File "C:\openstack\nova\nova\service.py", line 79, in start
    **self.saved_kwargs)
  File "C:\openstack\nova\nova\compute\manager.py", line 112, in __init__
    self.driver = utils.import_object(compute_driver)
  File "C:\openstack\nova\nova\utils.py", line 66, in import_object
    cls = import_class(import_str)
  File "C:\openstack\nova\nova\utils.py", line 57, in import_class
    raise exception.NotFound(_('Class %s cannot be found') % class_str)
nova.exception.NotFound: Class get_connection cannot be found

Revision history for this message
Vish Ishaya (vishvananda) wrote : Re: [Bug 705611] [NEW] class get_connection cannot be found on Windows 2k8

Note the inner exception. It is trying to load glance. You will probably need to pip install glance.

Vish

On Jan 20, 2011, at 12:57 PM, Jordan Rinke wrote:

> Public bug reported:
>
> Using the instructions here http://wiki.openstack.org/HypervInstall I
> installed nova-compute on a Windows 2k8 Hyper-v server. Attempting to
> run nova-compute produces the following error:
>
> (nova.root 2011.1-LOCALBRANCH:LOCALREVISION): DEBUG [N/A] Inner Exception: No module named glance.client from MainProcess (pid=2512) import_class c:\openstack\n
> ova\nova\utils.py:56
> Traceback (most recent call last):
> File "nova-compute", line 44, in <module>
> service.serve()
> File "C:\openstack\nova\nova\service.py", line 228, in serve
> x.start()
> File "C:\openstack\nova\nova\service.py", line 79, in start
> **self.saved_kwargs)
> File "C:\openstack\nova\nova\compute\manager.py", line 112, in __init__
> self.driver = utils.import_object(compute_driver)
> File "C:\openstack\nova\nova\utils.py", line 66, in import_object
> cls = import_class(import_str)
> File "C:\openstack\nova\nova\utils.py", line 57, in import_class
> raise exception.NotFound(_('Class %s cannot be found') % class_str)
> nova.exception.NotFound: Class get_connection cannot be found
>
> ** Affects: nova
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are a member of Nova Bug
> Team, which is subscribed to OpenStack Compute (nova).
> https://bugs.launchpad.net/bugs/705611
>
> Title:
> class get_connection cannot be found on Windows 2k8
>
> Status in OpenStack Compute (Nova):
> New
>
> Bug description:
> Using the instructions here http://wiki.openstack.org/HypervInstall I
> installed nova-compute on a Windows 2k8 Hyper-v server. Attempting to
> run nova-compute produces the following error:
>
> (nova.root 2011.1-LOCALBRANCH:LOCALREVISION): DEBUG [N/A] Inner Exception: No module named glance.client from MainProcess (pid=2512) import_class c:\openstack\n
> ova\nova\utils.py:56
> Traceback (most recent call last):
> File "nova-compute", line 44, in <module>
> service.serve()
> File "C:\openstack\nova\nova\service.py", line 228, in serve
> x.start()
> File "C:\openstack\nova\nova\service.py", line 79, in start
> **self.saved_kwargs)
> File "C:\openstack\nova\nova\compute\manager.py", line 112, in __init__
> self.driver = utils.import_object(compute_driver)
> File "C:\openstack\nova\nova\utils.py", line 66, in import_object
> cls = import_class(import_str)
> File "C:\openstack\nova\nova\utils.py", line 57, in import_class
> raise exception.NotFound(_('Class %s cannot be found') % class_str)
> nova.exception.NotFound: Class get_connection cannot be found
>
>

Revision history for this message
Jordan Rinke (jordanrinke) wrote :

That moved me a long to my next error. I will add that to the wiki.

Changed in nova:
status: New → Invalid
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.