Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
15a86f0
)
controller0AllNodesConfig to controller0AllNodes.
author
Nicholas Randon
<nicholas.randon@hp.com>
Tue, 29 Jul 2014 13:02:42 +0000
(14:02 +0100)
committer
Nicholas Randon
<nicholas.randon@hp.com>
Thu, 31 Jul 2014 11:39:45 +0000
(12:39 +0100)
Rename all occurrences of controller0AllNodesConfig to
controller0AllNodes as this is in line with compute node
deployments. Also the current naming is confusing as this is a
deployment step not a configuration step.
Change-Id: I8efa3b6a64a099e1e8ee43009472152aed5f8ad8
overcloud-source.yaml
patch
|
blob
|
history
diff --git
a/overcloud-source.yaml
b/overcloud-source.yaml
index
ce86dfa
..
8e20f25
100644
(file)
--- a/
overcloud-source.yaml
+++ b/
overcloud-source.yaml
@@
-618,7
+618,7
@@
Resources:
networks:
- network: ctlplane
user_data_format: SOFTWARE_CONFIG
- controller0AllNodes
Config
:
+ controller0AllNodes:
Type: OS::Heat::StructuredDeployment
Properties:
config: {Ref: allNodesConfig}