RETIRED, The UI component for Senlin
Go to file
zhaorenming 5668275867 Remove static from .gitignore
The static directory will hold static files,
include extra js, angularjs, css etc.

Change-Id: Icaa133a746aeffbbad45e856faff9ffd3ec315e6
2016-10-16 21:23:21 +08:00
doc/source Add init repo 2015-08-24 23:04:09 +08:00
releasenotes Enable release notes translation 2016-10-06 20:54:11 +02:00
senlin_dashboard Batch action should check datum 2016-10-16 19:22:24 +08:00
tools Add init repo 2015-08-24 23:04:09 +08:00
.eslintrc Enable eslint and karma test(Javascript test) 2016-07-02 02:05:43 +08:00
.gitignore Remove static from .gitignore 2016-10-16 21:23:21 +08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:38:42 +00:00
LICENSE Add init repo 2015-08-24 23:04:09 +08:00
README.rst Fix senlin-dashboard devstack installation guide 2016-08-30 12:43:47 +00:00
_50_senlin.py.example Add Angular Senlin Receivers Table use registry 2016-07-07 15:32:17 +08:00
babel-django.cfg Enable translation jobs 2016-02-19 11:30:47 -05:00
babel-djangojs.cfg Enable translation jobs 2016-02-19 11:30:47 -05:00
manage.py Add init repo 2015-08-24 23:04:09 +08:00
package.json Update package.json and karma.conf.js 2016-09-23 23:16:37 +08:00
requirements.txt Updated from global requirements 2016-09-30 20:06:53 +00:00
run_tests.sh Fix the issue 'no-pep8' option is ignored 2016-10-06 14:20:19 +09:00
setup.cfg Fix home-page url in setup.cfg file 2016-08-30 12:44:41 +00:00
setup.py Updated from global requirements 2015-09-17 12:18:27 +00:00
test-requirements.txt Updated from global requirements 2016-09-28 17:01:41 +00:00
test-shim.js Enable eslint and karma test(Javascript test) 2016-07-02 02:05:43 +08:00
tox.ini Cleanup .gitignore and tox.ini 2016-10-14 17:50:26 +09:00

README.rst

Senlin Dashboard

Senlin Management Dashboard

Devstack Installation

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack
    $ cd devstack
  2. Add following repo as external repositories into your local.conf file:

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

    $ ./stack.sh

Unit Test

The unit tests can be executed directly from within this Senlin Dashboard plugin project directory by using:

tox

Blueprints

Bug Tracking