Bug 1041125

Summary: [RFE][nova]: Improve instance action events to contain more messages
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: openstack-novaAssignee: Solly Ross <sross>
Status: CLOSED UPSTREAM QA Contact: Ami Jeain <ajeain>
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: markmc, ndipanov, sgordon, yeylon
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/improve-instance-action-events
Whiteboard: upstream_milestone_next upstream_status_needs-code-review upstream_definition_review
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-04-15 16:04:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 13:44:28 UTC
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