Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/improve-instance-action-events. Description: Instance faults table is going to be removed in following BP https://blueprints.launchpad.net/nova/+spec/remove-instance-fault-table Instance action table and related API call provide a way to query all the actions and event lists, for specified instance. However, some useful information that used to available in Instance Fault table, are not available in Instance Action Events. Hostname, Exception message (not traceback), etc. This BP is aiming to close the gap between Instance Fault and Instance Action table. Make it easy to use, especially for trouble shooting. Specification URL (additional information): None