frank zhang created CLOUDSTACK-3820:
---------------------------------------
Summary: UI doesn't show progress icon when associating UCS profile
Key: CLOUDSTACK-3820
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3820
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: UI
Affects Versions: 4.2.0
Reporter: frank zhang
Priority: Blocker
Fix For: 4.2.0
After calling associatesUcsProfileToBlade, UI should show a progress icon as
its aysnc call that takes long time. see screenshots in attachment
API Call:
curl
"http://localhost:8096/client/api?command=associatesUcsProfileToBlade&ucsManagerId=$1&profileDn=$2&bladeId=$3&response=json"
{ "associateucsprofiletobladeresponse" :
{"jobid":"dff5fa7f-e4a7-457b-92f1-2fede357e3d5"} }
Job finished status:
{ "queryasyncjobresultresponse" :
{"accountid":"b24f6866-f0ca-11e2-8c16-d637902e3581","userid":"b24f76df-f0ca-11e2-8c16-d637902e3581","cmd":"org.apache.cloudstack.api.AssociateUcsProfileToBladeCmd","jobstatus":1,"jobprocstatus":0,"jobresultcode":0,"jobresulttype":"object","jobresult":{"ucsblade":{"id":"84edb958-cf8a-4e71-99c6-190ccc3fe2bd","ucsmanagerid":"07b5b813-83ed-4859-952c-c95cafb63ac4","bladedn":"sys/chassis-1/blade-1"}},"created":"2013-07-25T15:10:13-0700","jobid":"dff5fa7f-e4a7-457b-92f1-2fede357e3d5"}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira