The cinder.api.v3.volume_metadata Module¶
The volume metadata V3 api.
- 
class Controller¶
- Bases: - cinder.api.v2.volume_metadata.Controller- The volume metadata API controller for the OpenStack API. - 
index(req, volume_id)¶
 - 
update(req, volume_id, id, body)¶
 - 
update_all(req, volume_id, body)¶
 - 
wsgi_actions= {}¶
 - 
wsgi_extensions= [('index', None), ('update', None), ('update_all', None)]¶
 
- 
- 
create_resource()¶