You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Yoshikazu Nojima (JIRA)" <ji...@apache.org> on 2013/10/23 08:10:42 UTC

[jira] [Updated] (CLOUDSTACK-4932) listNetworks API doesn't return vlan

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yoshikazu Nojima updated CLOUDSTACK-4932:
-----------------------------------------

    Description: 
When listNetworks API is called with root admin account, it must return vlan id, but it returns "N/A". 
I tested with the branch "master".

http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/listNetworks.html

Due to the change in d9c06e5, VLAN ID is not set properly.
It seems current code compares string and BroadcastDomainType instance.

https://github.com/apache/cloudstack/commit/d9c06e5#diff-dc8e154f30da2f7c94e41ca30121ddd4R2184

  was:
Due to the change in d9c06e5, VLAN ID is not set properly.
It seems current code compares string and BroadcastDomainType instance.

https://github.com/apache/cloudstack/commit/d9c06e5#diff-dc8e154f30da2f7c94e41ca30121ddd4R2184


> listNetworks API doesn't return vlan
> ------------------------------------
>
>                 Key: CLOUDSTACK-4932
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4932
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: API, Management Server
>    Affects Versions: Future
>         Environment: branch : master
>            Reporter: Yoshikazu Nojima
>            Assignee: Yoshikazu Nojima
>              Labels: api, network
>
> When listNetworks API is called with root admin account, it must return vlan id, but it returns "N/A". 
> I tested with the branch "master".
> http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/listNetworks.html
> Due to the change in d9c06e5, VLAN ID is not set properly.
> It seems current code compares string and BroadcastDomainType instance.
> https://github.com/apache/cloudstack/commit/d9c06e5#diff-dc8e154f30da2f7c94e41ca30121ddd4R2184



--
This message was sent by Atlassian JIRA
(v6.1#6144)