glance/bin
Eoghan Glynn 71c98ae887 Support DB auto-create suppression.
Adds a new boolean config option, db_auto_create, to allow the
DB auto-creation be suppressed on demand. This defaults to True
for now to maintain the pre-existing behaviour, but should be
changed to False before the Folsom release.

The 'glance-manage db_sync' command will now create the image*
tables if the DB did not previously exist. The db_auto_create
flag is irrelevant in that case.

The @glance.tests.function.runs_sql annotation is now obsolete
as the glance-api/registry services launched by functional tests
must now all run against an on-disk sqlite instance (as opposed
to in-memory, as this makes no sense when the DB tables are
created in advance).

Change-Id: I05fc6b3ca7691dfaf00bc75a0743c921c93b9694
2012-05-19 08:35:04 +01:00
..
glance Backslash continuation removal (Glance folsom-1) 2012-05-17 22:56:09 +08:00
glance-api wsgi: do not respawn on missing eventlet hub 2012-05-09 12:00:39 +02:00
glance-cache-cleaner Convert glance to use the new cfg module 2011-12-08 22:32:52 +00:00
glance-cache-manage Backslash continuation removal (Glance folsom-1) 2012-05-17 22:56:09 +08:00
glance-cache-prefetcher Convert glance to use the new cfg module 2011-12-08 22:32:52 +00:00
glance-cache-pruner Convert glance to use the new cfg module 2011-12-08 22:32:52 +00:00
glance-control Backslash continuation removal (Glance folsom-1) 2012-05-17 22:56:09 +08:00
glance-manage Support DB auto-create suppression. 2012-05-19 08:35:04 +01:00
glance-registry Convert glance to use the new cfg module 2011-12-08 22:32:52 +00:00
glance-scrubber Integrate openstack-common using update.py 2012-04-30 14:01:13 -07:00