python-octaviaclient/octaviaclient/tests/unit/osc
Michael Johnson d5956222d0 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-13 04:31:35 +00:00
..
v2 Improve the client performance on large clouds 2021-06-13 04:31:35 +00:00
__init__.py Initialize plugin for OSC 2017-04-06 18:07:10 -05:00