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

Dies Koper commented on DTACLOUD-577:
-------------------------------------

Thanks!
The code looks as tidy as the rest of the class and it works. I've included it 
in PR-56 as-is. That way, it'll be there when I run further tests this month so 
if there are any unforeseen side-effects we should find them soon.
                
> cimi: config element names in CEP (volumeConfigurations, etc.) are incorrect: 
> should be volumeConfigs, etc.
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-577
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-577
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: CIMI/Frontend
>            Reporter: Dies Koper
>         Attachments: 0002-Fix-for-query-on-DTACLOUD_577.patch
>
>
> I noticed the element names for *Configurations returned in the CEP don't 
> match the names and order in the CIMI spec:
>  $ curl -u mockuser:mockpassword http://localhost:3001/cimi/cloudEntryPoint 
> -H "Accept: application/xml" 
> <CloudEntryPoint xmlns="http://schemas.dmtf.org/cimi/1";
> resourceURI="http://schemas.dmtf.org/cimi/1/CloudEntryPoint";>
> ...
>   <forwardingGroups href="http://localhost:3001/cimi/forwarding_groups";
> />
>   <volumeConfigurations
> href="http://localhost:3001/cimi/volume_configurations"; />
>   <machineConfigurations
> href="http://localhost:3001/cimi/machine_configurations"; />
>   <networkConfigurations
> href="http://localhost:3001/cimi/network_configurations"; />
>   <networkPortConfigurations
> href="http://localhost:3001/cimi/network_port_configurations"; />
> </CloudEntryPoint>
> The "*Configurations" elements are called "*Configs" in the spec, and each 
> Configs entry comes directly after *Templates instead of all together at the 
> end.

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

Reply via email to