aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-18 19:10:17 +0000
committerGerrit Code Review <review@openstack.org>2014-08-18 19:10:17 +0000
commit501f1b56181024a13ed49842a7b49e7b8551842e (patch)
treeccf431df57cacc6a82c6f463b8a88413915dfd84 /block-storage.yaml
parent5c22cfadb831847faa863f6a840e8e494ac31e0a (diff)
parent26730cbb41b3803dc2d806459cdc7909bc1a0b31 (diff)
Merge "Make BlockStorage deployment dependent on controller0AllNodes"
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 af964fe3..e75e773f 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -18,6 +18,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}