Uploaded image for project: 'neutron'
  1. neutron
  2. NEUTRON-115

Some parameter types are incorrect in @GET functions in Neutron Northbound API's

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • master
    • northbound-api
    • None
    • Operating System: All
      Platform: All

    • 5431
    • Normal

      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

            yamahata Isaku Yamahata
            ritu.sood@intel.com Ritu Sood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: