1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/library/cloud
Joshua Conner ce5939c507 nova_compute: fix for partial match b/w params['name'] and an existing name
When there is an Openstack instance that has a name that's a partial match
for module.params['name'], but a server with name module.params['name']
doesn't yet exist, this module would fail with a list index out of bounds
error. This fixes that by filtering by exact name and only then getting the
server from the list if the list is still not empty.
2014-02-28 18:05:52 -08:00
..
cloudformation Updating CHANGELOG for the new validate_certs feature 2014-02-13 14:40:39 -06:00
digital_ocean
docker docker: add 'version_added' to the appropriate documentation entries 2014-02-25 17:04:01 -08:00
docker_image Refactore unused code 2014-02-12 17:06:58 -05:00
ec2 Since the ec2 parameter is named 'key_name' and 'keypair' is just an alias, use 2014-02-28 13:52:47 -05:00
ec2_ami Modifying the wait logic for newly created images to avoid tracebacks 2014-02-26 13:33:31 -06:00
ec2_eip Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_elb Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params 2014-02-26 09:37:26 -06:00
ec2_elb_lb Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params 2014-02-26 09:37:26 -06:00
ec2_facts
ec2_group Properly match existing security group 2014-02-26 13:39:03 +01:00
ec2_key Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_snapshot
ec2_tag Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_vol Adding 'validate_certs' option to EC2 modules 2014-02-13 12:32:49 -06:00
ec2_vpc Added instance_tenancy functionality per social request. 2014-02-27 09:29:00 -06:00
elasticache
gc_storage
gce
gce_lb
gce_net
gce_pd
glance_image
keystone_user
linode
nova_compute nova_compute: fix for partial match b/w params['name'] and an existing name 2014-02-28 18:05:52 -08:00
nova_keypair
ovirt
quantum_floating_ip reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
quantum_floating_ip_associate
quantum_network
quantum_router
quantum_router_gateway
quantum_router_interface
quantum_subnet
rax Merge pull request #5941 from sivel/rax-name-search-opts 2014-02-26 05:56:39 -05:00
rax_clb
rax_clb_nodes
rax_dns
rax_dns_record Spelling correction 2014-02-14 10:47:27 -06:00
rax_facts Merge pull request #5941 from sivel/rax-name-search-opts 2014-02-26 05:56:39 -05:00
rax_files Doc updates 2014-02-12 11:22:15 -06:00
rax_files_objects Doc updates 2014-02-12 11:22:15 -06:00
rax_keypair
rax_network
rax_queue
rds Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params 2014-02-26 09:37:26 -06:00
route53 Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params 2014-02-26 09:37:26 -06:00
s3
virt