ansible/cloud
Lars Kellogg-Stedman a2fe8dba68 allow os_port to accept a list of security groups
with this commit, the `security_groups` attribute for `os_port` will
accept either a common-delimited string or ` YAML list.  That is, either
this:

    - os_port:
        [...]
        security_groups: group1,group2

Or this:

    - os_port:
        [...]
        security_groups:
          - group1
          - group2
2015-10-23 09:44:07 -04:00
..
amazon Update try statement as pointed out by defionscode 2015-10-22 09:12:58 +10:00
azure keep backwards compatibility 2015-10-03 14:03:54 -03:00
digital_ocean Fixed bug, when MX records pointed to ORIGIN(@) caused unintentional change of random A record. 2015-06-28 21:50:11 +02:00
docker Merge pull request #2258 from SamYaple/fix_docker_bug_2257 2015-10-14 11:31:06 -04:00
google Delete dead and broken code 2015-08-24 20:06:53 +02:00
linode Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
openstack allow os_port to accept a list of security groups 2015-10-23 09:44:07 -04:00
rackspace added version added to new rax_cdb choices 2015-10-07 21:30:17 -04:00
vmware Merge pull request #1757 from gutoandreollo/devel 2015-09-14 15:08:47 -04:00
__init__.py