← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1505819] [NEW] HyperVDriver fails to initialize due to Linux specific import

 

Public bug reported:

Commit https://review.openstack.org/#/c/209627/6 introduced a new import
into nova.virt.images, which is also used by the Nova Hyper-V Driver.
The mentioned import is called "resources", which is Linux specific:

>>> import resource
>>> resource.__file__
'/usr/lib/python2.7/lib-dynload/resource.x86_64-linux-gnu.so'

This also affects the Hyper-V CI, as the nova-compute service cannot
start on Hyper-V, as this import cannot be found.

LOG: http://64.119.130.115/neutron/225319/11/Hyper-
V_logs/c2-r17-u13/process_error.txt.gz

** Affects: nova
     Importance: Critical
     Assignee: Claudiu Belu (cbelu)
         Status: In Progress


** Tags: hyper-v

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1505819

Title:
  HyperVDriver fails to initialize due to Linux specific import

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  Commit https://review.openstack.org/#/c/209627/6 introduced a new
  import into nova.virt.images, which is also used by the Nova Hyper-V
  Driver. The mentioned import is called "resources", which is Linux
  specific:

  >>> import resource
  >>> resource.__file__
  '/usr/lib/python2.7/lib-dynload/resource.x86_64-linux-gnu.so'

  This also affects the Hyper-V CI, as the nova-compute service cannot
  start on Hyper-V, as this import cannot be found.

  LOG: http://64.119.130.115/neutron/225319/11/Hyper-
  V_logs/c2-r17-u13/process_error.txt.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1505819/+subscriptions


Follow ups