Skip to content

Commit

Permalink
Merge pull request #14123 from bronaghs/scvmm_vm_reset_bz_1392608
Browse files Browse the repository at this point in the history
SCVMM - Enable VM reset functionality
  • Loading branch information
agrare committed Mar 1, 2017
2 parents 62f464b + 1104394 commit 4e1ed16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class ManageIQ::Providers::Microsoft::InfraManager::Vm < ManageIQ::Providers::In

supports_not :migrate, :reason => _("Migrate operation is not supported.")
supports_not :publish
supports :reset

POWER_STATES = {
"Running" => "on",
Expand Down

0 comments on commit 4e1ed16

Please sign in to comment.