RETIRED, The UI component for Tuskar
51673a0dfc
Added nodeenv as a test requirement. Added a jshint environment to tox.ini, which installs node.js into the python virtual environment with nodeenv, installs jshint using npm, and calls runtest.sh to run the tests. runtest.sh now supports the -j|--jshint flags to run jshint on the javascript files. jshint must be installed before running runtest.sh The documentation also got updated to include some info about testing. Change-Id: I3e7dcea481806eddc10625fe353ac9092b30573a Partial-Bug: #1282961 |
||
---|---|---|
.tx | ||
bin | ||
doc | ||
tools | ||
tuskar_ui | ||
_10_admin.py.example | ||
_20_project.py.example | ||
_50_tuskar.py.example | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
HACKING.rst | ||
LICENSE | ||
local_settings.py.example | ||
Makefile | ||
manage.py | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Tuskar UI
Tuskar UI is a user interface for Tuskar, a management API for OpenStack deployments. It is a plugin for OpenStack Horizon.
High-Level Overview
Tuskar UI endeavours to be a stateless UI, relying on Tuskar API calls as much as possible. We use existing Horizon libraries and components where possible. If added libraries and components are needed, we will work with the OpenStack community to push those changes back into Horizon.
Interested in seeing Tuskar and Tuskar UI in action? Watch a demo!
Installation Guide
Use the Installation Guide to install Tuskar UI.
License
This project is licensed under the Apache License, version 2. More information can be found in the LICENSE file.
Contact Us
Join us on IRC (Internet Relay Chat):
Network: Freenode (irc.freenode.net/tuskar)
Channel: #tuskar
Or send an email to openstack-dev@lists.openstack.org.