nova/releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml
Matt Riedemann 7e2f5c7d34 Remove deprecated ability to load scheduler_host_manager from path
The ability to load the scheduler_host_manager from a random
classpath was deprecated in Mitaka. This removes that ability
so that only the entrypoints in Nova's setup.cfg can be used
to load the scheduler host manager.

The scheduler_host_manager config option is updated to only
allow the choices that are currently in the setup.cfg.

And a release note is added for the upgrade impact of dropping
the deprecated classpath loading ability.

Change-Id: I886c74afac02d100d472b78522e8295748276e4d
Related-Bug: #1403020
2016-04-18 18:00:35 -04:00

7 lines
230 B
YAML

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