Skip to content

Commit

Permalink
fix render call
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey-mp committed Dec 22, 2017
1 parent e288c20 commit 7ca861b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail-agent/hooks/contrail_agent_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def fix_libvirt():

if lsb_release()['DISTRIB_CODENAME'] == 'xenial':
# fix libvirt tempate for xenial
render("TEMPLATE.qemu", "/etc/apparmor.d/libvirt/TEMPLATE.qemu")
render("TEMPLATE.qemu", "/etc/apparmor.d/libvirt/TEMPLATE.qemu", dict())

service_restart("apparmor")

Expand Down

0 comments on commit 7ca861b

Please sign in to comment.