Skip to content

Commit

Permalink
Merge pull request #17178 from yrudman/do_not-show-archived-vm-on-onl…
Browse files Browse the repository at this point in the history
…ine-vms-report

Do not show archived and orphaned VMs on report 'Online VMs (Powered On)'
(cherry picked from commit 3d19c53)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1569104
  • Loading branch information
gtanzillo authored and simaishi committed Apr 18, 2018
1 parent 869dde8 commit 8fe0368
Showing 1 changed file with 7 additions and 3 deletions.
Expand Up @@ -4,9 +4,13 @@ created_on: 2008-08-14 01:54:13.891449 Z
title: "Online VMs (Powered On)"
conditions: !ruby/object:MiqExpression
exp:
"=":
field: Vm-power_state
value: "on"
and:
- "=":
field: Vm-power_state
value: "on"
- "=":
field: Vm-active
value: "true"
updated_on: 2008-08-14 01:54:13.891449 Z
order: Ascending
graph:
Expand Down

0 comments on commit 8fe0368

Please sign in to comment.