Skip to content

Commit

Permalink
Merge pull request #314 from billfitzgerald0120/email3_orch_provision
Browse files Browse the repository at this point in the history
Email instances for Cloud/Orchestration.
  • Loading branch information
mkanoor authored Jun 5, 2018
2 parents c009952 + ddf6fed commit 6294b94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ object:
datatype: string
priority: 14
owner:
default_value: "/Cloud/Orchestration/Provisioning/Email/ServiceProvision_complete?event=service_provisioned"
default_value: "/System/Notification/Email/CloudOrchestrationServiceProvisionComplete?event=service_provisioned"
substitute: true
message: create
visibility:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
object_type: instance
version: 1.0
object:
attributes:
display_name:
name: CloudOrchestrationServiceProvisionComplete
inherits:
description:
fields:
- to:
value: "${/#miq_provision.miq_request.get_option(:owner_email)} || ${/#miq_provision.miq_request.requester.email}
|| ${/Configuration/Email/Default#default_recipient}"
- mail_method:
value: "#stop_email"

0 comments on commit 6294b94

Please sign in to comment.