Comment 4 for bug 1585024

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

Reviewed: https://review.openstack.org/320223
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=0bf56a0a54524dfcda67727ca1c64e57bfaf0bc6
Submitter: Jenkins
Branch: master

commit 0bf56a0a54524dfcda67727ca1c64e57bfaf0bc6
Author: xiexs <email address hidden>
Date: Tue May 24 01:28:14 2016 -0400

    Fix Capabilities.__repr__ to remove the undefined attribute

    The self.name is undefined in the Capabilities class.
    And also there is no need any unique information to
    identify this object, so we just remove it directly.

    Change-Id: I0b821345c0d4c9a4636b9d097b9a66ba59768092
    Partial-Bug: #1585024