Comment 11 for bug 1074415

Revision history for this message
Ivan Kolodyazhny (e0ne) wrote :

Young,
lets check that we are on the same page. I'm not talking about Quantum Server API changes. I'm talking about Quantum Client response format changes.

E.g. list_networks is a function of quantum client class, https://github.com/openstack/python-quantumclient/blob/master/quantumclient/v2_0/client.py#L243

If this method returns subnets for network as a dictionary (E.g. {'networks':[{'id':'network_1_id', 'subnets':[{'id':'subnet_id', 'cidr':'subnet_cidr']}}]}) all quantum client users, at least horizon, should be changed.

I could dump subnets info to a string but I'm think it's a bad idea and very unuseful