Horizon panels for Octavia
Project description
octavia-dashboard
Horizon panels for Octavia
Free software: Apache license
Documentation: https://docs.openstack.org/developer/octavia-dashboard
Source: https://git.openstack.org/cgit/openstack/octavia-dashboard
Features
Please see octavia repository
Howto
Package the octavia_dashboard by running:
python setup.py sdist
This will create a python egg in the dist folder, which can be used to install on the horizon machine or within horizon’s python virtual environment.
Copy _1482_project_load_balancer_panel.py in octavia_dashboard/enabled directory to openstack_dashboard/local/enabled.
(Optional) Copy the policy file into horizon’s policy files folder, and add this config POLICY_FILES:
'octavia': 'octavia_policy.json',
Django has a compressor feature that performs many enhancements for the delivery of static files. If the compressor feature is enabled in your environment (COMPRESS_OFFLINE = True), run the following commands:
$ ./manage.py collectstatic $ ./manage.py compress
Finally restart your web server to enable octavia-dashboard in your Horizon:
$ sudo service apache2 restart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for octavia_dashboard-1.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b22619c2faa56004a0fb1fc62f080070d6b7f2aa69fbed4aeaeb338adb10b22 |
|
MD5 | ae058a0b65c9b9043b8ffd2364c4504d |
|
BLAKE2b-256 | 7d6869234c80a687272bf8661caa8cd4152f85d60dcc5d61862ca4db8f23f5b2 |