From: Steven Hardy Date: Thu, 30 Jun 2016 18:14:52 +0000 (+0100) Subject: Remove depends_on: Networks from ControllerServiceChain X-Git-Tag: opnfv-6.0.0~1890 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9f8e1685513f6671369295e97ec254e855c606cd;p=apex-tripleo-heat-templates.git 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 --- 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]}