File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
app/models/manageiq/providers/vmware/infra_manager Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ class ManageIQ::Providers::Vmware::InfraManager::Host < ::Host
22 include ManageIQ ::Providers ::Vmware ::InfraManager ::VimConnectMixin
33 include ManageIQ ::Providers ::Vmware ::InfraManager ::EmsRefObjMixin
44
5+ supports :capture
6+
57 # overrides base start to support "standby" powerstate
68 supports :start do
79 if !supports? ( :ipmi )
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ class ManageIQ::Providers::Vmware::InfraManager::Vm < ManageIQ::Providers::Infra
66 include_concern 'Reconfigure'
77 include_concern 'Scanning'
88
9+ supports :capture
910 supports :clone do
1011 unsupported_reason_add ( :clone , _ ( 'Clone operation is not supported' ) ) if blank? || orphaned? || archived?
1112 end
You can’t perform that action at this time.
0 commit comments