Uploaded image for project: 'DeltaCloud'
  1. DeltaCloud
  2. DTACLOUD-577

cimi: config element names in CEP (volumeConfigurations, etc.) are incorrect: should be volumeConfigs, etc.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • CIMI/Frontend
    • None

    Description

      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.

      Attachments

        Activity

          People

            marios Marios Andreou
            dkoper Dies Koper
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: