summaryrefslogtreecommitdiffstats
path: root/nova/scheduler
Commit message (Expand)AuthorAgeFilesLines
...
* Merge "Updated scheduler and compute for multiple capabilities."Jenkins2012-11-103-11/+29
|\
| * Updated scheduler and compute for multiple capabilities.Mikyung Kang2012-11-103-11/+29
* | Get rid of pylint E0203 in filter_scheduler.pyArata Notsu2012-11-101-1/+2
|/
* Remove generic topic support from filter schedulerChris Behrens2012-11-094-47/+29
* Make HostManager.get_all_host_states() return an iteratorArata Notsu2012-11-082-12/+6
* Switch from FLAGS to CONF in nova.schedulerMark McLoughlin2012-11-0417-68/+80
* Remove flags.DECLAREMark McLoughlin2012-11-041-2/+4
* Merge "Eliminates simultaneous schedule race."Jenkins2012-11-031-15/+28
|\
| * Eliminates simultaneous schedule race.Vishvananda Ishaya2012-11-011-15/+28
* | Merge "Add some hooks for managers when service starts"Jenkins2012-11-021-3/+8
|\ \
| * | Add some hooks for managers when service startsChris Behrens2012-11-011-3/+8
* | | Remove nova-volume scheduling supportJoe Gordon2012-10-317-143/+11
|/ /
* / Add scheduler retries for prep_resize operations.Brian Elliott2012-10-311-7/+21
|/
* Merge "Let scheduler know services' capabilities at startup"Jenkins2012-10-291-0/+4
|\
| * Let scheduler know services' capabilities at startupArata Notsu2012-10-281-0/+4
* | Merge "removes the nova-volume code from nova"Jenkins2012-10-291-18/+2
|\ \
| * | removes the nova-volume code from novaVishvananda Ishaya2012-10-281-18/+2
| |/
* / Don't elevate context when calling run_instanceVishvananda Ishaya2012-10-281-2/+1
|/
* Fix check for memory_mbDavanum Srinivas2012-10-271-1/+1
* Fix hardcoded topic strings with constants.Michael H Wilson2012-10-256-15/+18
* Merge "Clarify trusted_filter conf options"Jenkins2012-10-101-10/+16
|\
| * Clarify trusted_filter conf optionsJoe Gordon2012-10-081-10/+16
* | Remove cast_to_network from scheduler.Russell Bryant2012-10-091-11/+1
* | Set instance host field after resource claimBrian Elliott2012-10-083-7/+6
|/
* Num instances scheduler filterBrian Elliott2012-09-281-0/+42
* Max I/O ops per host scheduler filterBrian Elliott2012-09-281-0/+44
* Added compute node stats to HostStateBrian Elliott2012-09-272-3/+95
* Set volume status to error if scheduling fails.Russell Bryant2012-09-211-3/+3
* Merge " Cleanup unused import in manager.py"Jenkins2012-09-201-2/+0
|\
| * Cleanup unused import in manager.pyNewptone2012-09-191-2/+0
* | Fix bugs in resource tracker and cleanupBrian Elliott2012-09-205-22/+78
|/
* Merge "Improve error handling of scheduler"Jenkins2012-09-191-31/+38
|\
| * Improve error handling of schedulerVishvananda Ishaya2012-09-171-31/+38
* | Update quota when deleting volume that failed to be scheduledZhiteng Huang2012-09-185-17/+16
* | Update scheduler rpc API version.Russell Bryant2012-09-182-4/+6
* | Adds new volume API extensionsUnmesh Gurjar2012-09-186-11/+14
|/
* Fixes error handling during schedule_run_instanceVishvananda Ishaya2012-09-173-30/+71
* Correct typo in memory_mb_limit filter propertyBrian Elliott2012-09-141-1/+1
* Merge "Avoid live migrate overwriting the other task_state"Jenkins2012-09-131-10/+1
|\
| * Avoid live migrate overwriting the other task_stateJian Wen2012-09-131-10/+1
* | fix rpcapi version.Russell Bryant2012-09-111-0/+8
|/
* Merge "Add documentation for scheduler filters scope"Jenkins2012-09-102-0/+4
|\
| * Add documentation for scheduler filters scopeJoe Gordon2012-09-102-0/+4
* | delete a module never usedTeng Li2012-09-101-1/+0
|/
* Add scope to extra_specs entriesDon Dugger2012-09-053-1/+5
* Merge "Remove scheduler RPC API version 1.x"Jenkins2012-08-316-320/+30
|\
| * Remove scheduler RPC API version 1.xMark McLoughlin2012-08-296-320/+30
* | Merge "Add version 2.0 of the scheduler RPC API"Jenkins2012-08-312-6/+81
|\|
| * Add version 2.0 of the scheduler RPC APIMark McLoughlin2012-08-292-6/+81
* | Merge "Remove some remnants of VSA support"Jenkins2012-08-311-13/+0
|\|