Comment 1 for bug 1508502

Revision history for this message
Antonio Ojea (aojea) wrote :

Midonet 5.0 + python-neutron-plugin-midonet-2015.1.0-1.el7.noarch with Kilo, midonet-cli report the status correctly

midonet> load-balancer lb0 pool pool0 member list
pm pm0 address 10.1.2.2 protocol-port 80 weight 1 state up status INACTIVE
pm pm1 address 10.1.2.6 protocol-port 80 weight 1 state up status INACTIVE
pm pm2 address 10.1.2.3 protocol-port 80 weight 1 state up status INACTIVE

but neutron doesn't report the correct status

~(keystone_admin)$ neutron lb-member-list
+--------------------------------------+----------+---------------+--------+----------------+--------+
| id | address | protocol_port | weight | admin_state_up | status |
+--------------------------------------+----------+---------------+--------+----------------+--------+
| 1b58544b-2a9f-4892-8200-347c2d0e6a85 | 10.1.2.6 | 80 | 1 | True | ACTIVE |
| bb581654-34fc-4356-bf09-ef9ac2e4d24e | 10.1.2.3 | 80 | 1 | True | ACTIVE |
| e07cc05e-3fc4-4316-bb56-bee1d731ef36 | 10.1.2.2 | 80 | 1 | True | ACTIVE |
+--------------------------------------+----------+---------------+--------+----------------+--------+