commit | 29d8e61ca27859b70a4350e87022442a78f8fa8c | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Wed Jun 23 16:16:12 2021 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Wed Jun 30 23:15:30 2021 +0000 |
tree | d9bffbfe546f5223f0cfaba580560a001595a9b3 | |
parent | cac3eefc44afca458692e9dadb539c0cb17dc9e4 [diff] |
Update service client access in tempest tests All the load balancer service clients are registered via the plugin interface[1], that way Tempest register and create the lazy initialization of registered clients so that they can be access from there in consistent way. But octavia-tempest-client create a separate instance of those and access instead of accessing the registered service client in Tempest. This commit makes all the service clients access from Tempest registry and remove the separate objects. [1] https://github.com/openstack/octavia-tempest-plugin/blob/cac3eefc44afca458692e9dadb539c0cb17dc9e4/octavia_tempest_plugin/plugin.py#L54 Change-Id: Ie24909b49baf2c6a886e2ff711e641e36ffe6b50