summaryrefslogtreecommitdiffstats
path: root/nova/scheduler
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge "Shrink Simple Scheduler"Jenkins2012-07-261-68/+3
|\ \
| * | Shrink Simple SchedulerJoe Gordon2012-07-251-68/+3
| |/
* / Remove unused scheduler functionsJoe Gordon2012-07-254-85/+0
|/
* Merge "Fix docstring typo"Jenkins2012-07-201-1/+1
|\
| * Fix docstring typoJoe Gordon2012-07-171-1/+1
* | Merge "Split ComputeFilter up."Jenkins2012-07-203-23/+55
|\ \
| * | Split ComputeFilter up.Joe Gordon2012-07-183-23/+55
* | | Merge "Add debug output to RamFilter"Jenkins2012-07-201-2/+8
|\ \ \
| * | | Add debug output to RamFilterJoe Gordon2012-07-171-2/+8
| | |/ | |/|
* | | Merge "Adds generic retries for build failures."Jenkins2012-07-204-8/+113
|\ \ \
| * | | Adds generic retries for build failures.Brian Elliott2012-07-174-8/+113
| |/ /
* | / Raise NotImplementedError, not NotImplemented singletonJohannes Erdfelt2012-07-181-1/+1
| |/ |/|
* | Remove obsolete line in host_managerHengqing Hu2012-07-181-1/+0
|/
* Refactoring required for blueprint xenapi-live-migrationJohn Garbutt2012-07-161-177/+29
* Change base rpc version to 1.0 in compute rpcapi.Russell Bryant2012-07-121-2/+2
* Use compute_api.get_all in affinity filters.Dan Prince2012-07-111-4/+9
* Switch to common notifiers.Andrew Bogott2012-07-062-2/+2
* Switch to common logging.Andrew Bogott2012-07-0211-11/+11
* Adds default fall-through to the multi scheduler.David Scannell2012-06-271-2/+9
* refactor libvirt from connection -> driverSean Dague2012-06-271-1/+1
* Merge "Improve filter_scheduler performance"Jenkins2012-06-271-1/+2
|\
| * Improve filter_scheduler performanceChris Behrens2012-06-261-1/+2
* | Allow single uuid to be specified for affinity.Vishvananda Ishaya2012-06-261-1/+4
|/
* Merge "vm state and task state management"Jenkins2012-06-251-2/+2
|\
| * vm state and task state managementYun Mao2012-06-211-2/+2
* | Fixes ram_allocation_ratio based over subscriptionJoe Gordon2012-06-212-1/+6
|/
* Use rpc from openstack-common.Russell Bryant2012-06-202-3/+3
* Merge "Replaces functions in utils.py with openstack/common/timeutils.py"Jenkins2012-06-183-7/+8
|\
| * Replaces functions in utils.py with openstack/common/timeutils.pyZhongyue Luo2012-06-163-7/+8
* | Add CPU arch filter scheduler supportChuck Short2012-06-151-0/+44
|/
* Merge " Fixes bug lp:999928"Jenkins2012-06-101-3/+4
|\
| * Fixes bug lp:999928yaguang tang2012-06-071-3/+4
* | Fixes affinity filters when hints is NoneVishvananda Ishaya2012-06-071-3/+3
* | Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-072-5/+5
|/
* Merge "Unused imports cleanup (folsom-2)"Jenkins2012-06-062-2/+0
|\
| * Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-032-2/+0
* | Merge "Add shared_storage_test methods to compute rpcapi."Jenkins2012-06-061-10/+6
|\ \
| * | Add shared_storage_test methods to compute rpcapi.Russell Bryant2012-06-011-10/+6
* | | Merge "Add get_instance_disk_info to the compute rpcapi."Jenkins2012-06-061-5/+1
|\| |
| * | Add get_instance_disk_info to the compute rpcapi.Russell Bryant2012-06-011-5/+1
| |/
* | Merge "cleanup power state (partially implements bp task-management)"Jenkins2012-06-051-3/+1
|\ \ | |/ |/|
| * cleanup power state (partially implements bp task-management)Yun Mao2012-05-291-3/+1
* | Merge "Fix instance update notification publisher id"Jenkins2012-06-012-2/+4
|\ \
| * | Fix instance update notification publisher idBrian Elliott2012-05-302-2/+4
| |/
* | Add compare_cpu to the compute rpcapi.Russell Bryant2012-05-311-4/+4
* | Merge "Move queue_get_for() from db to rpc."Jenkins2012-05-311-12/+12
|\ \
| * | Move queue_get_for() from db to rpc.Russell Bryant2012-05-301-12/+12
| |/
* / Add scheduler filter for trustedness of a hostDon Dugger2012-05-281-0/+207
|/
* Use utils.utcnow rather than datetime.utcnowZhongyue Luo2012-05-251-1/+4
* Added a instance state update notificationBrian Elliott2012-05-242-2/+12