bug 10551: pass correct host type to StartupSecondaryStorageCommand

This commit is contained in:
Kelven Yang 2011-07-08 10:35:56 -07:00
parent 49999bf609
commit e00c011dcb

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.SecondaryStorage);
setIqn("NoIqn");
}