mistral/devstack
Eyal 90a9a48f21 When installing devstack enable the bash completion
In devstack if we install the client then copy the bash
completion script to its folder.
also use the standart devstack function to install the
mistral client

Change-Id: I69ca615ed446214463f8fa7a3e303ff0bf32b460
2019-07-25 14:09:06 +03: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 When installing devstack enable the bash completion 2019-07-25 14:09:06 +03:00
settings When installing devstack enable the bash completion 2019-07-25 14:09:06 +03: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