mirror of https://github.com/apache/cloudstack.git
bug 5936: fix creating template
status 5936: resolved fixed
This commit is contained in:
parent
e9984445b9
commit
c5621b1d31
|
|
@ -1202,6 +1202,7 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||
mpfile.mkdirs();
|
||||
}
|
||||
|
||||
|
||||
// Create a SR for the secondary storage installation folder
|
||||
privateTemplStorage = getNfsSPbyURI(_conn, new URI(secondaryStorageURL + templateInstallFolder));
|
||||
snapshotVol = getVolume(snapshotUUID);
|
||||
|
|
|
|||
Loading…
Reference in New Issue