tap-as-a-service/taas_dashboard
Kazuhiro Suzuki e75d42025a [WIP] Horizon dashboard for tap-as-a-service
This is an implementation of a dashboard discussed on ML[1][2].
- Network topology view is based on Kilo[3].
- Tap service panel is added to Horizon dashboard.
- Command options provided on CLI are supported.

[1] http://lists.openstack.org/pipermail/openstack-dev/2016-March/088735.html
[2] http://lists.openstack.org/pipermail/openstack-dev/2016-March/089330.html
[3] https://www.openstack.org/software/kilo/

Co-Authored-By: Soichi Shigeta <shigeta.soichi@jp.fujitsu.com>
Change-Id: Iceec7f873584978533907420d50988f286bf6d7a
2016-03-22 20:41:18 +09:00
..
.tx [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
doc [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
horizon [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
openstack_dashboard [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
tools [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
.gitignore [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
.gitreview [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
.jshintrc [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
.mailmap [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
.pylintrc [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
CONTRIBUTING.rst [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
HACKING.rst [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
LICENSE [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
MANIFEST.in [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
Makefile [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
README.rst [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
manage.py [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
openstack-common.conf [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
requirements.txt [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
run_tests.sh [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
setup.cfg [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
setup.py [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
test-requirements.txt [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00
tox.ini [WIP] Horizon dashboard for tap-as-a-service 2016-03-22 20:41:18 +09:00

README.rst

Horizon (OpenStack Dashboard)

Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components. The openstack_dashboard module is a reference implementation of a Django site that uses the horizon app to provide web-based interactions with the various OpenStack projects.

Using Horizon

See doc/source/topics/install.rst about how to install Horizon in your OpenStack setup. It describes the example steps and has pointers for more detailed settings and configurations.

It is also available at http://docs.openstack.org/developer/horizon/topics/install.html.

Getting Started for Developers

doc/source/quickstart.rst or http://docs.openstack.org/developer/horizon/quickstart.html describes how to setup Horizon development environment and start development.

Building Contributor Documentation

This documentation is written by contributors, for contributors.

The source is maintained in the doc/source directory using reStructuredText and built by Sphinx

  • Building Automatically:

    $ ./run_tests.sh --docs
  • Building Manually:

    $ tools/with_venv.sh sphinx-build doc/source doc/build/html

Results are in the doc/build/html directory