Merge "Fix discovering container names"

This commit is contained in:
Zuul
2019-09-24 01:00:01 +00:00
committed by Gerrit Code Review
3 changed files with 10 additions and 8 deletions

View File

@@ -171,7 +171,6 @@ class BaseRunner(object):
return names[0]
self.log.warning('Did not find container with "%s"' % cmd)
return container
def delete_missing_configs(self, config_ids):
if not config_ids: