mirror of https://github.com/apache/cloudstack.git
VPC : change script name
This commit is contained in:
parent
516628273f
commit
566b066466
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue