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

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

manasaveloori created CLOUDSTACK-2781:
-----------------------------------------

             Summary: [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
            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