aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2014-08-14 18:38:42 +0200
committerGiulio Fidente <gfidente@redhat.com>2014-08-17 12:21:37 +0200
commit26730cbb41b3803dc2d806459cdc7909bc1a0b31 (patch)
treeb5aacd8320c9a421adf41f7eec56e6617055edec /block-storage.yaml
parent002051953cabd0784931de5346da53e954af98ab (diff)
Make BlockStorage deployment dependent on controller0AllNodes
As per the NovaCompute nodes, this change makes deployment of BlockStorage nodes dependent on controller0AllNodes. Change-Id: I4bc4d33d42463a0abadc2bfd4e48b1a4e554d396
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml
index 3e5f460b..6e5d503c 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -24,6 +24,7 @@ resources:
key_name: {get_param: KeyName}
user_data_format: SOFTWARE_CONFIG
BlockStorage0Deployment:
+ depends_on: [controller0AllNodesDeployment]
type: OS::Heat::StructuredDeployment
properties:
server: {get_resource: BlockStorage0}