summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorZhiteng Huang <zhiteng.huang@intel.com>2012-12-06 14:21:50 +0800
committerZhiteng Huang <zhiteng.huang@intel.com>2013-01-04 11:31:58 +0800
commit5177c7918b4d48645071234f8474b824759d71ef (patch)
tree0011c9974c33c82a27c98f29e62f690173feb127 /tools
parent008500197a82a0ec15822bf17a35c5a283c50910 (diff)
downloadoslo-5177c7918b4d48645071234f8474b824759d71ef.tar.gz
oslo-5177c7918b4d48645071234f8474b824759d71ef.tar.xz
oslo-5177c7918b4d48645071234f8474b824759d71ef.zip
Add common filter/filter handler for filter scheduler
Filter scheduler is being used for more than one core projects (Nova and Cinder as of writing), the implementation shared a lot of common code. This patch moves base filter/filter handler class as well as common filter implementation for filter scheduler into oslo to reduce possible porting. implement bp: common-filters Change-Id: If0b1dee79c410c98e152230b55c1ec5dbcdef27c
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 2403294..4d42714 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -9,3 +9,4 @@ iso8601>=0.1.4
anyjson==0.2.4
kombu==1.0.4
argparse
+stevedore