Waevenet running on openstack instance

Hi
I am working on to create a kubernetes cluster ( 1 master and 2 minions ) on openstack instances. When I deploy the network using

export kubever=$(kubectl version | base64 | tr -d ‘\n’)
kubectl apply -f “https://cloud.weave.works/k8s/net?k8s-version=$kubever

It creates fine but afterwards the floating ip of the instance is unreachable.

If i delete the weave route from the routing table the floating ip is reachable again.

Anyone seeing this problem?

Thanks
Paras.