Fix broken URL references

Some templates still reference the old URL, before the
templates got categorised by Fedora version.

Change-Id: Ie76c8f982b3254f31d7f213110796f5e6371dd72
This commit is contained in:
Steven Hardy 2013-09-13 09:02:16 +01:00
parent 468fc4fdb9
commit 7cbe610b26
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
"DatabaseTemplate": {
"Type": "AWS::CloudFormation::Stack",
"Properties": {
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/MySQL_Single_Instance.template",
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/F17/MySQL_Single_Instance.template",
"Parameters": {
"KeyName" : { "Ref" : "KeyName" },
"InstanceType" : { "Ref" : "InstanceType" },

View File

@ -90,7 +90,7 @@
"DatabaseServer": {
"Type": "AWS::CloudFormation::Stack",
"Properties": {
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/MySQL_Single_Instance.template",
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/F17/MySQL_Single_Instance.template",
"Parameters": {
"KeyName" : { "Ref": "KeyName" },
"InstanceType" : { "Ref": "InstanceType" },