From dc3733049cc0214645d92596f359c9b348567301 Mon Sep 17 00:00:00 2001 From: Nicholas Randon Date: Tue, 29 Jul 2014 14:02:42 +0100 Subject: 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 --- overcloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit 1.2.3-korg