From: Jesse Andrews Date: Fri, 23 Nov 2012 05:17:13 +0000 (-0800) Subject: HAProxy example had incorrect descriptions X-Git-Tag: 2014.1~1177 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=1b2a2d7d7ee5ff522f8880311cf2a7106bb1dbe2;p=openstack-build%2Fheat-build.git HAProxy example had incorrect descriptions Change-Id: Ibc14297159e6e0c0b159d214539a5030d4af573e --- diff --git a/templates/HAProxy_Single_Instance.template b/templates/HAProxy_Single_Instance.template index 8b69eeb8..ceb845f2 100644 --- a/templates/HAProxy_Single_Instance.template +++ b/templates/HAProxy_Single_Instance.template @@ -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" ],