deb-glance/glance/db/sqlalchemy/migrate_repo
Timothy Symanczyk 265659e8c3 Implement and Enable Community Images
This change replaces the existing boolean 'is_public' column for
the 'images' table with enum 'visibility' column featuring the
four explicit visibility values - public, private, shared,
and community.

This change also implements and enables all backend code to
utilize the new values.

Co-Authored-By: Timothy Symanczyk <timothy_symanczyk@symantec.com>
Co-Authored-By: Dharini Chandrasekar <dharini.chandrasekar@intel.com>

Implements: blueprint community-level-v2-image-sharing
Closes-Bug: #1394299
Closes-Bug: #1452443
Depends-On: I6e3268f3712cbc0aadb51d204c694023b92d55a5
Change-Id: I94bc7708b291ce37319539e27b3e88c9a17e1a9f
2017-01-18 17:56:12 +00:00
..
versions Implement and Enable Community Images 2017-01-18 17:56:12 +00:00
README Update sqlalchemy-migrate url 2016-07-26 14:34:39 -05:00
__init__.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
manage.py Changed header from LLC to Foundation based on trademark policies 2013-09-10 18:29:53 +02:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py fix docstring warnings and errors 2016-03-14 18:40:15 +00:00

README

This is a database migration repository.

More information at
https://git.openstack.org/cgit/openstack/sqlalchemy-migrate/