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
(cherry picked from commit 4e1ed16)

https://bugzilla.redhat.com/show_bug.cgi?id=1428509
  • Loading branch information
agrare authored and simaishi committed Mar 9, 2017
1 parent a963cf0 commit c6748bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class ManageIQ::Providers::Microsoft::InfraManager::Vm < ManageIQ::Providers::In
include_concern 'ManageIQ::Providers::Microsoft::InfraManager::VmOrTemplateShared'

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

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

0 comments on commit c6748bc

Please sign in to comment.