You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "venkata swamybabu budumuru (JIRA)" <ji...@apache.org> on 2013/05/06 09:06:16 UTC

[jira] [Created] (CLOUDSTACK-2334) [GSLB] [UI] Unable to removeFromGlobalLoadBalancerRule because UI fires the API incorrectly

venkata swamybabu budumuru created CLOUDSTACK-2334:
------------------------------------------------------

             Summary: [GSLB] [UI] Unable to removeFromGlobalLoadBalancerRule because UI fires the API incorrectly
                 Key: CLOUDSTACK-2334
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2334
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Management Server
    Affects Versions: 4.2.0
         Environment: commit 09af15035b9febe6f55e73a1389f950ab042564f
            Reporter: venkata swamybabu budumuru
            Assignee: Brian Federle
             Fix For: 4.2.0


Steps to reproduce :

1. Have a GSLB setup with at least 2 zones.
2. createGSLB rule and assign at least 1 LB rule to it
3. now try to remove the LB rule from GSLB rule.

Observations:

(i) Here is the snippet of the api that was fired

_	1367822100664
command	removeFromGlobalLoadBalancerRule
id	1d69cdec-30b7-4ba2-bfe6-be928487632e
response	json
sessionkey	8KHmc0MBehVqqZ4CPO0WW/uVNcA=

(ii) we are passing lbruleid value as part of id. which shouldn't be the case here. Here is the API which we should send in the below format.

http://10.147.59.194:8096/api?command=removeFromGlobalLoadBalancerRule&id=ad91f245-31da-4fb7-a26b-6e16d844e9ed&loadbalancerrulelist=1d69cdec-30b7-4ba2-bfe6-be928487632e

Attaching the screenshot of the same.

Uploading mgmt, api and db dump to the bug.

--
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