Merge "Clarify what changed with scheduler_host_manager."

This commit is contained in:
Jenkins 2016-10-28 12:37:01 +00:00 committed by Gerrit Code Review
commit 951a2f4219

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