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>
"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" },
"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" },