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
This commit is contained in:
Jesse Keating 2016-10-14 15:03:11 -07:00
parent 76923cffbb
commit 03f8f5a084
1 changed files with 3 additions and 1 deletions

View File

@ -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``.