db4e25836d
This PS adds deployment of mistral-event-engine service within mistral role. Change-Id: If187e1a49a321d1e85fb3cfff2ea037e567b30dc
7 lines
186 B
Django/Jinja
7 lines
186 B
Django/Jinja
- event_types:
|
|
- compute.instance.create.*
|
|
properties:
|
|
resource_id: <% $.payload.instance_id %>
|
|
project_id: <% $.context.project_id %>
|
|
user_id: <% $.context.user_id %>
|