diff --git a/runner/libvirt/runner.go b/runner/libvirt/runner.go
index 98d5eec49e108b856703942d57db7ffe381cea66..d2d262ba8f66c64d8673e209b71bd8a0943b9f1a 100644
--- a/runner/libvirt/runner.go
+++ b/runner/libvirt/runner.go
@@ -218,6 +218,7 @@ func (r *Runner) buildInventory(t *topology.T) (err error) {
 			tunnelIP:  tunnelIP,
 			image:     filepath.Join(r.imageDir, r.namePrefix+topoDev.Name),
 			baseImage: base,
+			pool:      r.storagePool,
 			topoDev:   topoDev,
 		}
 	}