mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Fixed secstorage.proxy is not setting proxy configuration on SSVM in some cases
This commit is contained in:
parent
2d90f18b82
commit
2c81ebe72f
@ -63,6 +63,7 @@ public class DownloadCommand extends AbstractDownloadCommand implements Internal
|
||||
resourceType = that.resourceType;
|
||||
installPath = that.installPath;
|
||||
_store = that._store;
|
||||
_proxy = that._proxy;
|
||||
}
|
||||
|
||||
public DownloadCommand(TemplateObjectTO template, Long maxDownloadSizeInBytes) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user