Browse code

Merge "Use an actual existing nova scheduler in README.md"

Jenkins authored on 2015/05/12 06:36:38
Showing 1 changed files
... ...
@@ -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: