Repository URL to install this package:
|
Version:
5.0.4 ▾
|
| dashboards |
| tvault_horizon_plugin.egg-info |
| usr |
| MANIFEST.in |
| README.md |
| setup.py |
| PKG-INFO |
| setup.cfg |
tVault plugin for OpenStack Horizon dashboard
To enable this plugin in your environment:
cd tvault-horizon-plugin sudo python setup.py develop This will add the appropriate paths to your system so that horizon can find your plugin.
Now, configure your plugin by including the following in /opt/stack/horizon/openstack_dashboard/local/local_settings.py:
HORIZON_CONFIG = { 'customization_module': 'workloads.overrides', ..., }
Now, restart your web server. If you are using devstack:
sudo /etc/init.d/apache2 restart
You should now be able to view the "workloads" in your project dashboard