Created attachment 1282297 [details] VM Details wth available power ops Description of problem:Guest OS operations are supposed to be filtered in Vm Details view. Version-Release number of selected component (if applicable):5.8.0.16 How reproducible:100% Steps to Reproduce: 1.Open VM Details page and check available Power Operations Actual results: 'Restart Guest' is available Expected results: 'Restart Guest' should be hidden
https://github.com/ManageIQ/manageiq-providers-vmware/pull/64
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/81ecc9c3f38f51124b32e9da0c168fa1c87cff6d commit 81ecc9c3f38f51124b32e9da0c168fa1c87cff6d Author: James Wong <jwong> AuthorDate: Mon Jun 12 11:27:28 2017 -0400 Commit: James Wong <jwong> CommitDate: Mon Jun 12 11:27:28 2017 -0400 VM guest restart check fixed https://bugzilla.redhat.com/show_bug.cgi?id=1455595 .../vmware/infra_manager/vm/operations/guest.rb | 8 ++++- .../providers/vmware/infra_manager/vm_spec.rb | 38 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-)
PR merged.