summaryrefslogtreecommitdiff
path: root/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 /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 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 3b3829c..e716dc4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +8,5 @@ oslo.utils
pbr>=1.6 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
six>=1.9.0 # MIT
+keystoneauth1>=2.18.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0