Skip to content
Snippets Groups Projects
Commit 785e9a0e authored by Lars Seipel's avatar Lars Seipel
Browse files

runner/libvirt: note pool during buildInventory

Doing it only later on createVolumes prevents us from
emitting libvirt domain XML unless also creating volumes,
unnecessarily complicating testing.
parent 08c01e6f
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment