Comment 5 for bug 1826644

Revision history for this message
Dilip Renkila (dilip-renkila278) wrote : Re: ha router goes to standby mode only when it's created by heat

Hi Slawek,

these are router_extra_attributes for routers that belong to same tenant. The below two routers belong to same tenant. In my case they don't have same vr_id.

MariaDB [neutron_prod]> select * from router_extra_attributes where router_id="a26bc4c4-e834-479e-9b41-90a909811140" ;
+--------------------------------------+-------------+----------------+----+----------+-------------------------+
| router_id | distributed | service_router | ha | ha_vr_id | availability_zone_hints |
+--------------------------------------+-------------+----------------+----+----------+-------------------------+
| a26bc4c4-e834-479e-9b41-90a909811140 | 0 | 0 | 1 | 2 | [] |
+--------------------------------------+-------------+----------------+----+----------+-------------------------+
1 row in set (0.00 sec)

MariaDB [neutron_prod]> select * from router_extra_attributes where router_id="b1853f6f-dd7a-4a0e-8941-0c50d1bbbe56" ;
+--------------------------------------+-------------+----------------+----+----------+-------------------------+
| router_id | distributed | service_router | ha | ha_vr_id | availability_zone_hints |
+--------------------------------------+-------------+----------------+----+----------+-------------------------+
| b1853f6f-dd7a-4a0e-8941-0c50d1bbbe56 | 0 | 0 | 1 | 1 | [] |
+--------------------------------------+-------------+----------------+----+----------+-------------------------+