XenAPI: 'dict' object has no attribute 'name'
Bug #1030073 reported by
Johannes Erdfelt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Johannes Erdfelt |
Bug Description
As part of the no-db-messaging blueprint work, the instance object is now being sent as a dict instead of an Instance model object.
The XenAPI driver should consistently use dict style item lookup instead of class-style attribute lookup on the instance object to ensure it works with both dicts and Instance model objects.
Changed in nova: | |
assignee: | nobody → Johannes Erdfelt (johannes.erdfelt) |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/10424
Review: https:/