]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Sync scheduler.filters module from oslo-incubator
authorJay S. Bryant <jsbryant@us.ibm.com>
Mon, 23 Feb 2015 23:14:57 +0000 (17:14 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Mon, 23 Feb 2015 23:14:57 +0000 (17:14 -0600)
commitd0cbd371308f987a38c48730b9276b37c8d83d0d
tree35967c8720f08d67614b8819567a113840cee8e8
parent5e05d97231742a185812da682bb73874144ce9df
Sync scheduler.filters module from oslo-incubator

The scheduler.filters module hasn't been updated since
January of 2014.  As a result there are a number of changes
that we should pull into Cinder's copy.

Current HEAD in OSLO:
---------------------
commit e589dde0721a0a67e4030813e582afec6e70d042
Date:  Wed Feb 18 03:08:12 2015 +0000
Merge "Have a little fun with release notes"

Changes merged with this patch by file:

__init__.py
be81d6ba - Cleanup unused log related code

availability_zone_filter.py
4a47188e -  Allow filters to only run once per request if their data is static

capabilities_filter.py
2fbf5065 - Remove oslo.log code and clean up versionutils API
dacc065a - Merge "Update oslo log messages with translation domains"
86707cd5 - Remove None for dict.get()
fcf517d7 - Update oslo log messages with translation domains

extra_specs_ops.py
ac17de97 - Use oslo_utils instead of deprecated oslo.utils
6ff6b4b4 - Switch oslo-incubator to use oslo.utils and remove old modules

ignore_attempted_hosts_filter.py
2fbf5065 - Remove oslo.log code and clean up versionutils API
39625e18 - Set pbr 'warnerrors' option for doc build
dacc065a - Merge "Update oslo log messages with translation domains"
86707cd5 - Remove None for dict.get()
fcf517d7 - Update oslo log messages with translation domains

json_filter
262279b1 - switch to oslo_serialization
6c706c5c - Delete graduated serialization files
86707cd5 - Remove None for dict.get()

Change-Id: Ida01f1a6518dcd3a977c524c15dfe9f6979a4ead
cinder/openstack/common/scheduler/filters/__init__.py
cinder/openstack/common/scheduler/filters/availability_zone_filter.py
cinder/openstack/common/scheduler/filters/capabilities_filter.py
cinder/openstack/common/scheduler/filters/extra_specs_ops.py
cinder/openstack/common/scheduler/filters/ignore_attempted_hosts_filter.py