Comment 4 for bug 1759609

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

Reviewed: https://review.openstack.org/557727
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=890b74a0c535870d39881c96aa570258ffc4aa21
Submitter: Zuul
Branch: stable/queens

commit 890b74a0c535870d39881c96aa570258ffc4aa21
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.

    (cherry-picked from commit ad4a26e1843bc4cefa2c5b4bb093d692cddfaa49)

    Change-Id: Ibb6afa883c4ed55ea544a1e9d247dab4fc657cd2
    Closes-Bug: #1759609