← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1706962] Re: Incorrect DOC Networking LBaaS API

 

Reviewed:  https://review.openstack.org/487283
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=539ea2a5d53f287b67e6a4f842668ac59875e2c7
Submitter: Jenkins
Branch:    master

commit 539ea2a5d53f287b67e6a4f842668ac59875e2c7
Author: Zeus Arias Lucero <zeus.arias@xxxxxxxx>
Date:   Tue Jul 25 08:14:02 2017 +0200

    Fix API Doc LBaaS v2
    When a Listener and pool are created
    the parameter protocol_port is optional
    according to the official documentation,
    but in reality it is required.
    
    The API calls which use ‘health_monitors’
    string do not properly work and the right one is ‘healthmonitors’.
    This string should also be modified within the body.
    
    Closes-Bug: #1706962
    
    Change-Id: I6b97678c872fbb5798f0295dd262a8f6fc6c5a84


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1706962

Title:
  Incorrect DOC Networking LBaaS API

Status in neutron:
  Fix Released

Bug description:
  The official documentation (LbaaS v2) is not right for several API
  calls

  
  When a Listener is created, the parameter protocol_port is optional according to the official documentation, but in really it is required. 

  If a pool is created, the parameter protocol is optional according to
  the official documentation, but in really it is a required parameter.

  The API calls which use ‘health_monitors’ string do not properly work
  and the right one is ‘healthmonitors’. This string should also be
  modified within the body.

  I have a commit to the changes:
  https://review.openstack.org/#/c/487283/


  -----------------------------------
  Release: 1.8.1.dev40 on 'Tue Jul 18 18:01:21 2017, commit 7581af4'
  SHA: 
  Source: Can't derive source file URL
  URL: https://developer.openstack.org/api-ref/networking/v2/index.html?expanded=list-load-balancers-detail,create-a-load-balancer-detail,create-listener-detail,create-pool-detail

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1706962/+subscriptions


References