Comment 9 for bug 1766661

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

Reviewed: https://review.openstack.org/571982
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=22ef3465215941097a96f078ae93aa65758d5a64
Submitter: Zuul
Branch: master

commit 22ef3465215941097a96f078ae93aa65758d5a64
Author: Julia Kreger <email address hidden>
Date: Sun Jun 3 11:19:57 2018 -0700

    ironic: bugfix: ensure a host is set for volume connectors

    Somehow, in some not fully understood case,
    we have discovered that we are not storing a
    host field for the volume connector information.

    This information is largely required for logging,
    and in some cases back-end driver relationships,
    but previously we would only set the field in the
    case that we have an IP address. That is not ideal
    in that some users may be using other transport
    mediums like fibre channel.

    Change-Id: I17b1aaa26b7e7aff3ebb73fa10ab576149a00a3f
    Related-Bug: #1766661