forked from ManageIQ/manageiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automate - Added 2 missing System/Policy instances.
ServiceTemplateProvisionRequest_denied and ServiceTemplateProvisionRequest_pending
- Loading branch information
1 parent
8854669
commit 16a62e6
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...res/ae_datastore/ManageIQ/System/Policy.class/servicetemplateprovisionrequest_denied.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
object_type: instance | ||
version: 1.0 | ||
object: | ||
attributes: | ||
display_name: | ||
name: ServiceTemplateProvisionRequest_denied | ||
inherits: | ||
description: | ||
fields: | ||
- rel5: | ||
value: "/Service/Provisioning/Email/ServiceTemplateProvisionRequest_Denied" |
12 changes: 12 additions & 0 deletions
12
...es/ae_datastore/ManageIQ/System/Policy.class/servicetemplateprovisionrequest_pending.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
object_type: instance | ||
version: 1.0 | ||
object: | ||
attributes: | ||
display_name: | ||
name: ServiceTemplateProvisionRequest_pending | ||
inherits: | ||
description: | ||
fields: | ||
- rel5: | ||
value: "/Service/Provisioning/Email/ServiceTemplateProvisionRequest_Pending" |