glance/glance/db/sqlalchemy/alembic_migrations/versions
Abhishek Kekane a308c44406 Hide old images
Added new boolean column "os_hidden" in images table. Images where
"os_hidden" = True will be omitted from the image list presented
to the user. This will apply to all image visibilities. However,
the images will continue to be discoverable. User can use
filter "os_hidden=true" in GET v2/images call to see all hidden
images.

Implements: blueprint hidden-images
Change-Id: If8f02ca94fdb8e1ac7a81853cd392988900172d1
2018-07-25 16:37:56 +00:00
..
__init__.py Refactor tests to use Alembic to run migrations 2017-02-01 16:08:17 -06:00
liberty_initial.py Port Glance Migrations to Alembic 2017-01-31 22:42:43 -06:00
mitaka01_add_image_created_updated_idx.py Port Glance Migrations to Alembic 2017-01-31 22:42:43 -06:00
mitaka02_update_metadef_os_nova_server.py Port Glance Migrations to Alembic 2017-01-31 22:42:43 -06:00
ocata_contract01_drop_is_public.py Triggers shouldn't be execute in offline migration 2018-02-21 03:40:13 +00:00
ocata_expand01_add_visibility.py Triggers shouldn't be execute in offline migration 2018-02-21 03:40:13 +00:00
pike_contract01_drop_artifacts_tables.py Glare-ectomy 2017-03-01 21:46:52 +00:00
pike_expand01_empty.py Glare-ectomy 2017-03-01 21:46:52 +00:00
queens_contract01_empty.py Modify glance manage db sync to use EMC 2018-02-05 17:00:57 +05:30
queens_expand01_empty.py Modify glance manage db sync to use EMC 2018-02-05 17:00:57 +05:30
rocky_contract01_empty.py Hide old images 2018-07-25 16:37:56 +00:00
rocky_expand01_add_os_hidden.py Hide old images 2018-07-25 16:37:56 +00:00