horizon/openstack_dashboard/test
Akihiro Motoki d4bc8a0dc1 Handle RequestURITooLong error in large instance table
Neutron API supports filtering in listing API. If long filter parameters
such as long UUID list are passed, it exceeds URL length limit and
RequestURITooLong is raised. In such case, we need to split filter
parameters into chunks.

This commit add a convenient method to handle the case, which split
a list of long filter parameter into chunks and repeat listing API call.
However, it is not easy to generalize this behavior because filtering
parameters are specific to caller's logic, so this patch only fixes
a problem in servers_update_addresses().

Change-Id: I63ec4bad722351f640797bcbec4a38d5972f135c
Closes-Bug: #1349841
(cherry picked from commit 6e1da26344)
2015-02-13 11:03:03 +01:00
..
api_tests Handle RequestURITooLong error in large instance table 2015-02-13 11:03:03 +01:00
integration_tests Merge "Adds keypair create,delete integration tests" 2014-08-15 01:51:59 +00:00
templates Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
test_data Display only reachable IP as Floating IP association target 2014-10-01 05:55:06 +00:00
test_panels Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
test_plugins Revert "Remove the update default quotas feature" 2014-09-30 18:12:02 +09:00
tests Fix order of arguments in assertEqual 2014-09-01 10:41:52 +08:00
__init__.py Revamp of testing machinery. 2012-04-23 22:24:21 -07:00
error_pages_urls.py Remove #noqa from two common imports and add them to import_exceptions 2014-09-16 14:08:28 +04:00
helpers.py swift: Respect the OPENSTACK_SSL_NO_VERIFY setting 2014-09-16 10:38:21 +01:00
settings.py Workaround for 'File exists' test failure 2014-09-30 06:43:22 -05:00