VPC : change script name

This commit is contained in:
anthony 2012-06-21 15:32:10 -07:00
parent 516628273f
commit 566b066466
1 changed files with 1 additions and 1 deletions

View File

@ -7186,7 +7186,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
return new SetupGuestNetworkAnswer(cmd, false, "Can not find vif with mac " + mac + " for VM " + domrName);
}
String args = "guestnw.sh " + domrIP + " -C";
String args = "vpc_guestnw.sh " + domrIP + " -C";
String dev = "eth" + domrVif.getDevice(conn);
args += " -d " + dev;
args += " -i " + domrGIP;