From 2b3da5e312a2ab94cf3a46183bdd4299acbb7129 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 23 Aug 2013 10:24:54 -0400 Subject: [PATCH] Update oslo.config Update oslo.config to 1.2.0a3 it contains a bucket load of python3 fixes that is needed for py3 compat in python-keystoneclient. Change-Id: I3bc2e617b97822158ebfa39c021233557282e479 Signed-off-by: Chuck Short --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c5378766c..fb5598e33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,6 @@ PrettyTable>=0.6,<0.8 requests>=1.1 simplejson>=2.0.9 six -oslo.config>=1.1.0 +-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 netaddr