neutron/neutron/agent/metadata
Ilya Shakhat e85ff2264e Avoid RequestURITooLong exception in metadata agent
Length of API port query is proportional to number of networks
and may exceed URI limit. The solution is to query ports by
given ip address only and then filter them by network_id.

Closes bug 1348097

Change-Id: I2a87d6b215df380b24dd5ebb24947e8729f3f6fb
2014-07-24 15:27:54 +04:00
..
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
agent.py Avoid RequestURITooLong exception in metadata agent 2014-07-24 15:27:54 +04:00
namespace_proxy.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00