Merge "Actually correct use of label.providers dict"

This commit is contained in:
Jenkins 2014-08-23 17:15:10 +00:00 committed by Gerrit Code Review
commit 4e12eb191e
1 changed files with 1 additions and 1 deletions

View File

@ -1713,7 +1713,7 @@ class NodePool(threading.Thread):
# Label is configured to be disabled, skip creating the image.
continue
for provider in label.providers:
for provider in label.providers.values():
if label.is_diskimage:
self.uploadImage(session, provider.name, label.image)
else: