]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Fix copy-paste errors in template descriptions
authorZane Bitter <zbitter@redhat.com>
Mon, 21 May 2012 13:08:36 +0000 (15:08 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 21 May 2012 13:44:26 +0000 (15:44 +0200)
Signed-off-by: Zane Bitter <zbitter@redhat.com>
templates/WordPress_Single_Instance.template
templates/WordPress_Single_Instance_With_EBS.template

index c3287553e81d4c436555e2ee8c03a57bafe8a623..642a5bd79d2b7795e78d4e91d4cf80b696fbe750 100644 (file)
@@ -1,7 +1,7 @@
 {
   "AWSTemplateFormatVersion" : "2010-09-09",
 
-  "Description" : "AWS CloudFormation Sample Template WordPress_Multi_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs two instances: one running a WordPress deployment and the other using a local MySQL database to store the data.",
+  "Description" : "AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.",
 
   "Parameters" : {
 
index c8d65e944c20c037623f427ec052af00ed7dd2f7..033f490fbd81644df387b04c767312e13c096e39 100644 (file)
@@ -1,7 +1,7 @@
 {
   "AWSTemplateFormatVersion" : "2010-09-09",
 
-  "Description" : "AWS CloudFormation Sample Template WordPress_Multi_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs two instances: one running a WordPress deployment and the other using a local MySQL database to store the data.",
+  "Description" : "AWS CloudFormation Sample Template WordPress_Single_Instance: WordPress is web software you can use to create a beautiful website or blog. This template installs a single-instance WordPress deployment using a local MySQL database to store the data.",
 
   "Parameters" : {