From a1ff5662bfa1e3e3c8f53d47ac6b6d18f00d556c Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Wed, 19 Sep 2012 15:56:26 -0400 Subject: [PATCH] Update another embedded template to F17 Change-Id: I4244c98f72bd38afe6d6cd0c7a64aa69b79b578d Signed-off-by: Jeff Peeler --- heat/engine/dbinstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat/engine/dbinstance.py b/heat/engine/dbinstance.py index 54bcb6cc..f9a2d36e 100644 --- a/heat/engine/dbinstance.py +++ b/heat/engine/dbinstance.py @@ -107,7 +107,7 @@ mysql_template = r''' } }, "Properties": { - "ImageId": "F16-x86_64-cfntools", + "ImageId": "F17-x86_64-cfntools", "InstanceType": { "Fn::FindInMap": [ "DBInstanceToInstance", { "Ref": "DBInstanceClass" }, "Instance" ] }, -- 2.45.2