Set enable_fip_topology_check to False in horizon/server/plugin/contrail

Added "enable_fip_topology_check: False" when contrail plugin is installed.
It need for correctly work horizon contrail plugin.

Related-Prod: PROD-19140

Change-Id: Icb1d2ec4d18f51ebbbee7e17053dd4a458a34e0f
diff --git a/horizon/server/plugin/contrail.yml b/horizon/server/plugin/contrail.yml
index 669dbb6..03da87e 100644
--- a/horizon/server/plugin/contrail.yml
+++ b/horizon/server/plugin/contrail.yml
@@ -9,3 +9,5 @@
         horizon_overrides:
           overrides:
           - contrail_openstack_dashboard
+      openstack_neutron_network:
+        enable_fip_topology_check: False
\ No newline at end of file