From: Jeff Peeler Date: Wed, 19 Sep 2012 19:56:26 +0000 (-0400) Subject: Update another embedded template to F17 X-Git-Tag: 2014.1~1374 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a1ff5662bfa1e3e3c8f53d47ac6b6d18f00d556c;p=openstack-build%2Fheat-build.git Update another embedded template to F17 Change-Id: I4244c98f72bd38afe6d6cd0c7a64aa69b79b578d Signed-off-by: Jeff Peeler --- 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" ] },