"Nova show" lists incorrect property for compute host
Bug #1044238 reported by
Rohit Karajgi
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Jian Wen |
Bug Description
I have a devstack environment with 2 compute nodes.
Spawned and instance, it was successfully launched on compute node 2 (confirmed with virsh on compute node 2).
However, the Hypervisor listing for this instance in the "nova show" command shows compute node 1.
The "Host" and "Hypervisor" entries should always be the same for any instance.
Command output : http://
Changed in nova: | |
assignee: | nobody → Sina Web Service Dev (sws) |
Changed in nova: | |
assignee: | Sina Web Service Dev (sws) → Jian Wen (wenjianhn) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-rc1 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-rc1 → 2012.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/12292 github. com/openstack/ nova/commit/ b9f1138be0c982e dcfcfb289f64c35 6e00dd95d0
Committed: http://
Submitter: Jenkins
Branch: master
commit b9f1138be0c982e dcfcfb289f64c35 6e00dd95d0
Author: Jian Wen <email address hidden>
Date: Mon Sep 3 16:14:44 2012 +0800
Fixes sqlalchemy. api.compute_ node_get_ by_host
Use join('service') instead of options( joinedload( 'service' )) to get
the right compute_node
Fixes bug 1044238
Change-Id: I082a46847e63a1 e21083a625c3b07 ec9be05412f