Comment 2 for bug 1898657

Revision history for this message
Adit Sarfaty (asarfaty) wrote :

I'll open a story for octavia, because I don't think it can be fixed in the vmware-nsx code.
Looks like the problem is in :
octavia/api/v2/controllers/health_monitor.py line 94, in _test_lb_and_listener_and_pool_statuses
load_balancer_id = pool.load_balancer_id

where pool is None.
It will be better to add a validation there.