just a few spelling error changes

This commit is contained in:
Carlos E. Garcia 2015-04-28 09:36:42 -04:00
commit cfbfd38723
32 changed files with 38 additions and 38 deletions

View file

@ -7,7 +7,7 @@
# __Test Outline__
#
# __ec2_elb_lb__
# create test elb with listeners and certificat
# create test elb with listeners and certificate
# change AZ's
# change listeners
# remove listeners

View file

@ -601,7 +601,7 @@
- rax_clb_a1.balancer.algorithm == 'LEAST_CONNECTIONS'
- rax_clb_a1.balancer.status == 'ACTIVE'
- name: Test rax_clb with updated algoritm 2
- name: Test rax_clb with updated algorithm 2
rax_clb:
username: "{{ rackspace_username }}"
api_key: "{{ rackspace_api_key }}"

View file

@ -4,7 +4,7 @@ This comes from host, not the parents or grandparents.
The value of the grandparent variable grandparent_var is
not overridden and is = 2000
The value of the parent variable is not overriden and
The value of the parent variable is not overridden and
is = 6000
The variable 'overridden_in_parent' is set in the parent

View file

@ -4,7 +4,7 @@ This comes from host, not the parents or grandparents.
The value of the grandparent variable grandparent_var is
not overridden and is = {{ grandparent_var }}
The value of the parent variable is not overriden and
The value of the parent variable is not overridden and
is = {{ parent_var }}
The variable 'overridden_in_parent' is set in the parent