From 4fda80432359c88496c864a5ebd968a11be08e57 Mon Sep 17 00:00:00 2001 From: Marcel Hild Date: Wed, 22 Feb 2017 14:27:46 +0100 Subject: [PATCH] add missing authentication require_nested --- app/models/manageiq/providers/automation_manager.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/manageiq/providers/automation_manager.rb b/app/models/manageiq/providers/automation_manager.rb index ff3989dcc25..372e52c0c3a 100644 --- a/app/models/manageiq/providers/automation_manager.rb +++ b/app/models/manageiq/providers/automation_manager.rb @@ -1,6 +1,7 @@ class ManageIQ::Providers::AutomationManager < ::ExtManagementSystem require_nested :InventoryGroup require_nested :InventoryRootGroup + require_nested :Authentication has_many :configured_systems, :dependent => :destroy, :foreign_key => "manager_id" has_many :configuration_profiles, :dependent => :destroy, :foreign_key => "manager_id"