RETIRED, Astara L3+ Network Virtualization - Horizon integration
Go to file
Dmytro Vasylchenko 2874515c22 Initial to akanda-horizon repo
Change-Id: I3ee98229d2feea20abeb0fa996a9108bfba294a8
2015-05-14 20:38:27 +03:00
akanda/rug_openstack_dashboard Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
.gitignore Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
.gitreview Added .gitreview 2015-05-06 12:58:05 +00:00
README.md Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
_80_admin_rug.py Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
_81_admin_rug_rugrouters.py Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
_82_admin_rug_rugtenants.py Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
setup.py Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
test-requirements.txt Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00
tox.ini Initial to akanda-horizon repo 2015-05-14 20:38:27 +03:00

README.md

Akanda Rug Horizon Extension

  1. Install module

    pip install akanda-rug-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 _80_admin_rug.py _81_admin_rug_rugrouters.py _82_admin_rug_rugtenants.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"