summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorVictor Sergeyev <vsergeyev@mirantis.com>2014-02-13 17:37:36 +0200
committerVictor Sergeyev <vsergeyev@mirantis.com>2014-07-17 14:04:57 +0300
commit4d41e5cd863e3c152c5e2c4fcf88411276fa77ef (patch)
tree8c74175e0af72eecce10a981df862963194184e7 /tools
parenta696fe7c6bb0752308d13a60bbea31da685a14f4 (diff)
downloadironic-4d41e5cd863e3c152c5e2c4fcf88411276fa77ef.tar.gz
Use oslo.db library
oslo.db library has been graduated from oslo-incubator, so now we can use it instead of ironic.openstack.common.db.* code. Co-Authored-By: Ghe Rivero <ghe.rivero@hp.com> Implements: blueprint oslo.db Change-Id: I250050a7dbd8735ba3af954223b54eabae793f59
Diffstat (limited to 'tools')
-rw-r--r--tools/config/oslo.config.generator.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/oslo.config.generator.rc b/tools/config/oslo.config.generator.rc
index 06ee47eee..e18556a86 100644
--- a/tools/config/oslo.config.generator.rc
+++ b/tools/config/oslo.config.generator.rc
@@ -1,2 +1,2 @@
-export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES=oslo.messaging
+export IRONIC_CONFIG_GENERATOR_EXTRA_LIBRARIES='oslo.db oslo.messaging'
export IRONIC_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token