c510e865b4
The current URL for pip requirements in Tuskar requires that web proxies allow the "git" protocol to install the pypi package. This patch replaces that with a read-only checkout via https to walk through the proxies and download regardless of connection type. Change-Id: Ie1f8ef1c47f09c00d2f951c6062a929d1b84c7b5 |
||
---|---|---|
.tx | ||
bin | ||
docs | ||
tools | ||
tuskar_ui | ||
_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.
Code Repository
We've moved the code to OpenStack. Please go there if you want to check it out:
The list of bugs and blueprints is on Launchpad:
https://launchpad.net/tuskar-ui
We use OpenStack's Gerrit for the code contributions:
https://review.openstack.org/#/q/status:open+project:openstack/tuskar-ui,n,z
and we follow the OpenStack Gerrit Workflow.
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.
Further Documentation
Check out our docs directory for expanded documentation.
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.