[NEUTRON-115] Some parameter types are incorrect in @GET functions in Neutron Northbound API's Created: 25/Feb/16  Updated: 09/Jul/16  Resolved: 09/Jul/16

Status: Resolved
Project: neutron
Component/s: northbound-api
Affects Version/s: master
Fix Version/s: None

Type: Bug
Reporter: Ritu Sood Assignee: Isaku Yamahata
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

Operating System: All
Platform: All


External issue ID: 5431
Priority: Normal

 Description   

Some examples of the issues
In NeutronFirewallPolicyNorthbound.java in @GET function querySecurityPolicyIsShared is a string and should be Boolean,
In NeutronSubnetsNorthbound.java in @GET function queryIPVersion is string but should be Integer, queryEnableDHCP is a string should be Boolean
In NeutronLoadBalancerListenerNorthbound.java queryLoadBalancerListenerAdminIsUp is a String should be Boolean
In NeutronLoadBalancerPoolNorthbound.java
queryLoadBalancerIsAdminStateUp is String should be Boolean
queryLoadBalancerPoolMemberAdminStateUp is String should be Boolean,
queryLoadBalancerPoolMemberWeight is String should be Integer
In NeutronVPNIPSECSiteConnectionsNorthbound queryAdminStateUp is String should be Boolean
More like this in NeutronL2gatewayConnectionNorthbound, NeutronPortsNorthbound, NeutronRoutersNorthbound



 Comments   
Comment by Ritu Sood [ 02/Jun/16 ]

Fixed in master. Patches:
https://git.opendaylight.org/gerrit/#/c/35516/
https://git.opendaylight.org/gerrit/#/c/35491/
https://git.opendaylight.org/gerrit/#/c/35510/
https://git.opendaylight.org/gerrit/#/c/35497/

Generated at Wed Feb 07 20:25:36 UTC 2024 using Jira 8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d.