Migrate network client group to client factory
Migrate the service clients in the network group to the new client
factory. The client factory for network 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. networks_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_network_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 network
clients.
Partially-implements: bp client-manager-refactor
Change-Id: I2cefbeec66dfdd25a2ae90554904b3c315f0b457
1 file changed