puppet-trove/releasenotes/notes/separate-api-taskmanager-settings-cc860762b270383a.yaml
Andy Botting 64b2ca9a5e Separate out api/taskmanager config settings
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
2017-04-12 03:08:18 +00:00

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.