
To integrate Hozizon to BGPVPN feature: - create links from plugin dashboard py files into horizon dashboard - restart apache Code fixes Change-Id: I7740f9454cfbf8d076cf96e7bfade337090fb539
17 lines
538 B
Puppet
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,
|
|
}
|