]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
renaming CloudFormations to CloudFormation
authorChris Alfonso <calfonso@redhat.com>
Fri, 13 Apr 2012 19:01:41 +0000 (15:01 -0400)
committerChris Alfonso <calfonso@redhat.com>
Fri, 13 Apr 2012 19:01:41 +0000 (15:01 -0400)
README.rst
bin/heat
bin/heat-api
heat/cfntools/README
heat/cfntools/cfn-hup
heat/cfntools/cfn-init
heat/cfntools/cfn-signal

index 78b9ca7ae1514294b6f79994a8773e3de01eb6d9..b973a84e0c480bb709c6bbc59d1e2292a920e944 100644 (file)
@@ -6,7 +6,7 @@ This is an OpenStack style project that provides a REST API to orchestrate
 multiple cloud applications implementing well-known standards such as AWS
 CloudFormation and TOSCA.
 
-Currently the developers are focusing on AWS CloudFormations but are watching
+Currently the developers are focusing on AWS CloudFormation but are watching
 the development of the TOSCA specification.
 
 Why heat? It makes the clouds rise and keeps them there.
index 381f63e0d732fb439ee0411dedfc14e19dfab92e..99033afb0ce3ff4b65771d90a3c3f60e0abec558 100755 (executable)
--- a/bin/heat
+++ b/bin/heat
@@ -243,7 +243,7 @@ def jeos_create(options, arguments):
         print '   heat jeos_create <distro> <arch> <instancetype>'
         print '     instance type can be:'
         print '     gold builds a base image where userdata is used to initialize the instance'
-        print '     cfntools builds a base image where AWS CloudFormations tools are present'
+        print '     cfntools builds a base image where AWS CloudFormation tools are present'
         sys.exit(1)
 
     distro = arguments.pop(0)
index ca82d8977334affdaad143c2c8b9cad20924a5b3..e6cc3e9e6caa8d35c0e4129c16c399c90cf84167 100755 (executable)
@@ -3,7 +3,7 @@
 
 """
 Heat API Server.  This implements an approximation of the Amazon
-CloudFormations API and translates it into a native representation.  It then
+CloudFormation API and translates it into a native representation.  It then
 calls the heat-engine via REST to implement them.
 """
 
index 52d655e357c5fbf09f1589b3244c76f67f17b69e..49e6f9bc67642f2953bc61e9da2f56f6c923f08e 100644 (file)
@@ -2,7 +2,7 @@ There are several bootstrap methods for cloudformations:
 1. Create image with application ready to go
 2. Use cloud-init to run a startup script passed as userdata to the nova
    server create
-3. Use the CloudFormations instance helper scripts
+3. Use the CloudFormation instance helper scripts
 
 This directory contains files required for choice #3.
 
@@ -10,4 +10,4 @@ cfn-init   - Reads the AWS::CloudFormation::Init for the instance resource,
              installs packages, and starts services
 cfn-signal - Waits for an application to be ready before continuing, ie:
              supporting the WaitCondition feature
-cfn-hup    - Handle updates from the UpdateStack CloudFormations API call
+cfn-hup    - Handle updates from the UpdateStack CloudFormation API call
index 4d53738ad67be10f25294dd2338a23c1c4aae4e6..7d72ab93ede31a66b255cf5f6e368fdf5c169044 100755 (executable)
@@ -12,5 +12,5 @@
 #    under the License.
 
 """
-Implements cfn-hup CloudFormations functionality
+Implements cfn-hup CloudFormation functionality
 """
index 1b10a13cb42494cc53c8c3974f97801e180a70c9..f0e688ab5b833025b815e2990f26ef04d60d9078 100755 (executable)
@@ -13,7 +13,7 @@
 #    under the License.
 
 """
-Implements cfn-init CloudFormations functionality
+Implements cfn-init CloudFormation functionality
 
 Resource metadata currently implemented:
     * config/packages
index 3445d60b53097fa6205650773659bed130221ff3..de6283fbd848781973deefd3f0319b51ef0c25a7 100755 (executable)
@@ -12,5 +12,5 @@
 #    under the License.
 
 """
-Implements cfn-signal CloudFormations functionality
+Implements cfn-signal CloudFormation functionality
 """