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

[jira] [Created] (CLOUDSTACK-2564) NTier: ListNetworkACLLists based on VPC ID returns an empty list

Chandan Purushothama created CLOUDSTACK-2564:
------------------------------------------------

             Summary: NTier: ListNetworkACLLists based on VPC ID returns an empty list
                 Key: CLOUDSTACK-2564
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2564
             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
            Reporter: Chandan Purushothama
             Fix For: 4.2.0



===========
Observations:
===========

http://10.223.131.202:8080/client/api?command=listNetworkACLLists&networkid=65323b58-8135-4a4a-8b5f-64208b8ada93&response=json&sessionkey=kblZuqyqT6%2B%2FVgcQFEzwyqKdu%2Bw%3D&_=1368822005573

{ "listnetworkacllistsresponse" : { "count":1 ,"networkacllist" : [  {"id":"c1c3e475-e293-429b-a50f-92bd6bf4f514","name":"AtomsFirstACLList","vpcid":"0b7504bd-d7f7-4a8a-be30-f0f10f7dc979"} ] } }

http://10.223.131.202:8080/client/api?command=listNetworkACLLists&vpcid=0b7504bd-d7f7-4a8a-be30-f0f10f7dc979&response=json&sessionkey=kblZuqyqT6%2B%2FVgcQFEzwyqKdu%2Bw%3D&_=1368822005573

{ "listnetworkacllistsresponse" : { } }

mysql> select * from vpc \G
*************************** 1. row ***************************
              id: 1
            uuid: 0b7504bd-d7f7-4a8a-be30-f0f10f7dc979
            name: Atoms-VPC-1
    display_text: Atoms-VPC-1
            cidr: 192.168.0.0/16
 vpc_offering_id: 1
         zone_id: 1
           state: Enabled
       domain_id: 1
      account_id: 3
  network_domain: atomsvpc1.lab.vmops.com
         removed: NULL
         created: 2013-05-17 00:01:25
restart_required: 0
1 row in set (0.00 sec)


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