keystone/keystone/common/sql/migrate_repo
Brant Knudson 01a6c7db3e Fix using non-default default_domain_id
Changing the default_domain_id to something other than the
default would cause several operations to not work correctly.
This is because the value of default_domain_id was read and
cached in several parts on import, which is before the call to
CONF() so the cached value is the original default ('default')
rather than the value that the operator has in the config file.

This change removes the cached default_domain_id and instead
reads the value when it's needed at runtime so that the
user-configured value is used instead of the original default.

Change-Id: I9543e2108866ed66000d75f868bbd2b1ed978b97
Closes-Bug: #1265108
2014-01-16 10:01:36 -06:00
..
versions Fix using non-default default_domain_id 2014-01-16 10:01:36 -06:00
README establish basic structure 2012-01-18 20:06:27 -08:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
manage.py establish basic structure 2012-01-18 20:06:27 -08:00
migrate.cfg Remove hard tabs and trailing whitespace 2013-06-28 14:30:47 -05:00

README

This is a database migration repository.

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