From 376e3fd2b9fc31a89b80916742286594c7bbff90 Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Tue, 31 Jul 2012 23:34:13 +0530 Subject: [PATCH] CS-15775:Creation of Auto scale configuration through UI fails while creating autoscale profile due to args.context.ipAddresses is undefined --- ui/scripts/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 9e455473f60..4e2bc5c882a 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -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,