zaqar/releasenotes/notes/uwsgi-goal-975956d4be93b431.yaml
wander.way 5a7636786e Refactor Zaqar to satisfy openstack uwsgi goal
After this change, Zaqar-wsgi will not be forced to port 8888 by
devstack. Use apache proxy now and the endpoint will be like:
http://IP/messaging by default.

Change-Id: I413cd24a9ef70a8bbada46d63d5dfdff09366b3e
2023-03-10 10:15:16 +08:00

7 lines
272 B
YAML

deprecations:
- |
Set "wsgi-file = zaqar/transport/wsgi/app.py" in uwsgi config file is
deprecated and this way is removed in Bobcat release. Please use something
like (Ubuntu for example): "wsgi-file = /usr/local/bin/zaqar-wsgi" after
installing Zaqar.