diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-06-03 11:22:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-06-03 11:22:36 +0000 |
commit | c89f6e26e95eb3e8aac4e3efbfa4e8263fae0ec0 (patch) | |
tree | 356786d536193b984d74bd3686312733f0493488 | |
parent | 42f32ba95147e6041cf26633557984a3a2179c34 (diff) | |
parent | ae1816d8db2f6fe727edcacefd9abcaf1ec9576a (diff) |
Merge "Sequence deploys - compute after control plane."
-rw-r--r-- | nova-compute-instance.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 8cbf7759..a93eda03 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -174,6 +174,7 @@ Resources: key_name: {Ref: KeyName} user_data_format: SOFTWARE_CONFIG NovaCompute0Deploy: + DependsOn: [controller0Deployment] Type: OS::Heat::StructuredDeployment Properties: config: {Ref: NovaComputeConfig} |