]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix ppetit.template parameter type Integer -> Number
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 19 Nov 2012 01:12:35 +0000 (12:12 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 19 Nov 2012 01:12:35 +0000 (12:12 +1100)
part of bug 1072896
Change-Id: I47011d14330f8d8015876a88529a399a1cee98b6

templates/ppetit.template

index 95f4c3b9be5a287767a062d96121c8b7deda01ab..1621765997957fadb0c41fbaec6ffe2dce3c8bae 100644 (file)
@@ -25,7 +25,7 @@
       "MinValue": "1",
       "MaxValue": "100",
       "Description" : "Number of instances to create",
-      "Type": "Integer"
+      "Type": "Number"
     }
   },