summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2016-09-18 19:11:43 +0200
committerJulien Danjou <julien@danjou.info>2016-09-18 19:11:43 +0200
commitfae8caee14963e1d8b031897004a39a38f0a2795 (patch)
tree2778b2c9c2769c12f172861a0c45a295e73244af /requirements.txt
parent976d8b4931fd9037e73c123e91ee12f390885b18 (diff)
downloadceilometer-fae8caee14963e1d8b031897004a39a38f0a2795.tar.gz
Move oslo.db to hard requirements list
The options from oslo.db are also used by other storage drivers such as MongoDB, which makes it mandatory even for this backend. Change-Id: I3b09cffca1285ff92c0c7492b5b48c6a560251e5 Closes-Bug: #1624692
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 9534fe79..71d9ff0f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,6 +15,7 @@ lxml>=2.3 # BSD
msgpack-python>=0.4.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
oslo.config>=3.9.0 # Apache-2.0
+oslo.db>=4.1.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0