Comment 4 for bug 1875959

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

Reviewed: https://review.opendev.org/725982
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=f248f73e0b39239e33ab1bbc0359b82ee87288af
Submitter: Zuul
Branch: stable/ussuri

commit f248f73e0b39239e33ab1bbc0359b82ee87288af
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
    (cherry picked from commit 2da53ac02b2e27eaee6a0c3e996a910cce9e53d9)