mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
Merge pull request #802 from anshul1886/CLOUDSTACK-8828
Fixed secstorage.proxy is not setting proxy configuration on SSVM in some cases * pr/802: Fixed secstorage.proxy is not setting proxy configuration on SSVM in some cases Signed-off-by: Rajani Karuturi <rajani.karuturi@citrix.com>
This commit is contained in:
commit
0b73d19368
@ -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…
Reference in New Issue
Block a user