Comment 0 for bug 1516791

Revision history for this message
Bryan Jones (jonesbr) wrote :

https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/services/loadbalancer/data_models.py#L499 displays the output of a show loadbalancer call. One of the keys shown is 'status'.

Based on the code (https://github.com/openstack/neutron-lbaas/blob/master/neutron_lbaas/services/loadbalancer/data_models.py#L499) I would expect to see 2 statuses here, a provisioning_status and an operating_status.

This appears to be an error in the docs, since a Loadbalancer object would contain both of these attributes.