]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Implement scheduler hints for API v2
authorNikolaj Starodubtsev <nstarodubtsev@mirantis.com>
Thu, 18 Apr 2013 12:42:35 +0000 (16:42 +0400)
committerNikolaj Starodubtsev <nstarodubtsev@mirantis.com>
Thu, 23 May 2013 12:05:37 +0000 (16:05 +0400)
commit463aa30b3d713921fc178f4e125742a7aad8bd01
treedcf3ac73fcd30951c67e6ca8dfa3a8df3c118e80
parent1d6de0f42cb36861338209a4c9ead1dc677d4f2f
Implement scheduler hints for API v2

We've done this implementation because we need to use scheduler hint in
cinder with some specific filters. So, most part of code have been
imported from nova.

bp scheduler-hints
docimpact

Change-Id: I4c8a78ade4ff668d79e7aa6d0d358029754e3d90
cinder/api/contrib/scheduler_hints.py [new file with mode: 0644]
cinder/api/openstack/wsgi.py
cinder/api/v2/volumes.py
cinder/tests/api/contrib/test_scheduler_hints.py [new file with mode: 0644]
cinder/volume/api.py