nova/nova/compute
Hironori Shiina 3a0e5f985f Abstract a driver API for triggering crash dump
An implementation to trigger crash dump depends on hypervisors. Inject_nmi is
just a libvirt implementation. The driver API name should be
"trigger_crash_dump" for the abstraction.

This patch only changes names of the driver API and an Exception. It has no
functional changes.

Change-Id: Icef57d346fac7f92132bc14e22d5b2652397a64a
Closes-Bug: 1547362
2016-03-02 13:07:26 +09:00
..
monitors config options: Centralise 'virt.driver' options 2016-02-11 09:40:25 +00:00
resources Deprecate Extensible Resource Tracker 2015-11-05 17:40:37 +00:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Merge "Change populate_security_groups to return a SecurityGroupList" 2016-02-12 20:30:25 +00:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Pass attachment_id to Cinder when detach a volume 2016-01-20 22:16:27 +01:00
claims.py Claims: fix log message 2015-11-13 06:13:52 -08:00
cpumodel.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
flavors.py Remove flavors.get_flavor() only used in tests 2015-11-13 14:17:06 +01:00
hv_type.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
instance_actions.py Add a compute API to trigger crash dump in instance. 2015-12-19 09:30:08 +08:00
manager.py Abstract a driver API for triggering crash dump 2016-03-02 13:07:26 +09:00
opts.py single point of entry for sample config generation 2016-01-08 13:55:26 +00:00
power_state.py Remove power_state.BUILDING 2015-04-14 19:10:12 -07:00
resource_tracker.py Move Disk allocation ratio to ResourceTracker 2016-02-12 21:33:33 +01:00
rpcapi.py Abstract a driver API for triggering crash dump 2016-03-02 13:07:26 +09:00
stats.py Drop JSON for stats in virt API 2015-12-07 13:03:36 +00:00
task_states.py Remove the executable bit from several python files 2015-12-10 21:43:22 +00:00
utils.py Merge "Remove two unneeded db lookups during delete of a resizing instance" 2015-12-02 02:36:37 +00:00
vm_mode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
vm_states.py Add a compute API to trigger crash dump in instance. 2015-12-19 09:30:08 +08:00