Remove workaround for xmpp connection issue with OC4.1

Change-Id: Iacd74141b8dc0a27c378ebf43b6a58947e17eae9
Related-PROD: PROD-25957
diff --git a/opencontrail/files/4.0/contrail-vrouter-agent.conf b/opencontrail/files/4.0/contrail-vrouter-agent.conf
index 3d244cc..ce2b28e 100644
--- a/opencontrail/files/4.0/contrail-vrouter-agent.conf
+++ b/opencontrail/files/4.0/contrail-vrouter-agent.conf
@@ -230,10 +230,8 @@
 # name of virtual host interface
 name=vhost0
 
-{%- if compute.version < 4.1 %}
 # IP address and prefix in ip/prefix_len format
 ip={{ compute.interface.address }}/{{ compute.interface.mask }}
-{%- endif %}
 
 # Gateway IP address for virtual host
 gateway={{ compute.interface.gateway }}