Comment 2 for bug 1842989

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

Reviewed: https://review.opendev.org/680542
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=19f01023c23b793388d693b7272cac799b5b6ff8
Submitter: Zuul
Branch: master

commit 19f01023c23b793388d693b7272cac799b5b6ff8
Author: Dustin Cowles <email address hidden>
Date: Thu Sep 5 16:48:38 2019 -0700

    Use fields="instance_uuid" when calling Ironic API

    IronicDriver should be using fields="instance_uuid" when calling Ironic
    API via the OpenStack SDK, but instead is using fields="instance_id".
    This patch corrects the calls and adds new tests to cover it.

    Change-Id: I4b976b7ea60c63ec334b5eb78c1ad7972fbed574
    Closes-Bug: #1842989