mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9891 no password log for copy user in ssvm setup
reported by Marcus Sorensen
This commit is contained in:
parent
917666b19c
commit
2b5892e54a
|
|
@ -19,9 +19,12 @@
|
|||
|
||||
package com.cloud.agent.api;
|
||||
|
||||
import com.cloud.agent.api.LogLevel.Log4jLevel;
|
||||
|
||||
public class SecStorageVMSetupCommand extends Command {
|
||||
String[] allowedInternalSites = new String[0];
|
||||
String copyUserName;
|
||||
@LogLevel(Log4jLevel.Off)
|
||||
String copyPassword;
|
||||
|
||||
public SecStorageVMSetupCommand() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue