mirror of https://github.com/apache/cloudstack.git
Don't call configSSL() in SecStorageSetupCommand
just for test
This commit is contained in:
parent
ecbe959a23
commit
5ba91c66d7
|
|
@ -605,7 +605,7 @@ public class NfsSecondaryStorageResource extends ServerResourceBase implements S
|
|||
String root = _parent + "/" + dir;
|
||||
mount(root, nfsPath);
|
||||
|
||||
configCerts(cmd.getCerts());
|
||||
//configCerts(cmd.getCerts());
|
||||
|
||||
return new SecStorageSetupAnswer(dir);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue