[doc]support matrix of vmware for chap is wrong

Bug #1557938 reported by xhzhf
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
xhzhf
Kilo
Fix Released
Undecided
Unassigned

Bug Description

In support-matrix, it says that vmware driver supports chap authentication over iscsi.
In fact, vmware driver doesn't pass authentication info to vSphere API.
So the function doesn't work.

Code:
    def _iscsi_add_send_target_host(self, storage_system_mor, hba_device,
                                    target_portal):
        """Adds the iscsi host to send target host list."""
        client_factory = self._session.vim.client.factory
        send_tgt = client_factory.create('ns0:HostInternetScsiHbaSendTarget')
        (send_tgt.address, send_tgt.port) = target_portal.split(':')
        LOG.debug("Adding iSCSI host %s to send targets", send_tgt.address)
        self._session._call_method(
            self._session.vim, "AddInternetScsiSendTargets",
            storage_system_mor, iScsiHbaDevice=hba_device, targets=[send_tgt])

Doc:
http://docs.openstack.org/developer/nova/support-matrix.html#storage_block_backend_iscsi_auth_chap_vmware

xhzhf (guoyongxhzhf)
tags: added: matrix support vmware
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/293309

Changed in nova:
assignee: nobody → xhzhf (guoyongxhzhf)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/293787

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/liberty)

Fix proposed to branch: stable/liberty
Review: https://review.openstack.org/293788

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

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

commit def71059a1fb0e01681833625b91c45a95ceedf4
Author: xhzhf <guoyongxhzhf@163.com>
Date: Wed Mar 16 16:17:39 2016 +0800

    Support-matrix of vmware for chap is wrong

    Truely vmware driver can not attach cinder volume using chap
    authentication over iscsi
    Closes-Bug: #1557938

    Change-Id: I05b1e81a3deffc855be34efff2d3e9dac8b63e82

Changed in nova:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/liberty)

Reviewed: https://review.openstack.org/293788
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=10c30670bebc4e6157af28bd2a6929cc21706432
Submitter: Jenkins
Branch: stable/liberty

commit 10c30670bebc4e6157af28bd2a6929cc21706432
Author: xhzhf <guoyongxhzhf@163.com>
Date: Wed Mar 16 16:17:39 2016 +0800

    Support-matrix of vmware for chap is wrong

    Truely vmware driver can not attach cinder volume using chap
    authentication over iscsi
    Closes-Bug: #1557938

    Change-Id: I05b1e81a3deffc855be34efff2d3e9dac8b63e82
    (cherry picked from commit def71059a1fb0e01681833625b91c45a95ceedf4)

tags: added: in-stable-liberty
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/kilo)

Reviewed: https://review.openstack.org/293787
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=939bbd9713edde043fef6469dea6c66fe7115b7c
Submitter: Jenkins
Branch: stable/kilo

commit 939bbd9713edde043fef6469dea6c66fe7115b7c
Author: xhzhf <guoyongxhzhf@163.com>
Date: Wed Mar 16 16:17:39 2016 +0800

    Support-matrix of vmware for chap is wrong

    Truely vmware driver can not attach cinder volume using chap
    authentication over iscsi
    Closes-Bug: #1557938

    Change-Id: I05b1e81a3deffc855be34efff2d3e9dac8b63e82
    (cherry picked from commit def71059a1fb0e01681833625b91c45a95ceedf4)

tags: added: in-stable-kilo
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/nova 12.0.3

This issue was fixed in the openstack/nova 12.0.3 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/nova 2015.1.4

This issue was fixed in the openstack/nova 2015.1.4 release.

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/nova 14.0.0.0b1

This issue was fixed in the openstack/nova 14.0.0.0b1 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/nova 2015.1.4

This issue was fixed in the openstack/nova 2015.1.4 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.