From f56db6baae03073eacb71e02b273dea06be8a815 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Tue, 28 Nov 2017 11:15:47 +0100 Subject: [PATCH] Remove ceilometerclient from requirements.txt The Ceilometer datasource driver was removed in [1], and now that python-ceilometerclient has been officially removed [2] we should remove it from the requirements, too. [1] - https://review.openstack.org/517527 [2] - https://review.openstack.org/522183 Change-Id: If8ec7ff00d0242c96fafaa466b63d976eca1269c --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19f99b6bf..8801d859c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,6 @@ python-monascaclient>=1.7.0 # Apache-2.0 python-muranoclient>=0.8.2 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 -python-ceilometerclient>=2.5.0 # Apache-2.0 python-cinderclient>=3.2.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 python-ironicclient>=1.14.0 # Apache-2.0