mistral/devstack
Toshiaki Takahashi 4733e084aa Change python-nose package name in devstack
In RedHat8, python-nose is separated to 2 packages of
python2 and python3.
This patch changed devstack plugin to use the separated packages.

Change-Id: I1a3608a52c37718715cdfecc8cc2d4a7e76b1714
2020-08-23 10:55:56 +00:00
..
files Enable WSGI under Apache in devstack 2017-04-13 12:00:08 -04:00
README.rst Using current pike stable release for devstack 2017-09-06 11:09:26 +08:00
plugin.sh Change python-nose package name in devstack 2020-08-23 10:55:56 +00: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