From 5fd9845d2e4a58bea58f43db3c32f5bbe3219a91 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Fri, 19 Sep 2014 08:51:00 +0000
Subject: [PATCH] Updated from global requirements

Change-Id: I10186a04dd5a487a363d9041cf5728af97344d61
---
 requirements-py3.txt      | 6 +++---
 requirements.txt          | 6 +++---
 test-requirements-py3.txt | 4 ++--
 test-requirements.txt     | 4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/requirements-py3.txt b/requirements-py3.txt
index dc43ea242..4d7ef9571 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -2,9 +2,9 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-oslo.config>=1.4.0.0a3
-oslo.utils>=0.3.0                       # Apache-2.0
-stevedore>=0.14
+oslo.config>=1.4.0  # Apache-2.0
+oslo.utils>=1.0.0                       # Apache-2.0
+stevedore>=1.0.0  # Apache-2.0
 
 # for jsonutils
 six>=1.7.0
diff --git a/requirements.txt b/requirements.txt
index a6a6ea4e5..7b42608a0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,9 +2,9 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-oslo.config>=1.4.0.0a3
-oslo.utils>=0.3.0                       # Apache-2.0
-stevedore>=0.14
+oslo.config>=1.4.0  # Apache-2.0
+oslo.utils>=1.0.0                       # Apache-2.0
+stevedore>=1.0.0  # Apache-2.0
 
 # for jsonutils
 six>=1.7.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index f884f8f0b..fc126ca62 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -13,7 +13,7 @@ python-subunit>=0.0.18
 testrepository>=0.0.18
 testscenarios>=0.4
 testtools>=0.9.34
-oslotest>=1.1.0.0a2
+oslotest>=1.1.0  # Apache-2.0
 
 # when we can require tox>= 1.4, this can go into tox.ini:
 #  [testenv:cover]
@@ -22,4 +22,4 @@ coverage>=3.6
 
 # this is required for the docs build jobs
 sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0.0a2
+oslosphinx>=2.2.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index bade4b64a..6bf70b195 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ python-subunit>=0.0.18
 testrepository>=0.0.18
 testscenarios>=0.4
 testtools>=0.9.34
-oslotest>=1.1.0.0a2
+oslotest>=1.1.0  # Apache-2.0
 
 # for test_qpid
 qpid-python
@@ -25,4 +25,4 @@ coverage>=3.6
 
 # this is required for the docs build jobs
 sphinx>=1.1.2,!=1.2.0,<1.3
-oslosphinx>=2.2.0.0a2
+oslosphinx>=2.2.0  # Apache-2.0