]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Update templates README with list of secure vs insecure templates
authorSteven Dake <sdake@redhat.com>
Tue, 17 Apr 2012 03:45:26 +0000 (20:45 -0700)
committerSteven Dake <sdake@redhat.com>
Tue, 17 Apr 2012 03:45:26 +0000 (20:45 -0700)
Signed-off-by: Steven Dake <sdake@redhat.com>
templates/README

index 4c47d11c17b2d68a0f25d90b6e39209f97a42a79..8bd597fc98d7b6c9b165c6fa9a8e72b7cc49f35d 100644 (file)
@@ -21,12 +21,6 @@ WordPress_Single_Instance_gold.template
 * any user to connect to the wordpress database.                              *
 *******************************************************************************
 
-WordPress_Single_Instance.template
- - Creates a single instance wordpress/mysql server
-
-WordPress_Single_Instance_With_EBS_Volume.template
- - Creates a single instance wordpress/mysql server with EBS Volume
-
 WordPress_2_Instances.template
  - Creates a two instance wordpress/mysql server
    Note: There is an instance for mysql and instance for wordpress
@@ -37,9 +31,16 @@ WordPress_2_Instances_With_EBS_Volume.template
 
 *******************************************************************************
 * SECURE TEMPLATES                                                            *
-* These templates use EIP and security groups to secure the servers           *
+* These templates either are single vm or use EIP and security groups to      *
+* secure the servers                                                          *
 *******************************************************************************
 
+WordPress_Single_Instance.template
+ - Creates a single instance wordpress/mysql server
+
+WordPress_Single_Instance_With_EBS_Volume.template
+ - Creates a single instance wordpress/mysql server with EBS Volume
+
 WordPress_Single_Instance_With_EIP.template
  - Creates a single instance wordpress/mysql server with EIP with full security