senlin/devstack
tengqm 028342cba9 Fix senlin-dashboard install
When setting up tempest gate for senlin api test, we are currently
running git-clone on senlin-dashboard. It is unnecessary and it is
rejected by devstack. This patch propose a separate path for develop
setup of senlin-dashboard. Hopefully, it will not impact any production
setup while it leaves us some room for getting tempest gate up asap.

Change-Id: I314cf2e01e889a8c19fa819090ceacb98ee885eb
2016-05-25 21:38:14 -04:00
..
lib Fix senlin-dashboard install 2016-05-25 21:38:14 -04:00
README.rst Change the repositories from stackforge to openstack 2015-10-18 16:18:25 +05:30
plugin.sh Add devstack support for senlin dashboard 2016-02-19 12:31:22 -05:00
settings Improve devstack plugin 2015-08-28 23:10:33 +08:00

README.rst

Enabling senlin in DevStack

  1. Download DevStack:

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

    [[local|localrc]]
    enable_plugin senlin https://git.openstack.org/openstack/senlin
  3. Run stack.sh.