]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
HAProxy example had incorrect descriptions
authorJesse Andrews <anotherjesse@gmail.com>
Fri, 23 Nov 2012 05:17:13 +0000 (21:17 -0800)
committerJesse Andrews <anotherjesse@gmail.com>
Fri, 23 Nov 2012 05:32:17 +0000 (21:32 -0800)
Change-Id: Ibc14297159e6e0c0b159d214539a5030d4af573e

templates/HAProxy_Single_Instance.template

index 8b69eeb8e6fb92f260145c6f526e671f16b1084f..ceb845f2a3c31332cec0a6a61818400962fe2259 100644 (file)
@@ -1,7 +1,7 @@
 {
   "AWSTemplateFormatVersion": "2010-09-09",
 
-  "Description": "A Database instance running a local MySQL server",
+  "Description": "A load balancer instance running a local HAproxy",
 
   "Parameters": {
 
@@ -16,7 +16,7 @@
     },
 
     "InstanceType": {
-      "Description": "Database server EC2 instance type",
+      "Description": "HAProxy server EC2 instance type",
       "Default": "m1.small",
       "Type": "String",
       "AllowedValues": [ "t1.micro", "m1.small", "m1.large", "m1.xlarge", "m2.xlarge", "m2.2xlarge", "m2.4xlarge", "c1.medium", "c1.xlarge", "cc1.4xlarge" ],