Showing
1 changed file
with
2 additions
and
2 deletions
@@ -374,7 +374,7 @@ public class Pch5SwitchCtrl { | @@ -374,7 +374,7 @@ public class Pch5SwitchCtrl { | ||
374 | //TODO 修改host | 374 | //TODO 修改host |
375 | String arg=""; | 375 | String arg=""; |
376 | arg += " --env prod "; | 376 | arg += " --env prod "; |
377 | - arg += " --h "; | 377 | + arg += " --host "; |
378 | arg +=getPch5NodeHostIPsWithComm(); | 378 | arg +=getPch5NodeHostIPsWithComm(); |
379 | exe(arg); | 379 | exe(arg); |
380 | qcloudLoadBalance.registerInstancesAndWeightWithLoadBalancer(ELB_PCH5_ID,az2HostIds,weights); | 380 | qcloudLoadBalance.registerInstancesAndWeightWithLoadBalancer(ELB_PCH5_ID,az2HostIds,weights); |
@@ -407,7 +407,7 @@ public class Pch5SwitchCtrl { | @@ -407,7 +407,7 @@ public class Pch5SwitchCtrl { | ||
407 | //TODO 修改host | 407 | //TODO 修改host |
408 | String arg=""; | 408 | String arg=""; |
409 | arg += " --env gray "; | 409 | arg += " --env gray "; |
410 | - arg += " --h "; | 410 | + arg += " --host "; |
411 | arg +=getPch5NodeHostIPsWithComm(); | 411 | arg +=getPch5NodeHostIPsWithComm(); |
412 | exe(arg); | 412 | exe(arg); |
413 | 413 |
-
Please register or login to post a comment