Roman Vynar

Results 4 issues of Roman Vynar

Let's say we have an image `test:111`. We tag it as `test:222`. Pushing both to the registry. Then when we try to delete `test:111`, it will also remove `test:222` because...

Allow specifying a health check port to be different than a service one. Use case. We have a container listening on two ports: 111, 222. We want to ignore service...

Fix breaking changes changes made in 1.12 and leftovers: * `http_timeout: 10` became `http_timeout: "10s"` in the samples, otherwise it will be nanoseconds and impossible to do Google auth etc....

Fixes https://github.com/cablehead/python-consul/issues/172 Should work for both Python 2 and 3.