Merge "Add nova scheduler_host_subset_size option to docs"

This commit is contained in:
Jenkins 2016-08-16 00:27:09 +00:00 committed by Gerrit Code Review
commit 3846ade334

View File

@ -504,6 +504,14 @@ Compute service's controller nodes and compute nodes.*
#scheduler_tracks_instance_changes=True #scheduler_tracks_instance_changes=True
scheduler_tracks_instance_changes=False scheduler_tracks_instance_changes=False
# New instances will be scheduled on a host chosen randomly from a subset
# of the N best hosts, where N is the value set by this option. Valid
# values are 1 or greater. Any value less than one will be treated as 1.
# For ironic, this should be set to a number >= the number of ironic nodes
# to more evenly distribute instances across the nodes.
#scheduler_host_subset_size=1
scheduler_host_subset_size=9999999
2. Change these configuration options in the ``ironic`` section. 2. Change these configuration options in the ``ironic`` section.
Replace: Replace: