From d5e13e945ef6136909c3bcd3072a802eae3f7df9 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Wed, 19 Dec 2012 18:48:25 +0100 Subject: [PATCH] Update links in composed templates These have changed due to the move of the project repository from the heat-api to openstack organisations on GitHub. Change-Id: Ib11116d7ca48e108e06d1dea9d9decd17bbf25cd Signed-off-by: Zane Bitter --- templates/WordPress_Composed_Instances.template | 2 +- templates/WordPress_With_LB.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/WordPress_Composed_Instances.template b/templates/WordPress_Composed_Instances.template index f7b28f5e..a29af242 100644 --- a/templates/WordPress_Composed_Instances.template +++ b/templates/WordPress_Composed_Instances.template @@ -95,7 +95,7 @@ "DatabaseTemplate": { "Type": "AWS::CloudFormation::Stack", "Properties": { - "TemplateURL": "https://raw.github.com/heat-api/heat/master/templates/MySQL_Single_Instance.template", + "TemplateURL": "https://raw.github.com/openstack/heat/master/templates/MySQL_Single_Instance.template", "Parameters": { "KeyName" : { "Ref" : "KeyName" }, "InstanceType" : { "Ref" : "InstanceType" }, diff --git a/templates/WordPress_With_LB.template b/templates/WordPress_With_LB.template index abcab381..9e25a5f9 100644 --- a/templates/WordPress_With_LB.template +++ b/templates/WordPress_With_LB.template @@ -95,7 +95,7 @@ "DatabaseServer": { "Type": "AWS::CloudFormation::Stack", "Properties": { - "TemplateURL": "https://raw.github.com/heat-api/heat/master/templates/MySQL_Single_Instance.template", + "TemplateURL": "https://raw.github.com/openstack/heat/master/templates/MySQL_Single_Instance.template", "Parameters": { "KeyName" : { "Ref": "KeyName" }, "InstanceType" : { "Ref": "InstanceType" }, -- 2.45.2