Comment 3 for bug 1759609

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

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 <email address hidden>
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