openstacksdk/openstack/tests/unit/block_store/v2
tianmaofu cb69d09f4a Add list method and query support for cinder volume and snapshot
This patch do those things:
  1. Add list method for volume and snapshot in _proxy.py
  2. Change the Volume(block_store/v2/volume.Volume)'s base class
  to resource2 to support QueryParameters.
  3. Change the Snapshot(block_store/v2/snapshot.Snapshot)'s base
  class to resource2 to support QueryParameters.
  4. Change the type(block_store/v2/type/type.Type)'s base class
  to resource2.
  5. Add query support for volume and snapshot with parameters:
  all_tenants, name, status, volume_id(snapshot only).

Change-Id: I60f537ea8fd67283fd84addb334bdd932f537635
2016-10-25 15:07:12 +00:00
..
__init__.py Rename volume to block_store 2015-06-16 15:28:22 -05:00
test_proxy.py Add list method and query support for cinder volume and snapshot 2016-10-25 15:07:12 +00:00
test_snapshot.py Add list method and query support for cinder volume and snapshot 2016-10-25 15:07:12 +00:00
test_type.py Add list method and query support for cinder volume and snapshot 2016-10-25 15:07:12 +00:00
test_volume.py Add list method and query support for cinder volume and snapshot 2016-10-25 15:07:12 +00:00