From 94ee87a6cbdfdb8feedabd6ec23d258009bd2405 Mon Sep 17 00:00:00 2001 From: Joseph Lanoux Date: Thu, 3 Jul 2014 12:57:14 +0000 Subject: [PATCH] Add python-ceilometerclient in requirements With the addition of the ceilometer client in the scenario tests, the python-ceilometerclient is missing. This patch adds it to the packages to be installed in requirements.txt. Change-Id: Icb667def3afb71d20bc7a90e6e031cf671adc321 Closes-Bug: #1337309 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ab2903a908..b86d179f35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ lxml>=2.3 boto>=2.12.0,!=2.13.0 paramiko>=1.13.0 netaddr>=0.7.6 +python-ceilometerclient>=1.0.6 python-glanceclient>=0.9.0 python-keystoneclient>=0.9.0 python-novaclient>=2.17.0