From 8aff8d97e1bf837e0e92f3b4f4197d7d5dbbf938 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Thu, 25 Oct 2018 10:24:33 +0200 Subject: [PATCH] Fixed duplicate key name (That's not proper yaml) --- heat_templates/example_cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/heat_templates/example_cluster.yml b/heat_templates/example_cluster.yml index 472475b..0e5e52a 100644 --- a/heat_templates/example_cluster.yml +++ b/heat_templates/example_cluster.yml @@ -110,7 +110,7 @@ resources: networks: - network: {get_resource: internal_net} - volume_attachment: + vcompute_01_volume_attachment: type: OS::Cinder::VolumeAttachment properties: volume_id: {get_resource: vcompute01-volume} @@ -130,7 +130,7 @@ resources: networks: - network: {get_resource: internal_net} - volume_attachment: + vcompute_02_volume_attachment: type: OS::Cinder::VolumeAttachment properties: volume_id: {get_resource: vcompute02-volume}