aboutsummaryrefslogtreecommitdiffstats
path: root/extraconfig/all_nodes/random_string.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-01-18 23:16:15 +0000
committerGerrit Code Review <review@openstack.org>2016-01-18 23:16:15 +0000
commit795e4290dd6b12a8f4b7c6932a3777a036195081 (patch)
treeced95c3bdd98558a7e45ad2ee76305ed71fe9fd8 /extraconfig/all_nodes/random_string.yaml
parentfd9208025eae0304fa5b6936749fbee96cf9b814 (diff)
parent1733d74392b0cc8f3577da68fbb5eb6165802c37 (diff)
Merge "Set the name property for all deployment resources"
Diffstat (limited to 'extraconfig/all_nodes/random_string.yaml')
-rw-r--r--extraconfig/all_nodes/random_string.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/extraconfig/all_nodes/random_string.yaml b/extraconfig/all_nodes/random_string.yaml
index b4b30274..49d2d8b6 100644
--- a/extraconfig/all_nodes/random_string.yaml
+++ b/extraconfig/all_nodes/random_string.yaml
@@ -41,6 +41,7 @@ resources:
RandomDeploymentsController:
type: OS::Heat::SoftwareDeployments
properties:
+ name: RandomDeploymentsController
servers: {get_param: controller_servers}
config: {get_resource: RandomConfig}
actions: ['CREATE'] # Only do this on CREATE
@@ -50,6 +51,7 @@ resources:
RandomDeploymentsCompute:
type: OS::Heat::SoftwareDeployments
properties:
+ name: RandomDeploymentsCompute
servers: {get_param: compute_servers}
config: {get_resource: RandomConfig}
actions: ['CREATE'] # Only do this on CREATE