puppet-aodh/releasenotes/notes/deprecate-host-and-port-parameters-7aa4609a9a7d2104.yaml
Matthias Bastian 7d240874e0 Deprecate aodh::api::host and aodh::api::port
Both have no effect as aodh-api does not read them as of
Iefd6f4d9f76c69ed9b49483e1feda0b7dbe2cb81.

Change-Id: I0da4dc1ba52bae5becd5e2a9c0f008cbe2907446
2018-07-06 14:16:48 +02:00

7 lines
319 B
YAML

---
deprecations:
- aodh::api::host and aodh::api::port are deprecated and will be removed in a
future release. aodh-api itself is for testing only and does not use these
parameters. The production-ready alternative aodh::wsgi::apache supports
setting host and port via the bind_host and port parameters.