From 2ac3211a551bba4f5e6f63caffb047197a9969b3 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 24 Sep 2013 12:42:31 +0100 Subject: [PATCH] Use oslo.config 1.2.0 Now that oslo.config 1.2.0 final has been released, projects should stop requiring the beta version. Related-Bug: #1182861 Change-Id: Iadbcf27e64a5755e178fc81b5ee225aeb3914026 --- dev-requirements.txt | 2 -- global-requirements.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c76608831f..85fbf0ba95 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,5 @@ # See also: # https://wiki.openstack.org/wiki/Oslo#FAQs # --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 -f http://tarballs.openstack.org/oslo.messaging/oslo.messaging-1.2.0a11.tar.gz#egg=oslo.messaging-1.2.0a11 oslo.messaging>=1.2.0a11 diff --git a/global-requirements.txt b/global-requirements.txt index 4ecb80fa80..19f1fe6622 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -36,7 +36,7 @@ netaddr netifaces>=0.5 oauth2 ordereddict -oslo.config>=1.1.0 +oslo.config>=1.2.0 os-apply-config os-collect-config os-refresh-config