remove disabling of flow collection due to deprecation
- https://bugs.launchpad.net/juniperopenstack/+bug/1499546

Change-Id: Ib8b5ae1e970dd29ae014bacbf137b41444a95824
diff --git a/opencontrail/files/3.0/contrail-vrouter-agent.conf b/opencontrail/files/3.0/contrail-vrouter-agent.conf
index f4b5b8d..16bd5d9 100644
--- a/opencontrail/files/3.0/contrail-vrouter-agent.conf
+++ b/opencontrail/files/3.0/contrail-vrouter-agent.conf
@@ -68,10 +68,6 @@
 # Enable/Disable local flow message logging. Possible values are 0 (disable) and 1 (enable)
 # log_flow=0
 
-# Disable sending of flow samples to collector. Possible values are 0 and 1
-# disable_flow_collection=false
-disable_flow_collection={{ compute.get('disable_flow_collection', 'false')|lower }}
-
 # Encapsulation type for tunnel. Possible values are MPLSoGRE, MPLSoUDP, VXLAN
 # tunnel_type=
 
diff --git a/opencontrail/files/4.0/contrail-vrouter-agent.conf b/opencontrail/files/4.0/contrail-vrouter-agent.conf
index f8c6933..e4ad418 100644
--- a/opencontrail/files/4.0/contrail-vrouter-agent.conf
+++ b/opencontrail/files/4.0/contrail-vrouter-agent.conf
@@ -70,10 +70,6 @@
 # Enable/Disable local flow message logging. Possible values are 0 (disable) and 1 (enable)
 # log_flow=0
 
-# Disable sending of flow samples to collector. Possible values are 0 and 1
-# disable_flow_collection=false
-disable_flow_collection={{ compute.get('disable_flow_collection', 'false')|lower }}
-
 # Encapsulation type for tunnel. Possible values are MPLSoGRE, MPLSoUDP, VXLAN
 # tunnel_type=