Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/cinder/+spec/scheduler-code-refactor. Description: Some of the filters and all weight logic now resides in cinder.openstack.common.scheduler, but there are also some filters in cinder.scheduler, it is not consistent. Now we are planning to move scheduler logic to oslo and make nova&cinder leverage from it, so we should finally put all filters to cinder/openstack/common/scheduler. Specification URL (additional information): None