summaryrefslogtreecommitdiffstats
path: root/nova/scheduler
Commit message (Expand)AuthorAgeFilesLines
* Merge "Pass None to image if booted from volume in live migration"Jenkins2013-05-141-1/+5
|\
| * Pass None to image if booted from volume in live migrationDongdong Zhou2013-05-081-1/+5
* | Merge "Adds useful debug logging to filter_scheduler"Jenkins2013-05-141-4/+11
|\ \ | |/ |/|
| * Adds useful debug logging to filter_schedulerPhil Day2013-05-101-4/+11
* | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-072-4/+4
|/
* Merge "Add force_nodes to filter properties"Jenkins2013-05-031-20/+46
|\
| * Add force_nodes to filter propertiesDevananda van der Veen2013-05-021-20/+46
* | Deprecate show_host_resources() in scheduler managerHans Lindgren2013-05-022-6/+1
|/
* Reset migrating task state for MigrationError exceptionsHans Lindgren2013-05-013-3/+13
* Update to using oslo periodic tasks implementation.Michael Still2013-05-011-1/+2
* Small whitespace tweak.Michael Still2013-04-301-1/+1
* Kill off usage of locals() in the filter_scheduler.Michael Still2013-04-301-10/+18
* Remove local variable only used in logging.Michael Still2013-04-301-3/+2
* Merge "Adds tests for isolated_hosts_filter"Jenkins2013-04-291-2/+20
|\
| * Adds tests for isolated_hosts_filterMatthew Sherborne2013-04-261-2/+20
* | Move get_backdoor_port to base rpc API.Russell Bryant2013-04-242-4/+2
* | Add an rpc API common to all services.Russell Bryant2013-04-231-1/+2
|/
* Remove unused exception and variable from scheduler.Alvaro Lopez Garcia2013-04-181-1/+0
* Merge "Remove unnecessary db call in scheduler driver live-migration code"Jenkins2013-04-121-2/+2
|\
| * Remove unnecessary db call in scheduler driver live-migration codeHans Lindgren2013-04-111-2/+2
* | Merge "Remove multi scheduler."Jenkins2013-04-111-78/+0
|\ \
| * | Remove multi scheduler.Russell Bryant2013-04-101-78/+0
* | | Merge "Remove unnecessary LOG initialisation"Jenkins2013-04-102-5/+0
|\ \ \
| * | | Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-102-5/+0
| |/ /
* / / Simplify random host choice.Russell Bryant2013-04-101-1/+1
|/ /
* / Catch NoValidHost exception during live-migrationHans Lindgren2013-04-091-1/+2
|/
* Remove deprecated Grizzly code.Joe Gordon2013-04-045-148/+2
* Merge "Remove dead code."Jenkins2013-03-181-1/+1
|\
| * Remove dead code.Russell Bryant2013-03-171-1/+1
* | Reset migrating task state for more ExceptionsAndrew Laski2013-03-151-1/+3
* | Merge "Fixes instance task_state being left as migrating"Jenkins2013-03-151-1/+4
|\ \ | |/ |/|
| * Fixes instance task_state being left as migratingFei Long Wang2013-03-121-1/+4
* | Fix: Managers that incorrectly derive from SchedulerDependentManagerHans Lindgren2013-03-121-5/+4
|/
* Remove uses of instance['instance_type'] from nova/schedulerDan Smith2013-03-081-1/+2
* Fix issues with re-raising exceptions.Russell Bryant2013-03-051-3/+4
* Don't use instance['instance_type'] for scheduler filters in migrationDan Smith2013-02-281-1/+3
* Update OpenStack LLC to FoundationKurt Taylor2013-02-2631-31/+31
* Merge "Use oslo-config-2013.1b4"Jenkins2013-02-2020-24/+38
|\
| * Use oslo-config-2013.1b4Mark McLoughlin2013-02-1920-24/+38
* | Multi-tenancy isolation with aggregatesBelmiro Moreira2013-02-191-0/+47
|/
* Ensure rpc result is primitive types.Russell Bryant2013-02-181-1/+2
* Live migration with an auto selection of destHans Lindgren2013-02-192-14/+58
* Add select_hosts to scheduler manager rpcDavid Scannell2013-02-185-1/+31
* Merge "Make scheduler remove dead nodes from its cache."Jenkins2013-02-151-0/+10
|\
| * Make scheduler remove dead nodes from its cache.Devananda van der Veen2013-02-111-0/+10
* | filter_scheduler: Select from a subset of hosts.John Herndon2013-02-141-6/+31
* | Merge "Handle compute node not available for live migration"Jenkins2013-02-132-1/+15
|\ \
| * | Handle compute node not available for live migrationJian Wen2013-01-312-1/+15
* | | Support for scheduler hints for VM groupsGary Kotton2013-02-083-2/+59
| |/ |/|
* | Merge "Return to skipping filters when using force_hosts."Jenkins2013-02-071-2/+5
|\ \