From d8149923d34c17652fd5d54fabedcb2c2d9218da Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Mon, 18 Nov 2013 15:54:45 +0400 Subject: [PATCH] Typos in heat_templates Change-Id: I8ff1fa52944cfe296aa11a6c329fd60ea43da7e3 Fixes: MRN-1333 --- .../Services/heat_templates/ApacheSecurity.template | 4 ++-- muranorepository/Services/heat_templates/Linux.template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/muranorepository/Services/heat_templates/ApacheSecurity.template b/muranorepository/Services/heat_templates/ApacheSecurity.template index 7a35b2d..f99eec3 100644 --- a/muranorepository/Services/heat_templates/ApacheSecurity.template +++ b/muranorepository/Services/heat_templates/ApacheSecurity.template @@ -1,6 +1,6 @@ { "Resources": { - "$port-{instanceName}": { + "$instancePort": { "Properties": { "security_groups" : [ {"Ref" : "ApacheSecurityGroup"} ] } @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/muranorepository/Services/heat_templates/Linux.template b/muranorepository/Services/heat_templates/Linux.template index f095e25..36d909c 100644 --- a/muranorepository/Services/heat_templates/Linux.template +++ b/muranorepository/Services/heat_templates/Linux.template @@ -21,7 +21,7 @@ "NetworkInterfaces": [ { "Ref": "$port-{instanceName}" } ] } }, - "$port-{instanceName}": { + "$instancePort": { "Type": "OS::Quantum::Port", "Properties": { "network_id": {