mistral/devstack
hardik 11e443efeb Added role base authentication support
Mistral api access can be restricted base on role
by modifying /etc/mistral/policy.json file.

Change-Id: I4c78ca4cc04d25f46aea55948bce339cfe460ff0
Implements: blueprint mistral-customize-authorization
2016-06-14 05:15:00 +00:00
..
README.rst Fix two typos 2015-09-18 08:48:30 +05:30
plugin.sh Added role base authentication support 2016-06-14 05:15:00 +00:00
settings Run mistral services as separate processes 2016-03-16 17:33:11 +03:00

README.rst

Enabling in Devstack

  1. Download DevStack:

    git clone https://github.com/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin mistral https://github.com/openstack/mistral
  3. run stack.sh