get_server_diagnostics must define a hypervisor-independent API
Bug #1240043 reported by
Bob Ball
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned |
Bug Description
get_server_
http://
That documentation shows explicit differences between libvirt and XenAPI.
There are moves to test + enforce the return values, and suggestions that Ceilometer may be interested in consuming the output, therefore we need an API which is explicitly defined and not depend on hypervisor-specific behaviour.
tags: | added: libvirt xenserver |
tags: | added: xen |
Changed in nova: | |
milestone: | icehouse-2 → icehouse-3 |
Changed in nova: | |
milestone: | icehouse-3 → icehouse-rc1 |
Changed in nova: | |
status: | In Progress → Fix Committed |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | juno-3 → 2014.2 |
Changed in nova: | |
assignee: | Roman Podoliaka (rpodolyaka) → Sergey Nikitin (snikitin) |
Changed in nova: | |
status: | Confirmed → In Progress |
Changed in nova: | |
importance: | Undecided → Low |
To post a comment you must log in.
It's actually pretty problematic to have this data format completely unspecified, and vary wildly based on back end implementation. I think some commonality is needed here across hypervisors as this is a public facing interface. At minimum it should return the hypervisor type of the environment, so there could be per / hypervisor schema.