keystone/keystone
Brant Knudson 44ceda2816 Use oslo.db sessions
Keystone was using its own keystone.common.sql module for
database access. oslo-incubator's db.sqlalchemy module provides
the same or better functionality, so use that instead.

DocImpact
- The options that were in the [sql] section are deprecated and
  replaced by options in the [database] section. There are
  also several new options in this section. If database
  configuration is described for another project that uses
  oslo-incubator's db.sqlalchemy module the docs can be shared.

Part of bp use-common-oslo-db-code

Change-Id: I25b717d9616e9d31316441ae3671d2f86229c2bf
2013-12-18 16:17:26 -06:00
..
assignment Merge "One transaction per call to sql assignment backend" 2013-12-04 04:19:49 +00:00
auth Policy based domain isolation can't be defined. 2013-12-16 16:29:25 -07:00
catalog Fix errors for create_endpoint api in version2 2013-12-11 16:24:16 +08:00
common Use oslo.db sessions 2013-12-18 16:17:26 -06:00
contrib Fix issues handling trust tokens via ec2tokens API 2013-12-11 06:19:38 +00:00
credential Merge "Dependency cleanup" 2013-12-03 18:38:44 +00:00
identity Uses oslo's deprecated decorator; removes ours 2013-12-14 15:39:47 -08:00
locale Imported Translations from Transifex 2013-11-28 06:02:03 +00:00
middleware Remove deprecated auth_token middleware 2013-11-21 10:22:06 +08:00
openstack Sync db.sqlalchemy from oslo-incubator 2013-12-11 17:24:17 -06:00
policy Merge "Dependency cleanup" 2013-12-03 18:38:44 +00:00
tests Use oslo.db sessions 2013-12-18 16:17:26 -06:00
token Uses oslo's deprecated decorator; removes ours 2013-12-14 15:39:47 -08:00
trust trustee unable to perform role based operations on trust 2013-12-16 08:44:24 -06:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
clean.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
cli.py Use oslo.db sessions 2013-12-18 16:17:26 -06:00
config.py Refactor setup_logging 2013-12-13 13:08:12 -06:00
controllers.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
exception.py Merge "Try decoding string to UTF-8 on error message fail" 2013-12-04 14:08:23 +00:00
notifications.py Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
routers.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
service.py Cleanup backend loading 2013-12-14 21:07:23 -08:00