Comment 2 for bug 1875959

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

Reviewed: https://review.opendev.org/724421
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=2da53ac02b2e27eaee6a0c3e996a910cce9e53d9
Submitter: Zuul
Branch: master

commit 2da53ac02b2e27eaee6a0c3e996a910cce9e53d9
Author: Jose Phillips <email address hidden>
Date: Wed Apr 29 15:53:53 2020 -0500

    NetApp ONTAP NFS driver fail to flexclone glance image.

    When the driver is trying to perform a flexclone from glance is
    making a bad reference to a non-existent methond utils.resolve_hostname
    the correct method is volume_utils.resolve_hostname

    Change-Id: I5cd729bdd1fb97b07610b1971232c786bad7917d
    Closes-Bug: #1875959