From 2ed2e54e3751116526dab705ccf4e21279456f7a Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 16 May 2016 15:20:44 +0300 Subject: [PATCH] [gates][requirements] move gnocchiclient to optional gnocchiclient was removed from global-requirements[*], so we can't have it our main requirements anymore. [*] - https://review.openstack.org/#/c/316356/ Change-Id: I9eb285caf1ed3a45108265ca4d7f14c55e4f98cc --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0db48ccd..1ac4e7ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,6 @@ pbr>=1.6 # Apache-2.0 PrettyTable<0.8,>=0.7 # BSD PyYAML>=3.1.0 # MIT python-designateclient>=1.5.0 # Apache-2.0 -gnocchiclient>=2.2.0 # Apache-2.0 python-glanceclient>=2.0.0 # Apache-2.0 python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0 keystoneauth1>=2.1.0 # Apache-2.0