CS-15775:Creation of Auto scale configuration through UI fails while creating autoscale profile due to args.context.ipAddresses is undefined

This commit is contained in:
Sanjay Tripathi 2012-07-31 23:34:13 +05:30
parent b448412148
commit 376e3fd2b9
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@
if('vpc' in args.context)
networkid = args.context.multiData.tier;
else
networkid = args.context.ipAddresses[0].associatednetworkid;
networkid = args.context.networks[0].id;
var data = {
page: args.page,