diff options
author | Alexander Gordeev <agordeev@mirantis.com> | 2013-08-01 17:55:12 +0400 |
---|---|---|
committer | Alexander Gordeev <agordeev@mirantis.com> | 2013-08-16 13:16:31 +0400 |
commit | 9b47301dc5c435c898467bed5f9a56999e4b287c (patch) | |
tree | f1382dbafcf0190ac8a2ad4ebed4e7c9d0156dad /openstack-common.conf | |
parent | 709df3811eae80d6248446b46dc36d3907e7f2c0 (diff) | |
download | heat-9b47301dc5c435c898467bed5f9a56999e4b287c.tar.gz |
Add code from Oslo DB 96d1f887dda Part 2
Oslo version 96d1f887dda21b43ba4376187f31953dee6f5273
This commit just adds new db related code from Oslo
into Heat without additional changes
Partially implements blueprint oslo-db-support
Change-Id: I97515beaf0713f409405bdc27590e216f6ed1937
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index 81b30c2f6..5cc3245c6 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,6 +1,8 @@ [DEFAULT] # The list of modules to copy from openstack-common +module=db +module=db.sqlalchemy module=eventlet_backdoor module=exception module=excutils |