CLOUDSTACK-9891 no password log for copy user in ssvm setup

reported by Marcus Sorensen
This commit is contained in:
Daan Hoogland 2017-05-08 08:36:20 +02:00 committed by Rohit Yadav
parent 917666b19c
commit 2b5892e54a
1 changed files with 3 additions and 0 deletions

View File

@ -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() {