Skip to content

tcpcloud/contrail-horizon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License badge

Contrail Horizon plugin ======

Contrail extensions to Openstack Dashboard (Horizon).

Adds support for Network IPAM, Network Policy to base Openstack Dashboard.

Installation ------

Requires contrail neutronclient.

Add following to Openstack Dashboard settings i.e. /etc/openstack-dashboard/local_settings.py

INSTALLED_APPS += ('contrail_openstack_dashboard',)
HORIZON_CONFIG['customization_module'] = 'contrail_openstack_dashboard.overrides'

For Juno release add these lines into your local_settings.py

from openstack_dashboard.settings import STATICFILES_DIRS
from contrail_openstack_dashboard.openstack_dashboard.xstatic.pkg import contrail

pkg = __import__('contrail_openstack_dashboard.openstack_dashboard')

STATICFILES_DIRS.append(('dashboard/js/', xstatic.main.XStatic(contrail).base_dir))

Contributing code ------

About

Contrail extension to Openstack horizon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.5%
  • HTML 10.9%
  • JavaScript 3.6%