Comment 3 for bug 1536288

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

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

commit 822f8d68ebb4d89d544c5a2a089b20d5b2d54ab9
Author: Richard Theis <email address hidden>
Date: Wed Jan 20 11:55:43 2016 -0600

    Resource object attributes not updated on some interfaces

    Resource object attributes are not being updated from the REST
    API response on the create(), get() and update() interfaces.
    As a result, the resource object (self) returned may be missing
    information thus requiring an additional request to collect the
    information.

    Change-Id: I781e9eb21907d396d8ff6f55765eaca0fe3ef505
    Closes-Bug: #1536288