Merge "Remove workaround for xmpp connection issue with OC4.1"
diff --git a/opencontrail/files/4.0/contrail-vrouter-agent.conf b/opencontrail/files/4.0/contrail-vrouter-agent.conf
index 7110ce9..a0a742b 100644
--- a/opencontrail/files/4.0/contrail-vrouter-agent.conf
+++ b/opencontrail/files/4.0/contrail-vrouter-agent.conf
@@ -233,10 +233,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 }}