glance/glance/db/sqlalchemy/migrate_repo
John Bresnahan 89e9043fba Add location specific information to image locations db
This patch adds a column to the image_locations table.  The column
will store location specific information.  As a location is added
to an image there may be some meta data about that information that
needs to be stored with it.  For example, if it is a file:// URL,
information about the NFS server (host name, mount point) would be
needed in order for the URL to be useful.

blueprint: direct-url-meta-data
blueprint: multiple-image-locations

Change-Id: I6a96163abc8e4388e84cae2a8952f89d433210ff
2013-07-09 06:49:10 -10:00
..
versions Add location specific information to image locations db 2013-07-09 06:49:10 -10:00
README Create 'simple' db driver 2012-06-07 09:20:50 -07:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00
manage.py Fix build_sphinx setup.py command. 2012-08-15 17:09:22 -04:00
migrate.cfg Create 'simple' db driver 2012-06-07 09:20:50 -07:00
schema.py Add location specific information to image locations db 2013-07-09 06:49:10 -10:00

README

This is a database migration repository.

More information at
http://code.google.com/p/sqlalchemy-migrate/