mirror of https://github.com/apache/cloudstack.git
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:
parent
8010a1b085
commit
a636ac23ac
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue