← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1260178] Re: Error in getting the major and minor version of hypervisor from tuple

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
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/1260178

Title:
  Error in getting the major and minor version of hypervisor from tuple

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The utils method get_major_minor_version was being used to get the major and minor versions from the hypervisor version. This was used to determine whether the version is compatible with the required version, to then set the device_id on a vm record during vm creation.
  This method was required by the feature: https://review.openstack.org/#/c/55117/

  The method is not really required, because the hypervisor version in
  xen is always in the form of a tuple. This can directly be used,
  instead of using a utils method.

  This fix will include:
  - Removing the utils get_major_minor_version method
  - Correctly handling the hypervisor version as a tuple

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


References