Comment 3 for bug 1331602

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

Reviewed: https://review.openstack.org/100988
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=465d3834719b1e26734af490451ab497519e642f
Submitter: Jenkins
Branch: master

commit 465d3834719b1e26734af490451ab497519e642f
Author: henriquetruta <email address hidden>
Date: Wed Jun 18 15:30:24 2014 -0300

    Fixing flavor access __repr__ method

    The Flavor Access __repr__ method was crashing because
    it was using a non-existing attribute called "name".
    On this fix, this method will now return the following:

    <FlavorAccess flavor id: {flavor_id}, tenant id: {tenant_id}>

    Closes-bug: #1331602

    Change-Id: Ia2c24312e59e6c0aba1009766a15d390dc2721b1