From 03db8bec6d36147ab86574386b78d225df4aec24 Mon Sep 17 00:00:00 2001 From: Jean-Emile DARTOIS Date: Mon, 30 Nov 2015 11:29:23 +0100 Subject: [PATCH] add missing keystoneclient dependency Change-Id: Ia3dbc70366b370103128b6f86a0cec20a55a8dcb --- requirements.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 64f37fe52..d30f66e5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,18 +16,13 @@ oslo.utils>=2.0.0,!=2.6.0 # Apache-2.0 PasteDeploy>=1.5.0 pbr>=1.6 pecan>=1.0.0 - -# Collector python-ceilometerclient>=1.5.0 - -# -- watcher Applier python-cinderclient>=1.3.1 python-glanceclient>=0.18.0 +python-keystoneclient>=1.6.0,!=1.8.0 python-neutronclient>=2.6.0 python-novaclient>=2.28.1,!=2.33.0 python-openstackclient>=1.5.0 -# -- - six>=1.9.0 SQLAlchemy>=0.9.9,<1.1.0 stevedore>=1.5.0 # Apache-2.0