Dashboard plugin for the Adjutant service.
baeb8879a2
Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. Filenames of test modules need to start with test_* so that Django test runner detects them. There is no test defined but it would be nice to adjust the filename. Also moves horizon dependencies to requirements.txt. Change-Id: Ib2f246d76da8a1f5d26a9cf8e9ef27e5f4f62bee |
||
---|---|---|
adjutant_ui | ||
doc | ||
tools | ||
.gitignore | ||
.gitreview | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
LICENSE | ||
manage.py | ||
README.rst | ||
requirements.txt | ||
run_tests.sh | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
test-shim.js | ||
tox.ini |
adjutant-ui
Adjutant Dashboard
- Free software: Apache license
- Source: https://github.com/openstack/adjutant-ui
This is the Horizon plugin for the Adjutant service, and provides UI elements to the core features that Adjutant adds.
Documentation
Documentation is stored in doc/, a sphinx build of the documentation
can be generated with the command tox -e docs
.