Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E877510CF3 for ; Thu, 25 Jul 2013 23:31:49 +0000 (UTC) Received: (qmail 17529 invoked by uid 500); 25 Jul 2013 23:31:49 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 17487 invoked by uid 500); 25 Jul 2013 23:31:49 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 17479 invoked by uid 500); 25 Jul 2013 23:31:49 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 17476 invoked by uid 99); 25 Jul 2013 23:31:49 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jul 2013 23:31:49 +0000 Date: Thu, 25 Jul 2013 23:31:49 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-3820) UI doesn't show progress icon when associating UCS profile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13720233#comment-13720233 ] ASF subversion and git services commented on CLOUDSTACK-3820: ------------------------------------------------------------- Commit e8d10e73ef6ac18176f172ddc237778a95545ed7 in branch refs/heads/master from [~jessicawang] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=e8d10e7 ] CLOUDSTACK-3820: UI > Infrastructure menu > zone detail > UCS > associatesUcsProfileToBlade API has been changed from sync to async. Here is related UI change. > 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 > Assignee: frank zhang > Priority: Blocker > Fix For: 4.2.0 > > Attachments: ucs1.PNG, ucs2.PNG > > > 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