tatu/devstack
2018-01-26 17:32:47 -06:00
..
plugin.sh Fix devstack settings and plugin.sh for Tatu. 2018-01-26 15:58:14 -06:00
README.rst Fix devstack settings and plugin.sh for Tatu. 2018-01-26 15:58:14 -06:00
settings Fix devstack settings and plugin.sh for Tatu. 2018-01-26 15:58:14 -06: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