← Back to team overview

yahoo-eng-team team mailing list archive

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

 

Reviewed:  https://review.openstack.org/251144
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=16b8b90740d38ad417efe72c52ebed199885ac19
Submitter: Jenkins
Branch:    master

commit 16b8b90740d38ad417efe72c52ebed199885ac19
Author: venkatamahesh <venkatamaheshkotha@xxxxxxxxx>
Date:   Sun Nov 29 21:16:57 2015 +0530

    [cinder-v2-API] Added response parameters of Volume v2-API types
    
    Change-Id: I711cf4e85cc1d830b4203f3ada99a44172ff3afb
    Closes-Bug: #1517503


** Changed in: openstack-api-site
       Status: In Progress => Fix Released

-- 
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:
  Fix Released

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