From 3143af2781823f14dd6e8183876cb9ea7cb303c3 Mon Sep 17 00:00:00 2001 From: Sumit Naiksatam Date: Wed, 13 Jan 2016 20:08:57 -0800 Subject: [PATCH] Pin keystoneclient to liberty branch Change-Id: I98ce9524428c532bbb19af3093f8dc771f503081 --- requirements.txt | 1 + test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index dc488f144..1e1273ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +pbr>=1.6 oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index f02575f22..fadf696a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,6 +8,7 @@ # REVISIT: the following needs to be replaced with an updated reference -e git+https://github.com/noironetworks/apic-ml2-driver.git@temp/liberty#egg=apic_ml2 -e git+https://github.com/openstack/python-heatclient@stable/liberty#egg=heatclient +-e git+https://github.com/openstack/python-keystoneclient@stable/liberty#egg=keystoneclient hacking>=0.9.2,<0.10 cliff>=1.14.0 # Apache-2.0