]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
heat templates : Add default LinuxDistribution parameter
authorSteven Hardy <shardy@redhat.com>
Thu, 6 Sep 2012 10:01:10 +0000 (11:01 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 6 Sep 2012 10:48:15 +0000 (11:48 +0100)
Add default value to LinuxDistribution template parameter
for MySQL_Single_Instance.template

Change-Id: I6431b717dee700f9db588ddbaf58511d0a3b107c
Signed-off-by: Steven Hardy <shardy@redhat.com>
templates/MySQL_Single_Instance.template

index de8e0bd85f31298f40092a81be959e642afd6a66..bf410abead1d483fda251cf1c77cb850b609e3f8 100644 (file)
@@ -58,7 +58,8 @@
     "LinuxDistribution": {
       "Description" : "Distribution of choice",
       "Type": "String",
-      "AllowedValues" : [ "F16", "F17", "U10", "RHEL-6.1", "RHEL-6.2", "RHEL-6.3" ]
+      "AllowedValues" : [ "F16", "F17", "U10", "RHEL-6.1", "RHEL-6.2", "RHEL-6.3" ],
+      "Default": "F16"
     }
   },