Updating CHANGELOG for ec2_lc/_elb_lb module param additions

This commit is contained in:
James Cammarata 2014-08-26 13:54:27 -05:00
parent 36bd9efb70
commit ca7d8b6355

View file

@ -26,6 +26,8 @@ New Modules:
Some other notable changes:
* ec2_lc: added support for multiple new parameters like kernel_id, ramdisk_id and ebs_optimized.
* ec2_elb_lb: added support for the connection_draining_timeout and cross_az_load_balancing options.
* support for symbolic representations (ie. u+rw) for file permission modes (file/copy/template modules etc.).
* docker: Added support for specifying the net type of the container.
* docker: support for specifying read-only volumes.