summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@sileht.net>2017-05-13 13:37:33 +0200
committerMehdi Abaakouk <sileht@sileht.net>2017-05-19 07:30:52 +0200
commite2bf485044d8f3743da9298a9e461c5808be31f3 (patch)
treeba505f0a83670b398a7288d28a03e58bb085ec23 /test-requirements.txt
parent0cea730b10000f9e16af33d1cbbe9ca2004a3880 (diff)
downloadceilometermiddleware-e2bf485044d8f3743da9298a9e461c5808be31f3.tar.gz
retrieve project id to ignore from keystone
We currently allows only project uuid, but this is a pain for deployer. Also the default is a project name which doesn't work... This change queries keystone to retrieve project ids when the ignore_projects list are names. By default, if auth_type is not set, we keep the previous behavior to not query keystone. Change-Id: I270d080d3e65eb6b0cd823498a4dd37389c49221
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 13d54b7..89ce1d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,4 +10,4 @@ oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
mock>=1.2 # BSD
reno>=0.1.1 # Apache-2.0
-
+betamax>=0.7.0 # Apache-2.0