Add back wsgi script generated by setuptools

This reverts the removal of wsgi script generated by setuptools.
Directly removing the script is backword-incompatible change for any
deployment tools. The approach is still being discussed in [1]. Until
we determine the consistent solution and appropriate transition plan,
let's at least keep the existing script.

[1] https://review.opendev.org/c/openstack/governance/+/902807

Change-Id: If7e13b39f348938232177c6e1eccf0056227f5b0
This commit is contained in:
Takashi Kajinami 2024-03-08 15:04:58 +09:00
parent b68c105696
commit 56fe735bc8
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ console_scripts =
mistral-server = mistral.cmd.launch:main
mistral-db-manage = mistral.db.sqlalchemy.migration.cli:main
wsgi_scripts =
mistral-wsgi-api = mistral.api.app:init_wsgi
mistral.rpc.backends =
oslo_client = mistral.rpc.oslo.oslo_client:OsloRPCClient
oslo_server = mistral.rpc.oslo.oslo_server:OsloRPCServer