aodh-api using uwsgi

* Switch aodh-api to uwsgi-plugin-python, since eventlet support is gone
    upstream.

Change-Id: If3d9ee1e7adbc073f0320b28f0c1843bfc957b35
This commit is contained in:
Thomas Goirand 2016-10-03 13:57:43 +02:00
parent e5960c9c13
commit 8282efa83d
3 changed files with 8 additions and 0 deletions

View File

@ -15,3 +15,8 @@
DESC="OpenStack Aodh API"
PROJECT_NAME=aodh
NAME=${PROJECT_NAME}-api
DAEMON=/usr/bin/uwsgi_python
DAEMON_ARGS="--master --die-on-term --logto /var/log/aodh/aodh-api.log --stats localhost:9314 --http-socket :8042 --wsgi-file /usr/share/aodh-common/app.wsgi"
NO_OPENSTACK_CONFIG_FILE_DAEMON_ARG=yes
NO_OPENSTACK_LOGFILE_DAEMON_ARG=yes
USE_SYSLOG=no

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ aodh (3.0.0~rc1-3) UNRELEASED; urgency=medium
* debian/source/options: ignores egg-info and .gitreview.
* Fixed EPOCH for oslotest.
* Build-Depends on openstack-pkg-tools >= 53~.
* Switch aodh-api to uwsgi-plugin-python, since eventlet support is gone
upstream.
[ Ondřej Nový ]
* d/control: Use correct branch in Vcs-* fields

1
debian/control vendored
View File

@ -151,6 +151,7 @@ Depends: adduser,
debconf,
python-openstackclient,
q-text-as-data,
uwsgi-plugin-python,
${misc:Depends},
${ostack-lsb-base},
${python:Depends},