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
Michael Scherer 509d1c5381 Fix traceback when openstack do not have OS-EXT-IPS:type attached to address
failed: [127.0.0.1] => {"failed": true, "parsed": false}
    invalid output was: Traceback (most recent call last):
      File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 1176, in <module>
        main()
      File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 239, in main
        _get_server_state(module, nova)
      File "/tmp/ansible-1376083321.99-111209413777779/nova_compute", line 198, in _get_server_state
        private = [ x['addr'] for x in getattr(server, 'addresses').itervalues().next() if x['OS-EXT-IPS:type'] == 'fixed']
    KeyError: 'OS-EXT-IPS:type'

This extension was added less than 6 month ago, and so cannot be used on a release
older than Grizzly ( like Folsom ).

Commit of the extension : https://review.openstack.org/#/c/21453/

See https://wiki.openstack.org/wiki/ReleaseNotes/Grizzly#Key_New_Features_2
11 years ago
..
cloudformation Styling: misc pep8 12 years ago
digital_ocean update_attr should wait for the full wait timeout before checking for a missing IP addres 12 years ago
ec2 Minor doc update to s3 & ec2 modules 11 years ago
ec2_ami Fix YAML doc errors. 12 years ago
ec2_elb Added optional region parameter. Fail if you specify an ELB that doesn't exist. 11 years ago
ec2_facts Allow check mode when gathering ec2 facts 12 years ago
ec2_vol add version_added attribute to module docs. 11 years ago
glance_image Fix 'timeout' parameter of glance-image module. 11 years ago
keystone_user Keystone_user module: fix authentication needs tenant_name too 12 years ago
linode Styling: semicolon 12 years ago
nova_compute Fix traceback when openstack do not have OS-EXT-IPS:type attached to address 11 years ago
nova_keypair DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
quantum_floating_ip DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
quantum_floating_ip_associate Docs: consistently format playbook EXAMPLES 12 years ago
quantum_network Merge pull request #3510 from echohead/quantum-typo 12 years ago
quantum_router Docs: consistently format playbook EXAMPLES 12 years ago
quantum_router_gateway DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition) 12 years ago
quantum_router_interface Fixed a few small typos 12 years ago
quantum_subnet Spelling fixes 12 years ago
rax Change equals to colon 11 years ago
rds Styling: indentation 12 years ago
route53 Remove end of line semicolons. 12 years ago
s3 Merge pull request #3772 from lorin/s3-docpatch 11 years ago
virt Docs: consistently format playbook EXAMPLES 12 years ago