aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-06-30 19:14:52 +0100
committerSteven Hardy <shardy@redhat.com>2016-07-04 21:27:23 +0100
commit9f8e1685513f6671369295e97ec254e855c606cd (patch)
treec12f38ebe76d2070250648a454283e35c49c0bad
parent794fece5cc25d74ca0d874174e2c837a15750fbf (diff)
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
-rw-r--r--overcloud.yaml1
1 files changed, 0 insertions, 1 deletions
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]}