Bug 1133896

Summary: Fix operations of add,remove and list for StorageConnections in iSCSI Bond
Product: [Retired] oVirt Reporter: Maor <mlipchuk>
Component: ovirt-engine-apiAssignee: Maor <mlipchuk>
Status: CLOSED CURRENTRELEASE QA Contact: Aharon Canan <acanan>
Severity: high Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acanan, amureini, ecohen, gklein, iheim, rbalakri, yeylon
Target Milestone: ---   
Target Release: 3.4.4   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: storage
Fixed In Version: ovirt-3.4.4_rc Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-24 08:09:06 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1154674    

Description Maor 2014-08-26 12:10:04 UTC
Description of problem:
Fix usages of Add Remove and list for StorageConnections in iSCSI Bond

Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1. Try to use the following:
Get a list of Storage Connections contained in the iSCSI bond:
Get    /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/
    
Get a specific Storage Connection in the iSCSI bond:
Get /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/{storage_id}/
    
Adding a new Storage Connection to an existing iSCSI Bond:
POST /api/datacenters/{datacenter_id}/iscsibonds HTTP/1.1
Accept: application/xml
<storage_connection id="{connection_id}"></storage_connection>
    
Remove a Storage Connection from the existing iSCSi Bond:
DELETE /api/datacenters/{datacenter_id}/iscsibonds/{iscsibond_id}/storageconnections/{storage_id}/ HTTP/1.1

Actual results:
The operation described in the steps to reproduce does not work

Expected results:


Additional info:

Comment 1 Sandro Bonazzola 2014-09-24 08:09:06 UTC
oVirt 3.4.4 has been released.