You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/06/03 11:36:19 UTC

[jira] [Commented] (CLOUDSTACK-2781) [VPC Network ACL] listNetworkACLLists is listing the all ACL lists irrespective of VPC id.

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672948#comment-13672948 ] 

ASF subversion and git services commented on CLOUDSTACK-2781:
-------------------------------------------------------------

Commit 6cc9162e76af6536901f8a7bcee425e0f9115fd9 in branch refs/heads/master from [~kishan]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=6cc9162 ]

CLOUDSTACK-2781: Fixed incorrect vpcId set in search criteria while listing network acls

                
> [VPC Network ACL] listNetworkACLLists is listing the all ACL lists irrespective of VPC id.
> ------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-2781
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2781
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Network Controller
>    Affects Versions: 4.2.0
>            Reporter: manasaveloori
>            Assignee: Kishan Kavala
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> Steps:
> 1.	Have a CS with advanced zone.
> 2.	Create a VPC say vpc1 and create a network ACL list eg TestACLList.
> 3.	Now create another VPC say vpc2.
> Observation:
> 1.	For vpc2 ,the VPC VR shows the ACL lists configured for vpc1 also apart from default lists.
> 2.	Verified the issue using API also. For different vpc ids the listNetworkACLLists is providing the same response.
> 3.	The API is not considering the VPC id(displaying same response for invalid vpc ids also).
> http://10.147.38.154:8096/client/api?command=listNetworkACLLists&vpc_id=74eb6055-6f31-403b-818b-3b11079d84fb ------------vpc1
> http://10.147.38.154:8096/client/api?command=listNetworkACLLists&vpc_id=c124d506-babd-4d5f-868f-0605074c0809  -------------vpc2
> http://10.147.38.154:8096/client/api?command=listNetworkACLLists 
> All the above APIs give the same response.

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