summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorIan Cordasco <ian.cordasco@rackspace.com>2015-01-30 18:29:41 -0600
committerIan Cordasco <ian.cordasco@rackspace.com>2015-01-30 18:29:43 -0600
commit7379923070c666d6fc7214a36253d60a25c20cc5 (patch)
tree50ec135debb9aee180c2cbe1976ff2b0e077bd63 /requirements.txt
parent57868208d98caa65adba9d59daa6b7304a3cfc83 (diff)
downloadoslo-policy-7379923070c666d6fc7214a36253d60a25c20cc5.tar.gz
Remove use of graduated modules
- Replace usage of oslo_policy.openstack.common.log with oslo_log.log - Replace usage of oslo_policy.openstack.common.fixture.lockutils with oslo_concurrency.fixture.lockutils - Replace tox usage of oslo_policy.openstack.common.lockutils with lockutils-wrapper console script provided by oslo_concurrency Closes-bug: 1415628 Change-Id: I6c18351b5bafa50a4da090b270f576a549db6b93
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 91f5f49..c85878f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,5 +3,7 @@
# process, which may cause wedges in the gate later.
Babel>=0.9.6
+oslo.concurrency>=1.4.1 # Apache-2.0
oslo.config>=1.4.0 # Apache-2.0
+oslo.log>=0.1.0 # Apache-2.0
oslo.serialization>=1.1.0 # Apache-2.0