RETIRED, Astara L3+ Network Virtualization - Horizon integration
9b1243fdc0
Change-Id: Ib11f95f12bdb57a5d9c4949459f1f77265e7aa9b |
||
---|---|---|
astara_horizon | ||
openstack_dashboard_extensions | ||
test | ||
.gitignore | ||
.gitreview | ||
README.md | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Astara Horizon Extension
-
Install module
pip install astara-horizon
-
Copy extension files from the project root folder to
/etc/openstack_dashboard/local/enabled
or to/opt/stack/horizon/openstack_dashboard/local/enabled
foldercp openstack_dashboard_extensions/*.py /opt/stack/horizon/openstack_dashboard/local/enabled/
-
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"