Bug 1304924 - [Docs][REST] ISCSI CHAP user name and password can be added per host via the REST API
Summary: [Docs][REST] ISCSI CHAP user name and password can be added per host via the ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: Documentation
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ovirt-3.6.3
: ---
Assignee: Byron Gravenorst
QA Contact: Tahlia Richardson
URL:
Whiteboard:
Depends On: 1186812
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-05 00:26 UTC by Lucy Bopf
Modified: 2016-03-16 14:11 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-16 14:11:08 UTC
oVirt Team: Docs
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lucy Bopf 2016-02-05 00:26:27 UTC
When an ISCSI storage domain is added via the Administration Portal, only a single user name and password can be specified for that domain. However, some setups require that each host in the cluster uses a separate user name and password. You can now add a user name and password per host using the 'storageconnectionextensions' parameter via the REST API. An example similar to the following must be added to the REST API Guide:


POST /api/hosts/0656f432-923a-11e0-ad20-5254004ac988/storageconnectionextensions/add HTTP/1.1
Accept: application/xml
Content-type: application/xml

<storageconnectionextension>
  <target>
    ISCSI address
  </target>
  <username>
    user
  </username>
  <password>
    pass
  </password>
</storageconnectionextension>

Comment 1 Lucy Bopf 2016-02-19 05:22:10 UTC
Assigning to Byron for review.


Note You need to log in before you can comment on or make changes to this bug.