Takashi Kajinami 79eb6e2929 Get rid of nose
nose hasn't been updated for 9 years and is dead.

Change-Id: I3c794c063e7f847a38c4592f8f04f22ec706b957
2025-01-10 00:37:34 +09:00
..
2023-11-14 20:51:51 +01:00
2025-01-10 00:37:34 +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