| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7892258 commit dfb2e1d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1069,7 +1069,7 @@ | |||
| 1069 | 1069 | var apiCmd, apiCmdRes; | |
| 1070 | 1070 | if(!('multiRules' in args.context)) { //from a new LB | |
| 1071 | 1071 | var data = { | |
| 1072 | - zoneid: args.context.networks[0].zoneid, | ||
| 1072 | + zoneid: args.context.ipAddresses[0].zoneid, //args.context.networks[0] doesn't have zoneid property, so use args.context.ipAddresses[0] instead | ||
| 1073 | 1073 | serviceofferingid: args.data.serviceOfferingId, | |
| 1074 | 1074 | templateid: args.data.templateNames, | |
| 1075 | 1075 | destroyvmgraceperiod: args.data.destroyVMgracePeriod, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments