Skip to content

Commit

Permalink
Expost iso_datastore & iso_images
Browse files Browse the repository at this point in the history
  • Loading branch information
matobet committed May 31, 2017
1 parent dd45196 commit 196d3b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ class MiqAeServiceExtManagementSystem < MiqAeServiceModelBase
expose :tenant, :association => true
expose :miq_templates, :association => true
expose :customization_specs, :association => true
expose :iso_datastore, :association => true
expose :to_s
expose :authentication_userid
expose :authentication_password
Expand Down
@@ -0,0 +1,6 @@
module MiqAeMethodService
class MiqAeServiceIsoDatastore < MiqAeServiceModelBase
expose :ext_management_system, :association => true
expose :iso_images, :association => true
end
end

0 comments on commit 196d3b5

Please sign in to comment.