Comment 5 for bug 1531545

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

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

commit da40df71bebc320021c4a04c369b53e337ac505a
Author: Richard Theis <email address hidden>
Date: Wed Jan 6 14:08:53 2016 -0600

    Remove status property from LBaaS resources

    Remove the status property from the Pool, PoolMember and
    HealthMonitor resources 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: I5319adcafc608f3c6de888db35fac2f9b527c011
    Partial-Bug: #1531545