Handles all requests relating to transferring ownership of volumes.
API
(db_driver=None)¶Bases: cinder.db.base.Base
API for interacting volume transfers.
accept
(context, transfer_id, auth_key)¶Accept a volume that has been offered for transfer.
create
(context, volume_id, display_name, no_snapshots=False)¶Creates an entry in the transfers table.
delete
(context, transfer_id)¶Make the RPC call to delete a volume transfer.
get
(context, transfer_id)¶get_all
(context, marker=None, limit=None, sort_keys=None, sort_dirs=None, filters=None, offset=None)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.