From 30973eb23e02e4fcdb0c6430c038b49d0d966e6b Mon Sep 17 00:00:00 2001
From: Robert Kukura <kukura@noironetworks.com>
Date: Mon, 3 Aug 2015 17:19:29 -0400
Subject: [PATCH] Cap requirements for kilo

Cap python-heatclient version range to its kilo series. Use kilo
release series for python-neutronclient rather than latest from git.

Change-Id: I140a2d8087e44ae2a5173d80984718f1918f9942
---
 requirements.txt      | 2 +-
 test-requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 52a155d..1f8f99c 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-heatclient>=0.2.9
+python-heatclient>=0.4.0,<0.5
diff --git a/test-requirements.txt b/test-requirements.txt
index 974f01b..c56da47 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +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#egg=python-neutronclient
+python-neutronclient>=2.4.0,<2.5
 hacking>=0.9.2,<0.10
 
 cliff-tablib>=1.0