ecdeadeb7a
Since pip 23.1, the wsgi_script from PBR are not installed anymore (see [1]) So, instead, rely on the wsgi.py app which is directly bundled in mistral source code. [1] https://discuss.python.org/t/adding-support-for-wsgi-scripts-entrypoint/30905/11 Change-Id: Ideed8421427e865f8010b7bfca58c3f010ac6bd6 Signed-off-by: Arnaud M <arnaud.morin@gmail.com> |
||
---|---|---|
.. | ||
files | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Mistral in Devstack
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:> cat local.conf [[local|localrc]] enable_plugin mistral https://github.com/openstack/mistral To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:: enable_plugin mistral https://github.com/openstack/mistral stable/pike
run
stack.sh