CLOUDSTACK - UCS manager - associate profile to blade action - only update the field that has been changed, i.e. profile DN field.

This commit is contained in:
Jessica Wang 2013-05-20 10:17:23 -07:00
parent 8010a1b085
commit a636ac23ac
1 changed files with 1 additions and 1 deletions

View File

@ -11063,7 +11063,7 @@
}
});
*/
args.response.success({data: { id: '85a2ff00-ed42-4a18-8f5f-bb75c9ffd413', hostId: '62be4b10-a828-4ea2-aed8-9ad1d0812ff9', dn: 'sys/chassis-2/blade-2', associatedProfileDn: 'profile_3' }});
args.response.success({data: { associatedProfileDn: args.data.profiledn }});
},
notification: {
poll: function(args) {