]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add volume metadata to v2
authorMike Perez <thingee@gmail.com>
Tue, 17 Sep 2013 09:41:59 +0000 (02:41 -0700)
committerMike Perez <thingee@gmail.com>
Fri, 20 Sep 2013 05:01:55 +0000 (22:01 -0700)
commit4e3fa390b13d7c0509e72f43c4cf24ca1a6bd14d
tree23fcf122fc838085d459eedbbb4ef0f878ddacce
parentdee4c862f241a6f12fdb6f0e7c48b32063ef6fe5
Add volume metadata to v2

This exposes volume metadata in the Cinder v2 API. This already exists
in v1 and was originally suppose to exist back with Grizzly, but appears
to have slipped.

Closes-Bug: #1227979
Change-Id: I512dad591d7d491eca54a230d3cc290d9a349e6f
cinder/api/v2/router.py
cinder/api/v2/volume_metadata.py [new file with mode: 0644]
cinder/tests/api/v2/test_volume_metadata.py [new file with mode: 0644]