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.
Michael Scherer
f7c4668a4d
Fix wrong module name for exception in nova compute
...
failed: [127.0.0.1] => {"failed": true, "parsed": false}
invalid output was: Traceback (most recent call last):
File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 1328, in <module>
main()
File "/tmp/ansible-tmp-1393950384.39-102240090845592/nova_compute", line 241, in main
except exc.Unauthorized, e:
NameError: global name 'exc' is not defined
11 years ago
..
cloudformation
Updating CHANGELOG for the new validate_certs feature
11 years ago
digital_ocean
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
docker
docker: add 'version_added' to the appropriate documentation entries
11 years ago
docker_image
Removes pluralization of manager tag attribute.
11 years ago
ec2
Since the ec2 parameter is named 'key_name' and 'keypair' is just an alias, use
11 years ago
ec2_ami
Modifying the wait logic for newly created images to avoid tracebacks
11 years ago
ec2_eip
Adding 'validate_certs' option to EC2 modules
11 years ago
ec2_elb
Adding a wait loop to ec2_elb for the initial lb state when registering
11 years ago
ec2_elb_lb
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
11 years ago
ec2_facts
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
11 years ago
ec2_group
Properly match existing security group
11 years ago
ec2_key
Adding 'validate_certs' option to EC2 modules
11 years ago
ec2_snapshot
Module to create EC2 snapshots
11 years ago
ec2_tag
Adding 'validate_certs' option to EC2 modules
11 years ago
ec2_vol
Adding 'validate_certs' option to EC2 modules
11 years ago
ec2_vpc
Added instance_tenancy functionality per social request.
11 years ago
elasticache
Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
11 years ago
gc_storage
ansible -> ansibleworks
11 years ago
gce
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
gce_lb
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
gce_net
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
gce_pd
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
glance_image
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
keystone_user
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
linode
fix linode typo
11 years ago
nova_compute
Fix wrong module name for exception in nova compute
11 years ago
nova_keypair
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
ovirt
Use ovirtsdk if it installed, but fall out gracefully if it is not
11 years ago
quantum_floating_ip
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_floating_ip_associate
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_network
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router_gateway
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_router_interface
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
quantum_subnet
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
rax
Merge pull request #5941 from sivel/rax-name-search-opts
11 years ago
rax_clb
Merge pull request #4941 from sivel/rax-clb-shared-vip
11 years ago
rax_clb_nodes
Add ansible.module_utils.rax
11 years ago
rax_dns
Remove errant raise
11 years ago
rax_dns_record
Spelling correction
11 years ago
rax_facts
Merge pull request #5941 from sivel/rax-name-search-opts
11 years ago
rax_files
Doc updates
11 years ago
rax_files_objects
Doc updates
11 years ago
rax_keypair
The OpenStack auth attributes apply to rax_keypair also
11 years ago
rax_network
Add ansible.module_utils.rax
11 years ago
rax_queue
Add rax_queue module to create/delete Rackspace Cloud Queues
11 years ago
rds
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
11 years ago
route53
Merge branch 'ec2-params' of https://github.com/scottanderson42/ansible into scottanderson42-ec2-params
11 years ago
s3
Change standard AWS access and secret key parameter names to aws_access_key and aws_secret_key. Fixes an authentication problem with the rds module and standardizes the naming convention on something more encompassing than ec2_*_key.
11 years ago
virt
Addresses #5023 Fix import comments
11 years ago