nova/nova/db/sqlalchemy/migrate_repo
Monsyne Dragon 2fdd73816c Refactor instance_usage_audit. Add audit tasklog.
The instance usage audit cronjob that generates periodic
compute.instance.exists notifications is not particularly scalable.
It is run on one server and takes longer as the number of instances grows.

This change moves the generation of those events to a periodic task in
the compute manager. It also adds an api extension that can be used
by administrators to check for errors generating these events.

Change-Id: I856d3d0c73c34e570112f1345d306308ef20a9ae
2012-07-10 22:28:33 +00:00
..
versions Refactor instance_usage_audit. Add audit tasklog. 2012-07-10 22:28:33 +00:00
README add support for database migration 2011-01-12 16:57:04 -08:00
__init__.py Migrate missing license info 2012-05-14 04:00:42 +00:00
manage.py Migrate missing license info 2012-05-14 04:00:42 +00:00
migrate.cfg add support for database migration 2011-01-12 16:57:04 -08:00

README

This is a database migration repository.

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