4d87fa2c69
This change removes deprecated parmaeters and classes related to trove-conductor and trove-taskmanager. These were deprecated during past cycles and are ready to be removed. Depends-on: https://review.opendev.org/839061 Change-Id: I250fb4cd098b7aaa6f4b9488e7226ffb27355046
34 lines
829 B
YAML
34 lines
829 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The following parameters of the ``trove::conductor`` class have been
|
|
removed.
|
|
|
|
- ``auth_url``
|
|
- ``debug``
|
|
- ``log_file``
|
|
- ``log_dir``
|
|
- ``use_rsyslog``
|
|
- ``log_facility``
|
|
|
|
- |
|
|
The following parameters of the ``trove::taskmanager`` class have been
|
|
removed.
|
|
|
|
- ``auth_url``
|
|
- ``debug``
|
|
- ``log_file``
|
|
- ``log_dir``
|
|
- ``use_rsyslog``
|
|
- ``log_facility``
|
|
|
|
- |
|
|
The ``trove::config::trove_conductor_config`` parameter and
|
|
the ``trove::config::trove_taskmanager_config`` parameter have been
|
|
removed.
|
|
|
|
- |
|
|
Template file for guest agent configuration has been removed. Because of
|
|
this change, the ``trove::taskmanager::use_guestagent_template`` parameter
|
|
has no effect now and the ``trove::guestagent`` class is always used.
|