You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ronelle Landy (JIRA)" <ji...@apache.org> on 2013/04/10 00:00:18 UTC

[jira] [Closed] (DTACLOUD-526) URL helpers for sub-collection are not generated

     [ https://issues.apache.org/jira/browse/DTACLOUD-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ronelle Landy closed DTACLOUD-526.
----------------------------------


Closing as fixed in deltacloud commit version: 3b0b1a59361bfaf33a2e3ae81c1881209e8cc016

>From what I understand in the JIRA description: 

 curl -X GET --user "un:pw" "http://localhost:3001/cimi/systems/system1/volumes?format=xml"
<Collection xmlns="http://schemas.dmtf.org/cimi/1" resourceURI="http://schemas.dmtf.org/cimi/1/SystemVolumeCollection">
  <count>1</count>
  <SystemVolume>
    <id>http://localhost:3001/cimi/systems/system1/volumes/vol1</id>
    <name>sysvol1</name>
    <created>Fri Feb 08 12:15:15 EET 2013</created>
    <volume href="http://localhost:3001/cimi/volumes/vol1" />
    <operation rel="delete" href="http://localhost:3001/cimi/systems/system1/volumes/vol1" />
  </SystemVolume>
</Collection>


should verify that the issue is fixed. If so, deltacloud/tests/cimi/system1_test.rb covers  it.
                
> URL helpers for sub-collection are not generated
> ------------------------------------------------
>
>                 Key: DTACLOUD-526
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-526
>             Project: DeltaCloud
>          Issue Type: Bug
>            Reporter: Michal Fojtik
>            Assignee: Michal Fojtik
>
> URL helpers (system_volume_url(system_id, volume_id)) are not generate by Sinatra::Rabbit::URLFor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira