image_ref updated too early for rebuild
Bug #997245 reported by
Chris Behrens
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Chris Behrens |
Bug Description
The image_ref is updated immediately in the DB in compute/api on a rebuild. This causes us to lose the original image_ref and when we send a usage notification in the compute manager, we're sending one for the new image, not the old.
We shouldn't use the DB to pass the new image_ref this way... we should send it over RPC and update it on the manager side.
Changed in nova: | |
assignee: | nobody → Chris Behrens (cbehrens) |
importance: | Undecided → High |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-1 |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/7282
Review: https:/