From a11f06cd4a4423a520b48a7ff86b3ea3bdd1e9cb Mon Sep 17 00:00:00 2001
From: Sumit Naiksatam <sumitnaiksatam@gmail.com>
Date: Sun, 26 Oct 2014 21:29:53 -0700
Subject: [PATCH] Pinning test-requirements to neutronclient commit-id

This is the last known stable working version of the neutronclient
that works for GBP.

We will have to use this same version when we package until we update
GBP.

Change-Id: I5b96d55b57509569b2006a4e1ebd77caffb45506
---
 requirements.txt      | 2 +-
 test-requirements.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 7ed37bb..2683dd4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
-python-neutronclient>=2.3.6,<3
+
diff --git a/test-requirements.txt b/test-requirements.txt
index dc32c24..5db63d0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,7 @@
 # The order of packages is significant, because pip processes them in the order
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
+-e git://github.com/openstack/python-neutronclient.git@f8e2e42835e6f3bc0ab321d3a7c25e0109ff5e0a#egg=python-neutronclient
 hacking>=0.8.0,<0.9
 
 cliff-tablib>=1.0