]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update links in composed templates
authorZane Bitter <zbitter@redhat.com>
Wed, 19 Dec 2012 17:48:25 +0000 (18:48 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 19 Dec 2012 17:48:53 +0000 (18:48 +0100)
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 <zbitter@redhat.com>
templates/WordPress_Composed_Instances.template
templates/WordPress_With_LB.template

index f7b28f5ef1d325132aa5dad5be466923a9bde97b..a29af2429ccc1dbfb61c84409f64118d5d6a30c5 100644 (file)
@@ -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" },
index abcab381325ab15c25dfbbc549eeec0fea3d33c6..9e25a5f9b0818aa3cf5813b7a27a2576f164f8b9 100644 (file)
@@ -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" },