Skip to content

Commit

Permalink
Merge pull request #128 from lfu/go_to_service_1522988
Browse files Browse the repository at this point in the history
Expose generic objects to the services service model.
(cherry picked from commit a71f1de)

https://bugzilla.redhat.com/show_bug.cgi?id=1524611
  • Loading branch information
gmcculloug authored and simaishi committed Dec 11, 2017
1 parent db3b444 commit 4868e1d
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ class MiqAeServiceService < MiqAeServiceModelBase
expose :indirect_service_children, :association => true
expose :parent_service, :association => true
expose :tenant, :association => true
expose :generic_objects, :association => true

CREATE_ATTRIBUTES = [:name, :description, :service_template]

Expand Down

0 comments on commit 4868e1d

Please sign in to comment.