mistral/devstack
Jeffrey Zhang 462cbf1366 Copy _50_mistral.py file from enabled folder
Change-Id: I6b355a9f4ee616b081e9a715cacd3a062e1f743c
Closes-Bug: #1649669
Depends-On: Ie1415ea66ed6608ecff622c42e3a433be23bbdfe
2016-12-22 15:57:22 +08:00
..
README.rst Added additional info in devstack/readme.rst 2016-10-24 03:19:02 +00:00
plugin.sh Copy _50_mistral.py file from enabled folder 2016-12-22 15:57:22 +08:00
settings Add functional tests for event engine functions 2016-09-15 23:11:43 +12: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/newton
  3. run stack.sh