Merge "Add back wsgi script generated by setuptools"

This commit is contained in:
Zuul 2024-03-15 09:07:50 +00:00 committed by Gerrit Code Review
commit 14f40d9a51
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