You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Diogo Monteiro (JIRA)" <ji...@apache.org> on 2013/07/31 19:59:53 UTC

[jira] [Created] (CLOUDSTACK-3983) VPC UI page not listing ip addresses

Diogo Monteiro created CLOUDSTACK-3983:
------------------------------------------

             Summary: VPC UI page not listing ip addresses
                 Key: CLOUDSTACK-3983
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3983
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: UI
            Reporter: Diogo Monteiro


Steps to reproduce:
-Deploy advance zone
-Create VPC
-Create Tier
-Acquire Ip address for VPC
-Refresh page

Desired results:
-should list all ip addresses acquired by VPC

Actual results:
-doesn't show any ip addresses


What I believe is happening is that the UI is setting some params to the listIpAddresses rest api that are causing the response to come back empty.

Looking at the logs, below is call the UI makes to the rest endpoint
command:listPublicIpAddresses
listAll:true
page:1
pagesize:20
response:json
page:1
pageSize:20
forvirtualnetwork:false
forloadbalancing:true
vpcid:c1603198-88c5-415e-88c1-6accae71b77e

However, the response comes back null
If I strip down some params and make a call like this
listAll:true
response:json
vpcid:c1603198-88c5-415e-88c1-6accae71b77e

Then all the ips come back as expected

My suggestion would be to get all the ips and set some filters on the page where the user can reduce the   ip list based on their types.

This is affecting our production cloudstack deployment, so if anybody can point me out in the right direction I'm more than happy to fix this issue.

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