nebula-orchestrator/worker

Registry login should only happen once at start

naorlivne opened this issue · 1 comments

as the registry login is kept for the life of the docker_socket connection is alive there really no need to keep re-login to the registry every time the worker-manager access it, it should happen only once after the docker_socket is created, this will simplify things, avoid unneeded API calls to the registry, and allow to removal of a lot of registry user,pass,host variables from a bunch of modules.

Fixed at latest, will be added to the next numbered version.