← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1759609] Re: VMware: _detach_instance_volumes method fails due to wrong detach_volume call

 

Reviewed:  https://review.openstack.org/557377
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ad4a26e1843bc4cefa2c5b4bb093d692cddfaa49
Submitter: Zuul
Branch:    master

commit ad4a26e1843bc4cefa2c5b4bb093d692cddfaa49
Author: Claudiu Belu <cbelu@xxxxxxxxxxxxxxxxxxxxxx>
Date:   Wed Mar 28 01:36:24 2018 -0700

    vmware: Fixes _detach_instance_volumes method
    
    The _detach_instance_volumes method calls self.detach_volume with an
    invalid number of arguments (context missing), causing it to fail.
    This patch solves the issue.
    
    Change-Id: Ibb6afa883c4ed55ea544a1e9d247dab4fc657cd2
    Closes-Bug: #1759609


** Changed in: nova
       Status: In Progress => 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/1759609

Title:
  VMware:  _detach_instance_volumes method fails due to wrong
  detach_volume call

Status in OpenStack Compute (nova):
  Fix Released
Status in OpenStack Compute (nova) queens series:
  In Progress

Bug description:
  The method _detach_instance_volumes [1] calls self.detach_volume [2]
  with an invalid number of arguments (context argument is missing),
  causing it to fail.

  [1] https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/driver.py#L426
  [2] https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/driver.py#L438

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


References