Flavor access __repr__ method crashes
Bug #1331602 reported by
Henrique Truta
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
Henrique Truta |
Bug Description
When the Flavor Access __repr__ method is called, it raises an "AttributeError: name", once the FlavorAccess class object does not have this attribute.
Traceback (most recent call last):
File "novatests.py", line 290, in test_get_
print flav
File "/opt/stack/
return "<FlavorAccess: %s>" % self.name
File "/opt/stack/
raise AttributeError(k)
AttributeError: name
Changed in python-novaclient: | |
assignee: | nobody → Henrique Truta (henrique-4) |
Changed in python-novaclient: | |
status: | New → In Progress |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Which version of python-novaclient are you using?