Skip to content

Commit

Permalink
Expose the accounts, users and groups relationships for the vm_or_tem…
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu committed Apr 26, 2016
1 parent 2a7d26d commit 3e8dfa9
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -31,6 +31,10 @@ class MiqAeServiceVmOrTemplate < MiqAeServiceModelBase
expose :directories, :association => true
expose :refresh, :method => :refresh_ems
expose :tenant, :association => true
expose :accounts, :association => true
expose :users, :association => true
expose :groups, :association => true


METHODS_WITH_NO_ARGS = %w(start stop suspend unregister collect_running_processes shutdown_guest standby_guest reboot_guest)
METHODS_WITH_NO_ARGS.each do |m|
Expand Down

0 comments on commit 3e8dfa9

Please sign in to comment.