Comment 8 for bug 1463202

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lbaas (master)

Reviewed: https://review.openstack.org/257201
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=eafbfd23b246b2b9828cdeb00f2acf7cb0ac0aca
Submitter: Jenkins
Branch: master

commit eafbfd23b246b2b9828cdeb00f2acf7cb0ac0aca
Author: Trevor Vardeman <email address hidden>
Date: Tue Mar 1 14:52:33 2016 -0600

    Get Me A LB

    Allows a request to be passed to the lbaas API that contains the full graph
    structure of a load balancer. This means that an entire load balancer graph
    can be created in one POST to the API, or a partial graph can be.

    This creates a new driver method to the driver interface that when implemented
    will be called when a full or partial graph is attempted to be created. If
    the driver does not implement this method, then the request is not allowed.

    Co-Author: Trevor Vardeman <email address hidden>

    Closes-Bug: #1463202
    Depends-On: Id3a5ddb8efded8c6ad72a7118424ec01c777318d
    Change-Id: Ic16ca4cb3cb407d9e91eea74315a39bf86c654f3