Senlin Management Dashboard
By default, the devstack will install senlin dashboard while you enable senlin in devstack.
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository into your
local.conf
file:[[local|localrc]] enable_plugin senlin https://git.openstack.org/openstack/senlin
Run
stack.sh
.
The unit tests can be executed directly from within this Senlin Dashboard plugin project directory by using:
./run_tests.sh