File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,9 @@ INSTANCE_NAME_PREFIX=${INSTANCE_NAME_PREFIX:-instance-}
195195VIRT_DRIVER=${VIRT_DRIVER:- libvirt}
196196LIBVIRT_TYPE=${LIBVIRT_TYPE:- kvm}
197197
198- # nova supports pluggable schedulers. ``SimpleScheduler `` should work in most
199- # cases unless you are working on multi-zone mode .
200- SCHEDULER=${SCHEDULER:- nova.scheduler.simple.SimpleScheduler }
198+ # Nova supports pluggable schedulers. ``FilterScheduler `` should work in most
199+ # cases.
200+ SCHEDULER=${SCHEDULER:- nova.scheduler.filter_scheduler.FilterScheduler }
201201
202202HOST_IP_IFACE=${HOST_IP_IFACE:- eth0}
203203# Use the eth0 IP unless an explicit is set by ``HOST_IP`` environment variable
@@ -1192,7 +1192,7 @@ add_nova_opt "[DEFAULT]"
11921192add_nova_opt " verbose=True"
11931193add_nova_opt " auth_strategy=keystone"
11941194add_nova_opt " allow_resize_to_same_host=True"
1195- add_nova_opt " scheduler_driver =$SCHEDULER "
1195+ add_nova_opt " compute_scheduler_driver =$SCHEDULER "
11961196add_nova_opt " dhcpbridge_flagfile=$NOVA_CONF_DIR /$NOVA_CONF "
11971197add_nova_opt " fixed_range=$FIXED_RANGE "
11981198if is_service_enabled n-obj; then
You can’t perform that action at this time.
0 commit comments