Migrate compute client group to client factory
Migrate the service clients in the compute group to the new client
factory. The client factory for compute was already available;
this change simply makes the client attributes in clients
use the factory rather than instantiating new clients.
With this approach the attributes (e.g. servers_client etc) stay
on the tempest side. I don't want to make the existing names a stable
interface.
Setting the client attributes in _set_compute_clients kills the lazy
loading provided by the client factory, but it's an intermediate step
towards it. Next patch will move to actual lazy loading of compute
clients.
Partially-implements: bp client-manager-refactor
Change-Id: Icdc1a40dbb1220c8e190ca5831058ac4d72cc34a
1 file changed