Signed-off-by: Michael Fritch <mfritch@suse.com>
self._threads = {}
def is_active(self):
- return True
+ return True
def close(self):
self._join_threads()
cmd = [ctx.container_path, 'pull', image]
if 'podman' in ctx.container_path and os.path.exists('/etc/ceph/podman-auth.json'):
- cmd.append('--authfile=/etc/ceph/podman-auth.json')
+ cmd.append('--authfile=/etc/ceph/podman-auth.json')
cmd_str = ' '.join(cmd)
for sleep_secs in [1, 4, 25]:
[flake8]
max-line-length = 100
ignore =
- E117,
E121,
E122,
E123,