From 0af5990d017884c5a2e75d1266905ce2938a61f8 Mon Sep 17 00:00:00 2001 From: Ladislav Smola Date: Thu, 27 Jul 2017 10:16:13 +0200 Subject: [PATCH] Add todo for :protocol inside of ContainerServicePortConfig manager_ref Add todo for :protocol inside of ContainerServicePortConfig manager_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 e33a17be0c..ced0141318 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 => [:ems_ref, :protocol] + :manager_ref => [:ems_ref, :protocol] # TODO(lsmola) make protocol part of the ems_ref? ) )