Comment 2 for bug 1039419

Revision history for this message
Salvatore Orlando (salvatore-orlando) wrote :

For this bug a change in nova will be required.
list_networks on python-quantuclient already returns shared networks as well, but when nova calls quantum it explictly filters for tenant_id, thus excluding shared networks from the response.

I think Akihiro is going to change the nova-quantum API in order to make two calls which combined will return tenant's and shared networks.