RETIRED, Astara L3+ Network Virtualization - Horizon integration
Go to file
OpenStack Proposal Bot 3ad2cfbc1c Updated from global requirements
Change-Id: Ie6bcbf587f1de28e0037444766ad30e7941e29b8
2016-02-19 18:49:31 +00:00
astara_horizon Merge "Resolve astara admin. API via keystone" 2016-01-22 20:03:04 +00:00
openstack_dashboard_extensions Update for akanda->astara rename 2015-11-19 14:15:47 -08: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 Update .gitreview for project rename 2015-11-06 22:30:07 +00:00
README.md Change old project name 'Akanda' to 'Astara' 2016-01-21 10:24:24 +08:00
setup.cfg Merge "Remove version from setup.py" 2016-01-07 02:37:40 +00:00
setup.py Updated from global requirements 2015-12-02 20:25:51 +00:00
test-requirements.txt Updated from global requirements 2016-02-19 18:49:31 +00:00
tox.ini Remove E123 ignore for pep8 check 2016-01-20 17:45:08 +08:00

README.md

Astara Horizon Extension

  1. Install module

    pip install astara-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"