From 8da447f5e0fd06f7cde88ba265a4f9aee61ed966 Mon Sep 17 00:00:00 2001 From: Ladislav Smola Date: Thu, 27 Jul 2017 10:13:50 +0200 Subject: [PATCH] ContainerService id is part of the ContainerServicePortConfig ems_ref ContainerService id is part of the ContainerServicePortConfig ems_ref --- .../kubernetes/container_manager/inventory_collections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/manageiq/providers/kubernetes/container_manager/inventory_collections.rb b/app/models/manageiq/providers/kubernetes/container_manager/inventory_collections.rb index 2055886565..e33a17be0c 100644 --- a/app/models/manageiq/providers/kubernetes/container_manager/inventory_collections.rb +++ b/app/models/manageiq/providers/kubernetes/container_manager/inventory_collections.rb @@ -227,7 +227,7 @@ def initialize_inventory_collections :model_class => ContainerServicePortConfig, :parent => manager, :association => :container_service_port_configs, - :manager_ref => [:container_service, :ems_ref, :protocol] + :manager_ref => [:ems_ref, :protocol] ) )