Skip to content

Commit

Permalink
Merge pull request ManageIQ#205 from billfitzgerald0120/vmcloud_auto_…
Browse files Browse the repository at this point in the history
…approval2

Auto approval for instance resize operation.
  • Loading branch information
gmcculloug authored Oct 27, 2017
2 parents 7674660 + d46747e commit 078ef3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Description: This method auto-approves the VM Cloud Reconfiguration request
#
$evm.log("info", "AUTO-APPROVING")
$evm.root["miq_request"].approve("admin", "VM Cloud Reconfiguration Auto-Approved")
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: VmCloudReconfigureRequest_created
inherits:
description:
fields:
- meth5:
value: vmcloudreconfigure_request_auto_approve

0 comments on commit 078ef3b

Please sign in to comment.