Comment 5 for bug 1585024

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

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

commit f0f8e6b5ab3b3602e54f81d15af6c08e3c710545
Author: xiexs <email address hidden>
Date: Sat Jun 25 11:43:32 2016 -0400

    Fix Service.__repr__ to remove the undefined attribute

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

    Change-Id: I3ce8663f830357855f2155e080393ea97f8f80ba
    Partial-Bug: #1585024