Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/heat/+spec/auditing. Description: Currently we only record events about resources, not about API actions. When a user performs an action, such as creating or updating a stack, we should record events that include, at a minimum: 1) Which action it was 2) The parameters 3) Which user performed the action Possibly we should also store the template? Maybe that would be a good application for our currently-useless raw_template database table ;) We might choose to expose these through the existing events API, or more likely extend the API somehow. Specification URL (additional information): None