RETIRED, Astara L3+ Network Virtualization - Horizon integration
Go to file
Adam Gandelman 768494667a Rework akanda-horizon packaging
This is a rework of the repository packaging to:

    * Renames project to akanda-horizon
    * Moves all code to akanda_horizon module
    * Updates setup.cfg/setup.py for PBR
    * Moves openstack extensions to a subdir

This updates setup.cfg/.py for pbr, renames the project to akanda-horizon
and moves dashboard extensions into a subdirectory.

Change-Id: I5cb1dad2e7dd7f47d0bac2ac39bdf34348fa6240
2015-05-15 11:55:30 -07:00
akanda_horizon Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
openstack_dashboard_extensions Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
test Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
.gitignore Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
.gitreview Added .gitreview 2015-05-06 12:58:05 +00:00
README.md Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
setup.cfg Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
setup.py Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00
test-requirements.txt Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
tox.ini Rework akanda-horizon packaging 2015-05-15 11:55:30 -07:00

README.md

Akanda Rug Horizon Extension

  1. Install module

    pip install akanda-horizon
    
  2. Copy extension files from the project root folder to /etc/openstack_dashboard/local/enabled or to /opt/stack/horizon/openstack_dashboard/local/enabled folder

    cp openstack_dashboard_extensions/*.py /opt/stack/horizon/openstack_dashboard/local/enabled/
    
  3. Specify rug management prefix, rug api port, and router image uuid in local_setting.py

    RUG_MANAGEMENT_PREFIX = "fdca:3ba5:a17a:acda::/64"
    RUG_API_PORT = 44250
    ROUTER_IMAGE_UUID = "1e9c16f3-e070-47b7-b49c-ffcf38df5f9a"