ansible/cloud
Tom Melendez 0f1c083d25 Allow GCE firewall rules to be updated when attributes changes. Fixes #2111.
Previously, when the attributes of a GCE firewall change, they were ignored.  This PR changes that behavior and now updates them.

Note that the "update" also removes attributes that are not specified.

An overview of the firewall rule behavior is as follows:

1. firewall name in GCP, state=absent in PLAYBOOK: Delete from GCP
2. firewall name in PLAYBOOK, not in GCP: Add to GCP.
3. firewall name in GCP, name not in PLAYBOOK: No change.
4. firewall names exist in both GCP and PLAYBOOK, attributes differ: Update GCP to match attributes from PLAYBOOK.
2016-07-13 19:54:15 +00:00
..
amazon Add default port for aurora (#4102) 2016-07-11 01:20:12 +02:00
azure Fix azure_rm_virtualmachine (#4174). 2016-07-13 16:13:27 +09:00
digital_ocean Bug: invocation with state=absent always leads to (#3051) 2016-07-11 01:26:31 +02:00
docker Merge pull request #4173 from chouseknecht/fix_entrypoint 2016-07-13 07:54:13 -04:00
google Allow GCE firewall rules to be updated when attributes changes. Fixes #2111. 2016-07-13 19:54:15 +00:00
linode Py3 exclude list (#3698) 2016-05-19 15:34:59 -07:00
openstack Fix bug in os_router.py when router is not actually updated. (#4107) 2016-07-11 16:01:20 +02:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-06-03 06:39:58 -07:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-05-23 09:36:24 -04:00
__init__.py package files 2014-09-26 11:05:47 -04:00