~openstack-charmers-next/charms/vivid/cisco-vpp/trunk

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Liam Young
  • Date: 2015-08-14 13:36:01 UTC
  • Revision ID: liam.young@canonical.com-20150814133601-xn4egg59dhs6tzxo
Update apparmor template to allow access needed for vhost/numa deploys

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                    target='/opt/cisco/vpe/etc/qn.conf',
50
50
                    on_change_action=(partial(vpp_utils.restart_qn)),
51
51
                ),
 
52
                helpers.render_template(
 
53
                    source='TEMPLATE.qemu',
 
54
                    target='/etc/apparmor.d/libvirt/TEMPLATE.qemu',
 
55
                    on_change_action=(partial(vpp_utils.reload_apparmor)),
 
56
                ),
52
57
                vpp_utils.odl_node_registration,
53
58
                vpp_utils.odl_register_macs,
54
59
                vpp_utils.bind_orphaned_net_interfaces,