Fix contrail compute deploys

apport is in conflict with contrail-vrouter-agent so we should
purge it.

Change-Id: I451524486175881fcec45ecc061b203b525a3212
diff --git a/classes/cluster/os-ha-contrail/openstack/compute.yml b/classes/cluster/os-ha-contrail/openstack/compute.yml
index 579eedd..06477ef 100755
--- a/classes/cluster/os-ha-contrail/openstack/compute.yml
+++ b/classes/cluster/os-ha-contrail/openstack/compute.yml
@@ -27,6 +27,12 @@
     opencontrail_compute_iface: ens4
     linux_system_codename: xenial
   linux:
+    system:
+      autoupdates:
+        enabled: false
+      package:
+        apport: # fix conflict with contrail-vrouter-agent explicitly
+          version: purged
     network:
       concat_iface_files:
       - src: '/etc/network/interfaces.d/50-cloud-init.cfg'