File: README.rst

package info (click to toggle)
mistral 21.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,144 kB
  • sloc: python: 54,052; sh: 701; makefile: 58
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
============================
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``