From 03f8f5a08418080162a3d2f90658a597606e7c45 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 14 Oct 2016 15:03:11 -0700 Subject: [PATCH] Clarify what changed with scheduler_host_manager. The wording could be interpreted as the full removal of the scheduler_host_manager configuration entry itself. Change-Id: Ifd8269ae3467f1828ea2d6764cd42446be6de5a0 --- .../notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml b/releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml index 57d744c3b902..662c5554ec4f 100644 --- a/releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml +++ b/releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml @@ -3,4 +3,6 @@ upgrade: - The ability to load a custom scheduler host manager via the ``scheduler_host_manager`` configuration option was deprecated in the 13.0.0 Mitaka release and is now removed in the 14.0.0 Newton - release. + release. Host managers can only be selected by name and not by full + class path. The allowed values are ``host_manager`` and + ``ironic_host_manager``.