Skip to content

Commit

Permalink
Merge pull request #14018 from durandom/ansible_automation_manager
Browse files Browse the repository at this point in the history
add missing authentication require_nested
  • Loading branch information
agrare authored Feb 22, 2017
2 parents 997cb8e + 4fda804 commit 36b4ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/manageiq/providers/automation_manager.rb
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 36b4ae7

Please sign in to comment.