RETIRED, The UI component for Senlin
Go to file
Kenji Ishii 44c214af37 Fix the issue 'no-pep8' option is ignored
Change-Id: I6eac3a44a432904a016400e0596b412b8d152dff
Closes-Bug: #1630861
2016-10-06 14:20:19 +09:00
doc/source Add init repo 2015-08-24 23:04:09 +08:00
releasenotes Imported Translations from Zanata 2016-09-20 06:19:27 +00:00
senlin_dashboard Merge "Update package.json and karma.conf.js" 2016-09-28 10:15:28 +00: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 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 Remove *openstack/common* in tox.ini 2016-09-12 10:33:31 +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