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:
parent
b68c105696
commit
56fe735bc8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user