Update nova scheduler_host_manager config docs

Nova no longer allows the full python path to the host manager class.
Update the docs to be correct.

Change-Id: I54f203399dff5c9496516d9260e5f43bcc47b022
This commit is contained in:
Jim Rollenhagen 2016-08-03 08:05:06 -04:00
parent 863ffe984c
commit ced53d561f

View File

@ -466,8 +466,8 @@ Compute service's controller nodes and compute nodes.*
firewall_driver=nova.virt.firewall.NoopFirewallDriver
# The scheduler host manager class to use (string value)
#scheduler_host_manager=nova.scheduler.host_manager.HostManager
scheduler_host_manager=nova.scheduler.ironic_host_manager.IronicHostManager
#scheduler_host_manager=host_manager
scheduler_host_manager=ironic_host_manager
# Virtual ram to physical ram allocation ratio which affects
# all ram filters. This configuration specifies a global ratio