2016-03-03 10:07:46 -05:00
|
|
|
---
|
|
|
|
deprecations:
|
2016-03-16 10:29:38 +01:00
|
|
|
- |
|
|
|
|
Nova used to support the concept that ``service managers`` were
|
2016-03-03 10:07:46 -05:00
|
|
|
replaceable components. There are many config options where you can
|
|
|
|
replace a manager by specifying a new class. This concept is
|
|
|
|
deprecated in Mitaka as are the following config options.
|
|
|
|
|
|
|
|
* [cells] manager
|
|
|
|
* metadata_manager
|
|
|
|
* compute_manager
|
|
|
|
* console_manager
|
|
|
|
* consoleauth_manager
|
|
|
|
* cert_manager
|
|
|
|
* scheduler_manager
|
|
|
|
|
|
|
|
Many of these will be removed in Newton. Users of these options
|
|
|
|
are encouraged to work with Nova upstream on any features missing
|
|
|
|
in the default implementations that are needed.
|