mistral/devstack
Arnaud M ecdeadeb7a Change the wsgi path for devstack
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>
2023-11-14 20:51:51 +01:00
..
files Change the wsgi path for devstack 2023-11-14 20:51:51 +01:00
README.rst Using current pike stable release for devstack 2017-09-06 11:09:26 +08:00
plugin.sh Change the wsgi path for devstack 2023-11-14 20:51:51 +01:00
settings Remove OpenStack actions from mistral 2020-02-26 10:12:01 +02:00

README.rst

Enabling Mistral in Devstack

  1. Download DevStack:

    git clone https://github.com/openstack-dev/devstack.git
    cd devstack
  2. 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
  3. run stack.sh