You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Dies Koper (JIRA)" <ji...@apache.org> on 2013/04/05 05:54:16 UTC

[jira] [Commented] (DTACLOUD-529) cimi: only driver supported subcollections should be listed

    [ https://issues.apache.org/jira/browse/DTACLOUD-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13623326#comment-13623326 ] 

Dies Koper commented on DTACLOUD-529:
-------------------------------------

To reproduce/investigate with mock:

curl --user mockuser:mockpassword http://localhost:3001/cimi/systems?format=xml

E.g. <systems href="http://localhost:3001/cimi/systems/system1/systems" /> should not appear in response.
                
> cimi: only driver supported subcollections should be listed
> -----------------------------------------------------------
>
>                 Key: DTACLOUD-529
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-529
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: CIMI/Frontend
>            Reporter: Dies Koper
>            Assignee: David Lutterkort
>            Priority: Blocker
>
> This was discussed on the mailing list:
> Systems retrieved with http://localhost:3001/cimi/systems contain elements for all subcollections.
> For subcollections that the driver doesn't support, the href is invalid. It should not include subcollections that the driver does not support.
> See e.g. credentials below in an fgcp excerpt.
>   <System>
>     <id>UZXC0GRT-1IG4I5ELD</id>
>     <name>cimi system</name>
>     <description>template with two machines</description>
>     <state>STOPPED</state>
>     <systems href="UZXC0GRT-1IG4I5ELD/systems" />
>     <machines href="http://localhost:3001/cimi/systems/UZXC0GRT-1IG4I5ELD/machines" />
>     <credentials href="UZXC0GRT-1IG4I5ELD/credentials" />
>     <volumes href="http://localhost:3001/cimi/systems/UZXC0GRT-1IG4I5ELD/volumes" />
> ...

--
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