Thomas Sounapoglou cdf0ee0f60 Integrate OpenStack Horizon support for BGPVPN
To integrate Hozizon to BGPVPN feature:
- create links from plugin dashboard py files into horizon dashboard
- restart apache

Code fixes

Change-Id: I7740f9454cfbf8d076cf96e7bfade337090fb539
2017-01-27 12:40:36 +02:00

17 lines
538 B
Puppet

file { '/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_1495_project_bgpvpn_panel.py':
ensure => 'link',
target => '/usr/local/lib/python2.7/dist-packages/bgpvpn_dashboard/enabled/_1495_project_bgpvpn_panel.py',
}
file { '/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_2115_admin_bgpvpn_panel.py':
ensure => 'link',
target => '/usr/local/lib/python2.7/dist-packages/bgpvpn_dashboard/enabled/_2115_admin_bgpvpn_panel.py',
}
File <||>
~>
service { 'apache2':
ensure => running,
}