From: Zane Bitter Date: Wed, 19 Dec 2012 17:48:25 +0000 (+0100) Subject: Update links in composed templates X-Git-Tag: 2014.1~1060 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d5e13e945ef6136909c3bcd3072a802eae3f7df9;p=openstack-build%2Fheat-build.git 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 --- 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" },