The UI component for Senlin
Go to file
tengqm cc66565137 Release notes for newton-3 milestone
This patch adds release notes for newton-3 milestone.

Change-Id: Iba5e4da94c008ffef9b24576a8fb44ba7760d234
2016-08-31 04:07:18 -04:00
doc/source Add init repo 2015-08-24 23:04:09 +08:00
releasenotes Release notes for newton-3 milestone 2016-08-31 04:07:18 -04:00
senlin_dashboard Prevent long names breaking table layouts 2016-08-30 22:24:52 +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 Add "*.swo" to ".gitignore" file 2016-08-30 12:44:28 +00: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 Enable eslint and karma test(Javascript test) 2016-07-02 02:05:43 +08:00
requirements.txt Updated from global requirements 2016-03-04 10:21:53 +00:00
run_tests.sh Enable eslint and karma test(Javascript test) 2016-07-02 02:05:43 +08: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-07-22 10:02:03 +00:00
test-shim.js Enable eslint and karma test(Javascript test) 2016-07-02 02:05:43 +08:00
tox.ini Use constraints in tox.ini 2016-08-30 22:41:15 +08: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