From 690f343ea4d9b106787501e264eaf837d7d11622 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen <jim@jimrollenhagen.com> Date: Wed, 4 May 2016 07:55:57 -0400 Subject: [PATCH] Remove ClusteredComputeManager docs This is super unsupported and we really shouldn't be recommending this to people unless they seriously know what they're doing. It's useless on a single-compute-host deployment, and racey with multiple hosts. Change-Id: I9049cf0b7f25b4467fd5fcbb1500fed6fd5c5725 --- doc/source/deploy/install-guide.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index 3da122cda7..202367f613 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -481,10 +481,6 @@ Compute service's controller nodes and compute nodes.* #reserved_host_disk_mb=0 reserved_host_memory_mb=0 - # Full class name for the Manager for compute (string value) - #compute_manager=nova.compute.manager.ComputeManager - compute_manager=ironic.nova.compute.manager.ClusteredComputeManager - # Flag to decide whether to use baremetal_scheduler_default_filters or not. # (boolean value) #scheduler_use_baremetal_filters=False