You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
amazon Update try statement as pointed out by defionscode 10 years ago
azure keep backwards compatibility 10 years ago
digital_ocean Fixed bug, when MX records pointed to ORIGIN(@) caused unintentional change of random A record. 11 years ago
docker Merge pull request #2258 from SamYaple/fix_docker_bug_2257 10 years ago
google Delete dead and broken code 11 years ago
linode Updating cloud modules with proper github author information 11 years ago
openstack allow os_port to accept a list of security groups 10 years ago
rackspace added version added to new rax_cdb choices 10 years ago
vmware Merge pull request #1757 from gutoandreollo/devel 11 years ago
__init__.py package files 12 years ago