mistral/devstack
Takashi Kajinami b974de98ad Replace deprecated configure_auth_token_middleware
It was deprecated some years ago by [1].

[1] https://review.opendev.org/628651

Change-Id: Iecc1c0fbd46e1771103fa93f6cd195fa7292cfca
2024-11-15 17:06:04 +09:00
..
files Change the wsgi path for devstack 2023-11-14 20:51:51 +01:00
plugin.sh Replace deprecated configure_auth_token_middleware 2024-11-15 17:06:04 +09:00
README.rst Using current pike stable release for devstack 2017-09-06 11:09:26 +08:00
settings Replace deprecated configure_auth_token_middleware 2024-11-15 17:06:04 +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