Remove depends_on: Networks from ControllerServiceChain
authorSteven Hardy <shardy@redhat.com>
Thu, 30 Jun 2016 18:14:52 +0000 (19:14 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 4 Jul 2016 20:27:23 +0000 (21:27 +0100)
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

index e6f23d8..d820c05 100644 (file)
@@ -772,7 +772,6 @@ resources:
 
   ControllerServiceChain:
     type: OS::TripleO::Services
-    depends_on: Networks
     properties:
       Services: {get_param: ControllerServices}
       EndpointMap: {get_attr: [EndpointMap, endpoint_map]}