deb-glance/glance/tests/functional/db
Hemanth Makkapati 9859df2d1f Add expand/migrate/contract migrations for CI
This patch adds equivalent expand/migrate/contract migration scripts for
Community Images. The expand migration
'ocata_expand01_add_visibility.py' creates a new migration branch 'expand'
from the last known migration i.e., 'mitaka02'. Similarly, the contract
migration 'ocata_contract01_drop_is_public.py' creates another new
migration branch called 'contract' from the last known migration.

The data migration 'ocata_migrate01_community_images.py' migrates
all rows in the database at once. There is possibility of performance
degradation while the data migrations are running.

Change-Id: I34f5623d6804e9fe594e6b5b196ea4a162578196
Partially-Implements: blueprint database-strategy-for-rolling-upgrades
Co-Authored-By: Hemanth Makkapati <hemanth.makkapati@rackspace.com>
Depends-On: Ie839e0f240436dce7b151de5b464373516ff5a64
2017-02-02 00:16:04 +00:00
..
migrations Add expand/migrate/contract migrations for CI 2017-02-02 00:16:04 +00:00
__init__.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
base.py Implement and Enable Community Images 2017-01-18 17:56:12 +00:00
base_glare.py Move Glance Artifact Repository API to separate endpoint 2016-02-10 18:34:55 +03:00
base_metadef.py Fix order of arguments in assertEqual 2015-09-16 02:55:33 -07:00
test_migrations.py Add expand/migrate/contract migrations for CI 2017-02-02 00:16:04 +00:00
test_registry.py Move from oslo.db to oslo_db 2015-01-12 19:03:20 +00:00
test_rpc_endpoint.py Extracted HTTP response codes to constants in tests 2016-10-06 15:17:06 +00:00
test_simple.py test: make enforce_type=True in CONF.set_override 2015-11-19 20:45:56 +08:00
test_sqlalchemy.py Remove verbose option from glance tests 2016-05-26 15:00:11 +00:00