python-octaviaclient/octaviaclient/tests/unit/osc/v2
Michael Johnson c2aa20175c Improve the client performance on large clouds
This patch fixes the client performance when used on large clouds.
Previously the client was pulling down a full list of resources when
mapping names to IDs and filtering on the client side. This is inefficient
as it is transfering many more records than are necessary.
This patch uses the filter capabilities of the OpenStack APIs to target
the search for a resource ID.

Change-Id: I6e68113aea9ce27beb6691bd2a398bf276a23ae2
(cherry picked from commit 84e927d4bb)
2021-06-18 10:33:06 +02:00
..
__init__.py Initialize plugin for OSC 2017-04-06 18:07:10 -05:00
constants.py Add ALPN support for listeners 2020-08-25 19:45:39 +00:00
fakes.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_amphora.py Merge "Add amphora delete command" 2020-09-06 03:34:36 +00:00
test_availabilityzone.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_availabilityzoneprofile.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_flavor.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_flavorprofile.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_health_monitor.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_l7policy.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_l7rule.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_listener.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_load_balancer.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_member.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_pool.py Improve the client performance on large clouds 2021-06-18 10:33:06 +02:00
test_provider.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_quota.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_validations.py Add SCTP support 2020-09-10 17:34:47 +00:00