64b2ca9a5e
This commit removes config settings for the API that were set from within the taskmanager class, and moves them into the API. This fixes the issue where some neutron settings didn't get set in the api config file when the api and taskmanager were run on separate hosts. Specifically, API requests will now return the IP address of the DB instance when Neutron is used. Change-Id: I370f137ce12fedb527f1ae7adc013e1dac4dbffe
11 lines
451 B
YAML
11 lines
451 B
YAML
---
|
|
deprecations:
|
|
- trove::taskmanager::default_neutron_networks is now deprecated and will be
|
|
removed in the future release. Please use trove::default_neutron_networks
|
|
instead.
|
|
- trove::taskmanager::taskmanager_queue is now been removed.
|
|
Please use trove::api::taskmanager_queue instead.
|
|
fixes:
|
|
- Neutron settings were not applied to the API when the API and taskmanager
|
|
were run on separate hosts. This has now been corrected.
|