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

This commit is contained in:
Jenkins 2015-05-11 21:36:38 +00:00 committed by Gerrit Code Review
commit 041fd16521
1 changed files with 1 additions and 1 deletions

View File

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