commit | df9fda1c880d38f38cdae5aa952c721125487a44 | [log] [tgz] |
---|---|---|
author | Michael Johnson <johnsomor@gmail.com> | Fri Jul 09 16:39:08 2021 +0000 |
committer | Michael Johnson <johnsomor@gmail.com> | Thu Sep 23 21:02:30 2021 +0000 |
tree | bb0fb06535e8eda1e28f62b006b287d1fc8181a9 | |
parent | dcfa7c0372e41dd7a7c208ce04209f978de6539a [diff] |
Update service client access in tempest tests All the Designate 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 designate-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/designate-tempest-plugin/blob/master/designate_tempest_plugin/plugin.py#L78 Change-Id: I4b65ca16cd53ff4c6bece642764a4abe2a469c01