fix a typo

Host.Type.SecondaryStorageVM is the correct type of StartupSecondaryStorageCommand
This commit is contained in:
frank 2011-11-10 17:36:59 -08:00
parent 0821023aa5
commit e3240664ab
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ import com.cloud.host.Host;
public class StartupSecondaryStorageCommand extends StartupCommand {
public StartupSecondaryStorageCommand() {
super(Host.Type.ConsoleProxy);
super(Host.Type.SecondaryStorageVM);
setIqn("NoIqn");
}