From f14372630a5d26335e88df46fb40217847fa055e Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 24 Sep 2013 21:21:46 +0100 Subject: [PATCH] Require oslo.config 1.2.0 final Now that 1.2.0 has been released, require it rather than one of the beta release tarballs. Closes-Bug: #1182861 Change-Id: I75ffc4a572d14488d19491a38742d6920951c171 --- requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index b96b9e2b3..b14022f3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,8 +23,6 @@ python-keystoneclient>=0.3.0 alembic>=0.4.1 six stevedore>=0.10 - --f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 -oslo.config>=1.2.0a3 +oslo.config>=1.2.0 python-novaclient>=2.12.0 -- 2.45.2