mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7006: Restore template ID in ROOT volume usages
Signed-off-by: Sebastien Goasguen <runseb@gmail.com>
This commit is contained in:
parent
8d0f49addd
commit
caa102c23d
|
|
@ -701,7 +701,7 @@ public class VolumeOrchestrator extends ManagerBase implements VolumeOrchestrati
|
|||
vol.getId(),
|
||||
vol.getName(),
|
||||
offeringId,
|
||||
null,
|
||||
vol.getTemplateId(),
|
||||
size,
|
||||
Volume.class.getName(),
|
||||
vol.getUuid());
|
||||
|
|
|
|||
Loading…
Reference in New Issue