RETIRED, Cisco plugin for Horizon
Go to file
Rob Cresswell 0e8e410862 Fix translation infrastructure
Translation setup needs to be changed to match what the infra team
expects for automatic jobs.

Change-Id: I37dee01ae1cd581daf435889689c899d0dafd192
Closes-Bug: 1523429
Implements: blueprint add-translation
2015-12-07 10:46:42 +00:00
doc Drop run_tests.sh, and just use tox 2015-12-06 15:59:15 +00:00
horizon-cisco-ui/locale Fix translation infrastructure 2015-12-07 10:46:42 +00:00
horizon_cisco_ui Fix translation infrastructure 2015-12-07 10:46:42 +00:00
tools Make the plugin translatable 2015-12-06 16:42:04 +00:00
.eslintignore Initial commit 2015-08-18 14:33:52 +01:00
.eslintrc Initial commit 2015-08-18 14:33:52 +01:00
.gitignore Make the plugin translatable 2015-12-06 16:42:04 +00:00
.gitreview Added .gitreview 2015-07-03 03:02:01 +00:00
AUTHORS Drop run_tests.sh, and just use tox 2015-12-06 15:59:15 +00:00
LICENSE Initial commit 2015-08-18 14:33:52 +01:00
README.rst Initial commit 2015-08-18 14:33:52 +01:00
babel.cfg Fix translation infrastructure 2015-12-07 10:46:42 +00:00
dev_install.sh Initial commit 2015-08-18 14:33:52 +01:00
manage.py Make the plugin translatable 2015-12-06 16:42:04 +00:00
package.json Initial commit 2015-08-18 14:33:52 +01:00
pylint.txt Initial commit 2015-08-18 14:33:52 +01:00
requirements.txt Update requirements, add reno 2015-12-06 16:45:42 +00:00
setup.cfg Fix translation infrastructure 2015-12-07 10:46:42 +00:00
setup.py Sync requirements with global-requirements 2015-11-11 09:49:04 +00:00
test-requirements.txt Update requirements, add reno 2015-12-06 16:45:42 +00:00
tox.ini Drop run_tests.sh, and just use tox 2015-12-06 15:59:15 +00:00

README.rst

Cisco UI: Cisco Extension for the OpenStack Dashboard (Horizon)

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:

  1. Setup a basic Devstack installation
  2. Clone Cisco UI with git clone https://github.com/openstack/horizon-cisco-ui
  3. 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