Skip to content

Commit

Permalink
Merge pull request #14939 from imtayadeway/reports/add-guest-applicat…
Browse files Browse the repository at this point in the history
…ions

Allow reports to be generated based on GuestApplication
(cherry picked from commit e56661b)

https://bugzilla.redhat.com/show_bug.cgi?id=1455302
  • Loading branch information
gtanzillo authored and simaishi committed May 24, 2017
1 parent e192a29 commit b5e0a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/guest_application.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class GuestApplication < ApplicationRecord
belongs_to :vm_or_template
belongs_to :vm, :foreign_key => :vm_or_template_id
belongs_to :host
belongs_to :container_image

Expand Down
1 change: 1 addition & 0 deletions lib/miq_expression.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class MiqExpression
ExtManagementSystem
ExtManagementSystemPerformance
Flavor
GuestApplication
Host
HostAggregate
HostPerformance
Expand Down

0 comments on commit b5e0a72

Please sign in to comment.