From: Nicholas Randon Date: Tue, 29 Jul 2014 13:02:42 +0000 (+0100) Subject: controller0AllNodesConfig to controller0AllNodes. X-Git-Tag: opnfv-6.0.0~2792 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=dc3733049cc0214645d92596f359c9b348567301;p=apex-tripleo-heat-templates.git 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 --- 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}