Files
mistral/devstack
Takashi Kajinami 77e8a35c98 devstack: Remove support for mod_wsgi
The core devstack already removed support for mod_wsgi. Drop support
for it from the local plugin.

Change-Id: I3f530104bb5194566c275e30b53c6de735378db6
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-07-18 01:07:48 +09:00
..

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