aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/compute-role.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-02 23:31:43 +0000
committerGerrit Code Review <review@openstack.org>2017-03-02 23:31:43 +0000
commitcee8160ee531a7419c954eeeaf672a67417925f0 (patch)
treef8a8aced34d36ea9854237563e9860d1135d02fa /puppet/compute-role.yaml
parentb6c74c47aab63be17e2e6aeb39674ead879bba6a (diff)
parent626b820b57498ff5002c5530962e6e4fd5644b51 (diff)
Merge "Make UpdateDeployment depend on NetworkDeployment"
Diffstat (limited to 'puppet/compute-role.yaml')
-rw-r--r--puppet/compute-role.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/compute-role.yaml b/puppet/compute-role.yaml
index 1a0294af..ebdd762d 100644
--- a/puppet/compute-role.yaml
+++ b/puppet/compute-role.yaml
@@ -483,6 +483,7 @@ resources:
UpdateDeployment:
type: OS::Heat::SoftwareDeployment
+ depends_on: NetworkDeployment
properties:
name: UpdateDeployment
config: {get_resource: UpdateConfig}