← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1517503] Re: Cinder v2 - Volume type resource attributes not documented

 

Sorry, I selected the wrong project. It should be `openstack-api-site`.

** Project changed: cinder => openstack-api-site

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1517503

Title:
  Cinder v2 - Volume type resource attributes not documented

Status in OpenStack Identity (keystone):
  Invalid
Status in openstack-api-site:
  New

Bug description:
  When listing volume types, you get back this JSON:

  {
      "volume_types": [
          {
              "extra_specs": {
                  "capabilities": "gpu"
              },
              "id": "6685584b-1eac-4da6-b5c3-555430cf68ff",
              "name": "SSD"
          },
          {
              "extra_specs": {},
              "id": "8eb69a46-df97-4e41-9586-9a40a7533803",
              "name": "SATA"
          }
      ]
  }

  But none of those attributes are documented. The same is the case for
  retrieving a specific volume type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1517503/+subscriptions


References