<div dir="ltr">I've deployed openstack yoga using kolla ansible, in three controller nodes, a storage cluster and multiple compute nodes. <div>The deployment included using haproxy, keepalived and hacluster.</div><div>everything seems to work fine, I can launch instances and networking is doing great, however I found out a problem that I didn't get in all the deployment tests that i've run before.</div><div>I've combien openstack networks under the same network <a href="http://10.10.10.0/24">10.10.10.0/24</a> and used the same ip address for both : <span style="color:rgb(62,67,73);font-family:Arial,sans-serif"><b>kolla_internal_vip_address</b> and </span><span style="color:rgb(62,67,73);font-family:Arial,sans-serif"><b>kolla_external_vip_interface </b>which is 10.10.10.254, and used an ip route to access to the openstack cluster from an external pc </span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">ip route add <a href="http://10.10.10.0/24">10.10.10.0/24</a> via 192.168.129.29 dev eth0 </blockquote><div>where <u>192.168.129.29</u> is the address of one of my controllers, however when I try to login to the horizon dashboard using <u style="font-weight:bold">10.10.10.254 </u>i don't get a response from the web page, and when I log to the dashboard using the ip address of one of my controller nodes, I cannot use the instance console since it is under the ip address of 10.10.10.254 which is assigned to both <span style="color:rgb(62,67,73);font-family:Arial,sans-serif"><b>kolla_internal_vip_address</b> and </span><span style="color:rgb(62,67,73);font-family:Arial,sans-serif"><b>kolla_external_vip_interface.</b></span></div><div><span style="color:rgb(62,67,73);font-family:Arial,sans-serif">although i can ping 10.10.10.254 from the external network using ip route.</span></div></div>