RETIRED, Cisco plugin for Horizon
c3ba037ece
Set up project as django repo for translations following http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html Change-Id: I08526174949811dbad862122663c04bee8d13b58 |
||
---|---|---|
doc | ||
horizon_cisco_ui | ||
tools | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
babel-django.cfg | ||
babel-djangojs.cfg | ||
dev_install.sh | ||
LICENSE | ||
manage.py | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Cisco UI: Cisco Extension for the OpenStack Dashboard (Horizon)
- Release management: https://launchpad.net/horizon-cisco-ui
- Blueprints and feature specifications: https://blueprints.launchpad.net/horizon-cisco-ui
- Issue tracking: https://bugs.launchpad.net/horizon-cisco-ui
Cisco UI is a Horizon Dashboard for interacting with Cisco Systems hardware. It uses the standard Horizon extension systems, and maintains code and styling consistency where possible.
Most of the developer information, as well as an overview of Horizon, can be found in the Horizon documentation online.
Getting Started
The quickest way to get up and running is:
- Setup a basic Devstack installation
- Clone Cisco UI with
git clone https://github.com/openstack/horizon-cisco-ui
- Enter the
horizon-cisco-ui
directory, and run./dev_install.sh
. Follow the on screen instructions. Often the default settings will be adequate, so you can just hit enter twice.
Building 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