From ced53d561f79a23a37042b4d4e3fb762cc3b1995 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Wed, 3 Aug 2016 08:05:06 -0400 Subject: [PATCH] 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 --- doc/source/deploy/install-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index cf8804b238..c671a3bb2b 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -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