File: config_scheduler_host_manager_driver-a543a74ea70f5e90.yaml

package info (click to toggle)
nova 2%3A14.0.0-4%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 33,804 kB
  • sloc: python: 315,557; sh: 1,317; xml: 1,184; pascal: 1,168; makefile: 126; sql: 43
file content (9 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
---
upgrade:
  - |
    The option ``scheduler_host_manager`` is now changed to use entrypoint
    instead of full class path. Set one of the entrypoints under the namespace
    'nova.scheduler.host_manager' in 'setup.cfg'. Its default value is
    'host_manager'. The full class path style is still supported in current
    release. But it is not recommended because class path can be changed and
    this support will be dropped in the next major release.