AttributeError: host when try to print the Host object

Bug #1458892 reported by Fanyu Kong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
New
Undecided
Unassigned

Bug Description

AttributeError: host When try to print the novaclient.v2.hosts.Host object

I find the source code below:

class Host(base.Resource):
    def __repr__(self):
        return "<Host: %s>" % self.host

but the self.host property nolonger exist.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.