From 9f8e1685513f6671369295e97ec254e855c606cd Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 30 Jun 2016 19:14:52 +0100 Subject: Remove depends_on: Networks from ControllerServiceChain I think this depends_on is bogus - the Controller ResourceGroup does depend on Networks, but not the ControllerServiceChain - this needs to be consistent with the other ServiceChain definitions for the custom-roles work. Change-Id: I0159968719f5d21c8f216ad69af047fa141d54e9 --- overcloud.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/overcloud.yaml b/overcloud.yaml index e6f23d8c..d820c051 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -772,7 +772,6 @@ resources: ControllerServiceChain: type: OS::TripleO::Services - depends_on: Networks properties: Services: {get_param: ControllerServices} EndpointMap: {get_attr: [EndpointMap, endpoint_map]} -- cgit 1.2.3-korg