Skip to content

Commit

Permalink
do not show contaiers and cloud providers in 'Monthly Host per Provid…
Browse files Browse the repository at this point in the history
…er' report

https://bugzilla.redhat.com/show_bug.cgi?id=1395011

make changes to report
  • Loading branch information
yrudman committed Aug 25, 2017
1 parent ef367b7 commit a0e2fd2
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -27,7 +27,17 @@ headers:
- Region
- Daily Host Count (Max)
- Daily Host Socket Count (Max)
conditions:
conditions: !ruby/object:MiqExpression
exp:
and:
- not:
INCLUDES:
field: ExtManagementSystemPerformance.ext_management_system-type
value: CloudManager
- not:
INCLUDES:
field: ExtManagementSystemPerformance.ext_management_system-type
value: ContainerManager
order: Ascending
sortby:
- v_month
Expand Down

0 comments on commit a0e2fd2

Please sign in to comment.