diff options
author | 2014-07-29 14:02:42 +0100 | |
---|---|---|
committer | 2014-07-31 12:39:45 +0100 | |
commit | dc3733049cc0214645d92596f359c9b348567301 (patch) | |
tree | 0ad5f2db3d585b5815f79f74240e5c2a85c04e94 | |
parent | 15a86f0a522226a650dce79db82568a7d6179b79 (diff) |
controller0AllNodesConfig to controller0AllNodes.
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
-rw-r--r-- | overcloud-source.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index ce86dfa9..8e20f256 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -618,7 +618,7 @@ Resources: networks: - network: ctlplane user_data_format: SOFTWARE_CONFIG - controller0AllNodesConfig: + controller0AllNodes: Type: OS::Heat::StructuredDeployment Properties: config: {Ref: allNodesConfig} |