keystone/keystone/common/sql/migrate_repo/versions
Steve Martinelli 0f61b11141 Use oslo.log instead of incubator
Most of changes are just replacing

from keystone.openstack.common import log
  with
from oslo_log import log

There are some other specific changes that had to be made
  * Initialize logger in keystone/config.py

Change-Id: I859edb71c434051ffe7f34c16018b738ddb71e3b
2015-02-14 05:34:52 +00:00
..
034_havana.py Use oslo.log instead of incubator 2015-02-14 05:34:52 +00:00
035_add_compound_revoked_token_index.py Back off initial migration to 34 2014-08-17 12:10:24 -05:00
036_token_drop_valid_index.py Back off initial migration to 35 2014-08-17 11:58:18 -05:00
037_add_region_table.py Correct the region table to be InnoDB and UTF8 2014-07-09 22:43:55 +00:00
038_add_assignment_table.py sql migration: ensure using innodb utf8 for assignment table 2014-05-19 14:43:41 +02:00
039_grant_to_assignment.py Uses session in migration to stop DB locking 2014-09-26 20:55:44 -07:00
040_drop_grant_tables.py Rationalize the Assignment Grant Tables 2014-02-19 15:33:52 -06:00
041_add_remaining_uses_count_to_trusts.py Limited use trusts 2014-03-03 18:01:20 -06:00
042_endpoint_enabled.py Change oslo.serialization to oslo_serialization 2015-02-03 17:05:25 -05:00
043_fixup_region_description.py Avoid using .values() on the indexed columns 2014-03-26 13:26:48 +00:00
044_service_enabled.py Change oslo.serialization to oslo_serialization 2015-02-03 17:05:25 -05:00
045_placeholder.py Add placeholders for reserved migrations 2014-03-26 15:10:44 -05:00
046_placeholder.py Add placeholders for reserved migrations 2014-03-26 15:10:44 -05:00
047_placeholder.py Add placeholders for reserved migrations 2014-03-26 15:10:44 -05:00
048_placeholder.py Add placeholders for reserved migrations 2014-03-26 15:10:44 -05:00
049_placeholder.py Add placeholders for reserved migrations 2014-03-26 15:10:44 -05:00
050_fk_consistent_indexes.py Explicit foreign key indexes. 2014-04-24 16:25:48 +03:00
051_add_id_mapping.py Add identity mapping capability 2014-07-02 11:29:07 +01:00
052_add_auth_url_to_region.py Add a URL field to region table 2014-08-13 13:10:25 -04:00
053_endpoint_to_region_association.py Endpoint table is missing reference to region table 2014-08-29 22:10:41 +01:00
054_add_actor_id_index.py Add index for actor_id in assignments table. 2014-08-29 22:51:18 +01:00
055_add_indexes_to_token_table.py Adding an index on token.user_id and token.trust_id 2014-09-24 23:19:30 -07:00
056_placeholder.py Add placeholders for reserved migrations 2014-09-25 18:24:38 -04:00
057_placeholder.py Add placeholders for reserved migrations 2014-09-25 18:24:38 -04:00
058_placeholder.py Add placeholders for reserved migrations 2014-09-25 18:24:38 -04:00
059_placeholder.py Add placeholders for reserved migrations 2014-09-25 18:24:38 -04:00
060_placeholder.py Add placeholders for reserved migrations 2014-09-25 18:24:38 -04:00
061_add_parent_project.py Fix downgrade from migration 61 on non-sqlite 2015-01-08 08:37:10 -06:00
062_drop_assignment_role_fk.py Split roles into their own backend within assignments 2015-01-14 04:36:49 +00:00
063_drop_region_auth_url.py Drop URL field from region table 2015-02-02 18:13:17 -05:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00