Previous topic

The nova.db.sqlalchemy.migrate_repo.versions.088_change_instance_id_to_uuid_in_block_device_mapping Module

Next topic

The nova.db.sqlalchemy.migrate_repo.versions.090_modify_volume_id_datatype Module

This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.db.sqlalchemy.migrate_repo.versions.089_add_volume_id_mappings Module

downgrade(migrate_engine)
upgrade(migrate_engine)

Build mapping tables for our volume uuid migration.

These mapping tables serve two purposes: 1. Provide a method for downgrade after UUID conversion 2. Provide a uuid to associate with existing volumes and snapshots

when we do the actual datatype migration from int to uuid