7ce34f01b6
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
7 lines
234 B
YAML
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.
|