diff --git a/lib/miq_automation_engine/service_models/miq_ae_service_vm_or_template.rb b/lib/miq_automation_engine/service_models/miq_ae_service_vm_or_template.rb index 6b83da877fa..5cf0ab041d1 100644 --- a/lib/miq_automation_engine/service_models/miq_ae_service_vm_or_template.rb +++ b/lib/miq_automation_engine/service_models/miq_ae_service_vm_or_template.rb @@ -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|