From c86a76e13ea07005e31890695c220081b0ed816d Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 29 Jan 2015 11:46:14 +0000 Subject: Remove deprecated references to oslo-incubator Purge references to modules which have been deprecated by various oslo libraries. Requires changes to use oslo.utils and oslo.concurrency, which are added to the requirements, syncing with the latest in global requirements so we can also move to the un-namespaced oslo package names. Change-Id: Idacb71b7871330e3b3fabf4a926a5b8987614c4d --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b3cb7ed..cc08a28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ six>=1.6.0 eventlet>=0.13.0 iso8601>=0.1.9 netaddr>=0.7.6 -oslo.config>=1.2.0 +oslo.concurrency>=1.4.1 # Apache-2.0 +oslo.utils>=1.2.0 # Apache-2.0 PyYAML>=3.1.0 -- cgit 1.2.3-korg