c73edcbe1d
When using event trigger feature, some of the notification data may be useful to end users in their workflows. However, the whole data can not be visible to end users due to security reasons. This patch will give operators a chance to define what information will be available to end users. If the definition is not found, a 'safe' default setting will be used. Change-Id: I8b6e9cbe318011d2d11a2bb91aaff4d37222c7eb Implements: blueprint event-notification-trigger
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
- event_types:
|
|
- compute.instance.create.*
|
|
properties:
|
|
resource_id: <% $.payload.instance_id %>
|
|
project_id: <% $.context.project_id %>
|
|
user_id: <% $.context.user_id %>
|