openstacksdk/doc/source/user/proxies/block_storage_v2.rst
Stephen Finucane 5dd7d64769 volume: Add Limit to volume v2 API
Another case of adding a resource from v3 to the legacy v2 API. We
tackled Extension in change I1e4528f5a5d8e2caaaf204792ddcee7267e4c2e9
and Capability in change I98252ddd0dadba2bfa1aaf97b59932a19c396cd4. Now
it's time for Limit.

Note that the API is unchanged between v2 and v3 so this can be a
straightforward copy-paste job. This was determined by inspecting the
cinder code before the v2 API was removed (e.g. commit 'e05b261af~',
file 'cinder/api/views/limits.py').

Change-Id: I5a375d8dee7e68368f2e454851812a3638acf9ee
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-10-31 16:51:12 +00:00

1.8 KiB

Block Storage API

For details on how to use block_storage, see /user/guides/block_storage

openstack.block_storage.v2._proxy

The BlockStorage Class

The block_storage high-level interface is available through the block_storage member of a ~openstack.connection.Connection object. The block_storage member will only be added if the service is detected.

Volume Operations

openstack.block_storage.v2._proxy.Proxy

Backup Operations

openstack.block_storage.v2._proxy.Proxy

Capabilities Operations

openstack.block_storage.v2._proxy.Proxy

Limits Operations

openstack.block_storage.v2._proxy.Proxy

Type Operations

openstack.block_storage.v2._proxy.Proxy

Snapshot Operations

openstack.block_storage.v2._proxy.Proxy

Stats Operations

openstack.block_storage.v2._proxy.Proxy

QuotaSet Operations

openstack.block_storage.v2._proxy.Proxy

Helpers

openstack.block_storage.v2._proxy.Proxy