ansible/library/cloud
John Dewey f1fa16b65f Need to compare on server object not list
TASK: [create test controller 0] **********************************************
    failed: [127.0.0.1] => {"failed": true, "parsed": false}
    invalid output was: Traceback (most recent call last):
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 1203, in <module>
        main()
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 261, in main
        _get_server_state(module, nova)
      File "/Users/jdewey/.ansible/tmp/ansible-1383197329.62-262790004573235/nova_compute", line 197, in _get_server_state
        if server.status != 'ACTIVE':
    AttributeError: 'list' object has no attribute 'status'
2013-10-30 22:41:02 -07:00
..
cloudformation Fail cloudformation operation when it is not completed successfully 2013-09-30 15:47:43 +02:00
digital_ocean Merge pull request #4346 from dmkoch/digitalocean-droplet-options 2013-10-14 17:05:06 -07:00
ec2 Fixes #4500 change ec2 module params to type=bool 2013-10-24 09:19:25 -04:00
ec2_ami ec2_ami: Account for AWS's "eventual consistency" with AMI creation. 2013-10-04 23:17:04 +08:00
ec2_eip Set version_added for ec2_eip's in_vpc parameter 2013-10-24 12:19:43 -04:00
ec2_elb add NoneType check. 2013-10-28 21:35:57 +09:00
ec2_facts Allow check mode when gathering ec2 facts 2013-07-11 19:50:55 -05:00
ec2_group added aws_access_key and aws_secret_key aliases to ec2_group arguments 2013-10-17 15:23:24 -04:00
ec2_tag Fix bug for setting ec2 tags 2013-10-12 20:57:32 +08:00
ec2_vol Rebase attempt 2013-08-20 15:14:16 -04:00
gc_storage fix to work like copy module 2013-10-22 09:03:52 +05:30
gce Fix deprecation warnings in the Google modules. 2013-10-19 13:03:14 -04:00
gce_lb Fix deprecation warnings in the Google modules. 2013-10-19 13:03:14 -04:00
gce_net Fix deprecation warnings in the Google modules. 2013-10-19 13:03:14 -04:00
gce_pd Fix deprecation warnings in the Google modules. 2013-10-19 13:03:14 -04:00
glance_image Fix 'timeout' parameter of glance-image module. 2013-07-25 14:54:21 -07:00
keystone_user Keystone_user module: fix authentication needs tenant_name too 2013-07-10 07:21:07 +01:00
linode Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
nova_compute Need to compare on server object not list 2013-10-30 22:41:02 -07:00
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
ovirt fixed permissions of module library/cloud/ovirt 2013-10-26 09:05:21 +02:00
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_network quantum_network: fix some doc mistakes 2013-08-28 21:19:24 +01:00
quantum_router Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 2013-06-15 20:54:25 +02:00
quantum_router_interface Fixed a few small typos 2013-06-18 12:26:40 -06:00
quantum_subnet Add option for DNS nameservers to quantum_subnet module 2013-09-18 19:40:12 -04:00
rax Add note about feature being new in 1.4 2013-10-14 11:57:19 -04:00
rax_clb Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
rds make rds handle vpc security groups properly 2013-09-02 20:40:41 +02:00
route53 Remove examples of module antipattern of setting the choices array for boolean types. 2013-10-11 08:45:13 -04:00
s3 s3: better check for walrus 2013-10-16 13:22:41 -04:00
virt Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00