From db478f664e2479243991cef62bf1729345dc7b91 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Wed, 1 Mar 2017 17:02:16 +0200 Subject: [PATCH] Explicitly depend on python-openstackclient currently it is installed only due to some other packages exporting osc plugins have python-openstackclient as a hard dependency (e.g. ironic) that should not actually be the case. Instead, add python-openstackclient as explicit requirement to make sure we always get it and its core plugins like nova and keystone. Change-Id: I1215be38e9f47057744303f94f7981d81c37569a --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index df06245..1d6e08f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ python-ironic-inspector-client>=1.5.0 # Apache-2.0 python-mistralclient>=2.0.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-neutronclient>=5.1.0 # Apache-2.0 +python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0 python-saharaclient>=1.1.0 # Apache-2.0 python-searchlightclient>=1.0.0 #Apache-2.0 python-senlinclient>=1.1.0 # Apache-2.0