| ... | ... |
@@ -332,7 +332,7 @@ that includes at least: |
| 332 | 332 |
You likely want to change your `localrc` section to run a scheduler that |
| 333 | 333 |
will balance VMs across hosts: |
| 334 | 334 |
|
| 335 |
- SCHEDULER=nova.scheduler.simple.SimpleScheduler |
|
| 335 |
+ SCHEDULER=nova.scheduler.filter_scheduler.FilterScheduler |
|
| 336 | 336 |
|
| 337 | 337 |
You can then run many compute nodes, each of which should have a `stackrc` |
| 338 | 338 |
which includes the following, with the IP address of the above controller node: |