cinder.volume.volume_migration module

cinder.volume.volume_migration module

class VolumeMigration(id, user_id, encryption_key_id)

Bases: object

Lightweight Volume Migration object.

Will be used by KeyMigrator instead of regular Volume object to avoid extra memory usage.

static from_volume(volume, context)
save()
class VolumeMigrationList

Bases: list

append(volumes, context)

L.append(object) – append object to end

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.