Comment 20 for bug 1367189

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

Reviewed: https://review.openstack.org/148516
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=45227bbbfd06d16e85e973e14ee8c30e267e8b42
Submitter: Jenkins
Branch: master

commit 45227bbbfd06d16e85e973e14ee8c30e267e8b42
Author: TaoBai <email address hidden>
Date: Thu Jan 15 22:49:49 2015 -0800

    Failed to discovery when iscsi multipath and CHAP both enabled

    Storage server may be configured to protect target discovering phase with CHAP
    authentication, in this case existing discovery command will be failed.
    The authentication properties are:
        "discovery.sendtargets.auth.authmethod",
        "discovery.sendtargets.auth.username",
        "discovery.sendtargets.auth.password"
    Cinder Storage driver need to send discovery auth properties in this case,
    and the properties are:
        iscsi_properties['discovery_auth_method']
        iscsi_properties['discovery_auth_username']
        iscsi_properties['discovery_auth_password']

    Change-Id: Ic70426d7d0fd8126879840f05341731ed92d6392
    Closes-Bug: #1367189