tobiko/devstack
Federico Ressi c367511145 Update DevStack plugin after Keystone auth params improvement
This include some other imporvements, like for example tobiko.log file
configuration, and making plugin more configurable.

Change-Id: I7cc36845de419fa963548ed381f26152cc8267a8
2019-05-09 14:30:41 +00:00
..
vagrant Update DevStack plugin after Keystone auth params improvement 2019-05-09 14:30:41 +00:00
README.rst Configure DevStack job 2018-12-10 09:25:33 +01:00
plugin.sh Update DevStack plugin after Keystone auth params improvement 2019-05-09 14:30:41 +00:00
settings Update DevStack plugin after Keystone auth params improvement 2019-05-09 14:30:41 +00:00

README.rst

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 tobiko https://git.openstack.org/openstack/tobiko
  3. Run stack.sh