Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  trilio_dashboard
  tvault_horizon_plugin.egg-info
  usr
  MANIFEST.in
  README.md
  setup.py
  PKG-INFO
  setup.cfg
Size: Mime:
  README.md

Overview

tVault plugin for OpenStack Horizon dashboard

Devstack Installation

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.

Local Settings Modifications

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

Using the Plugin

You should now be able to view the "workloads" in your project dashboard