Browse code

Updating CHANGELOG for ec2_lc/_elb_lb module param additions

James Cammarata authored on 2014/08/27 03:54:27
Showing 1 changed files
... ...
@@ -26,6 +26,8 @@ New Modules:
26 26
 
27 27
 Some other notable changes:
28 28
 
29
+* ec2_lc: added support for multiple new parameters like kernel_id, ramdisk_id and ebs_optimized.
30
+* ec2_elb_lb: added support for the connection_draining_timeout and cross_az_load_balancing options.
29 31
 * support for symbolic representations (ie. u+rw) for file permission modes (file/copy/template modules etc.).
30 32
 * docker: Added support for specifying the net type of the container.
31 33
 * docker: support for specifying read-only volumes.