Comment 6 for bug 1531545

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

Reviewed: https://review.openstack.org/264267
Committed: https://git.openstack.org/cgit/openstack/python-openstacksdk/commit/?id=7c67c3472ad1c18419265ee575eee6cab0c795f7
Submitter: Jenkins
Branch: master

commit 7c67c3472ad1c18419265ee575eee6cab0c795f7
Author: Richard Theis <email address hidden>
Date: Tue Jan 5 14:48:43 2016 -0600

    Add LoadBalancer vip_port_id and provider properties

    Explicitly parse the vip_port_id and provider properties for a
    LoadBalancer object based on the properties available via the
    networking v2 API ([1] and [2]).

    [1] http://developer.openstack.org/api-ref-networking-v2-ext.html
    [2] https://github.com/openstack/neutron-lbaas/tree/stable/liberty

    Change-Id: Id0933ad57dda8330348944b2cfe502ff0207ea31
    Partial-Bug: #1531545