Dies Koper created DTACLOUD-577:
-----------------------------------
Summary: 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
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