puppet-aodh/releasenotes/notes/drop-standalone-api-1aac18c71fe21409.yaml
Takashi Kajinami 7ce34f01b6 Drop support for standalone api service in CentOS/Ubuntu
Aodh no longer provides standalone api service and we should use
httpd+wsgi to server api in CentOS and Ubuntu.
This patch removes support for stnadalone api service in CentOS and
Ubuntu and deprecates several parameters only used in standalone
setup.

Note that standalone service is still used in Debian since it provides
services based on uwsgi, so the support is not dropped in Debian.

Change-Id: I576b029fa3b0e765a9affd175f4113941d59abc7
2020-10-28 22:50:33 +09:00

7 lines
234 B
YAML

---
upgrade:
- |
The ``aodh::api`` class no longer supports standalone api service in
CentOS and Ubuntu, because these 2 distros don't provide standalone api
service and require that wsgi is used to run the api service.