mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6329 [Automation] Changing service offering of VM from medium to small failing with NPE
- The hostAllocators were not getting set
This commit is contained in:
parent
7819775bb8
commit
6397f1c82e
|
|
@ -290,7 +290,7 @@ public class VirtualMachineManagerImpl extends ManagerBase implements VirtualMac
|
|||
}
|
||||
|
||||
public void setHostAllocators(List<HostAllocator> hostAllocators) {
|
||||
hostAllocators = hostAllocators;
|
||||
this.hostAllocators = hostAllocators;
|
||||
}
|
||||
|
||||
protected List<StoragePoolAllocator> _storagePoolAllocators;
|
||||
|
|
|
|||
Loading…
Reference in New Issue