tatu/devstack
Pino de Candia 7679f42150 Fix notification/sync daemon; get principals from keystone roles.
Change-Id: I240c402af07bcb83e99343eb207ec906ce0d4caa
Signed-off-by: Pino de Candia <giuseppe.decandia@gmail.com>
2018-02-26 09:40:49 +00:00
..
plugin.sh Fix notification/sync daemon; get principals from keystone roles. 2018-02-26 09:40:49 +00:00
README.rst Fix devstack settings and plugin.sh for Tatu. 2018-01-26 15:58:14 -06:00
settings Fix notification/sync daemon; get principals from keystone roles. 2018-02-26 09:40:49 +00:00

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  1. Download DevStack:

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

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