Merge "Use correct diskimage when building diskimages"

This commit is contained in:
Jenkins 2015-04-16 23:03:43 +00:00 committed by Gerrit Code Review
commit 3550c7c08f
1 changed files with 1 additions and 1 deletions

View File

@ -1850,7 +1850,7 @@ class NodePool(threading.Thread):
if not found:
# only build the image, we'll recheck again
self.log.warning("Missing disk image %s" % image.name)
self.buildImage(self.config.diskimages[image.name])
self.buildImage(self.config.diskimages[image.diskimage])
else:
found = False
for snap_image in session.getSnapshotImages():