Previous topic

The nova.db.sqlalchemy.migrate_repo.versions.015_add_auto_assign_to_floating_ips Module

Next topic

The nova.db.sqlalchemy.migrate_repo.versions.017_make_instance_type_id_an_integer 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.016_make_quotas_key_and_value Module

assert_new_quotas_have_no_active_duplicates(migrate_engine, quotas)

Ensure that there are no duplicate non-deleted quota entries.

assert_old_quotas_have_no_active_duplicates(migrate_engine, quotas)

Ensure that there are no duplicate non-deleted quota entries.

convert_backward(migrate_engine, old_quotas, new_quotas)
convert_forward(migrate_engine, old_quotas, new_quotas)
downgrade(migrate_engine)
earliest(date1, date2)
latest(date1, date2)
new_style_quotas_table(meta, name)
old_style_quotas_table(meta, name)
quotas_table(meta, name='quotas')
upgrade(migrate_engine)