Update links to heat-templates repo

Change-Id: Iafb708287c522853a257053038eaa1e9dda29009
This commit is contained in:
blues-man 2013-05-27 16:59:13 +02:00
parent e24ac943be
commit 4f3ad5a11e
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/master/templates/MySQL_Single_Instance.template",
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/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/master/templates/MySQL_Single_Instance.template",
"TemplateURL": "https://raw.github.com/openstack/heat-templates/master/cfn/MySQL_Single_Instance.template",
"Parameters": {
"KeyName" : { "Ref": "KeyName" },
"InstanceType" : { "Ref": "InstanceType" },