conf: Remove config option compute_ manager
compute_manager config options were deprecated in 13.0.0, we can remove it now. Depends-On: I93b62372e357db4f7c39992c244b2ec9e594ad9c Implements: bp centralize-config-options-ocata Change-Id: I84503655bd9675ff441073e51059202142db22ab
This commit is contained in:
@@ -157,13 +157,6 @@ Possible Values:
|
|||||||
* Any positive integer
|
* Any positive integer
|
||||||
* None (default value)
|
* None (default value)
|
||||||
"""),
|
"""),
|
||||||
# NOTE(sdague): Ironic is still using this facility for their HA
|
|
||||||
# manager. Ensure they are sorted before removing this.
|
|
||||||
cfg.StrOpt('compute_manager',
|
|
||||||
default='nova.compute.manager.ComputeManager',
|
|
||||||
deprecated_for_removal=True,
|
|
||||||
deprecated_since='13.0.0',
|
|
||||||
help='Full class name for the Manager for compute'),
|
|
||||||
# NOTE(sdague): the network_manager has a bunch of different in
|
# NOTE(sdague): the network_manager has a bunch of different in
|
||||||
# tree classes that are still legit options. In Newton we should
|
# tree classes that are still legit options. In Newton we should
|
||||||
# turn this into a selector.
|
# turn this into a selector.
|
||||||
|
|||||||
Reference in New Issue
Block a user