From 0d78deeccd0f6bd0f132c422bc9d730f8d60894c Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Tue, 21 Jan 2014 09:05:19 +0000 Subject: [PATCH] Allow use of oslo.messaging 1.3.0a4 from pypi In I87eaefb37fa52142d47b4aba4f3f76452771f74e we are having beta releases of oslo.messaging be uploaded to pypi. We need to do this because of reported change in behaviour in pip 1.5 - from sdague: pip 1.5 disables non pypi urls by default, all of them will need to be explicitly white listed. Change-Id: I94843886ef0b40670fb82733048113c9ef7c3c46 --- dev-requirements.txt | 2 -- global-requirements.txt | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 85fbf0ba95..36fe006678 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,5 +8,3 @@ # See also: # https://wiki.openstack.org/wiki/Oslo#FAQs # --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 039dd89163..ffd9205d51 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -39,6 +39,7 @@ oauth2 oauthlib ordereddict oslo.config>=1.2.0 +oslo.messaging>=1.3.0a4 oslo.rootwrap os-apply-config os-collect-config