mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
||
|---|---|---|
| .. | ||
| cloudformation | ||
| digital_ocean | ||
| ec2 | ||
| ec2_ami | ||
| ec2_elb | ||
| ec2_facts | ||
| ec2_vol | ||
| glance_image | ||
| keystone_user | ||
| linode | ||
| nova_compute | ||
| nova_keypair | ||
| quantum_floating_ip | ||
| quantum_floating_ip_associate | ||
| quantum_network | ||
| quantum_router | ||
| quantum_router_gateway | ||
| quantum_router_interface | ||
| quantum_subnet | ||
| rax | ||
| rds | ||
| route53 | ||
| s3 | ||
| virt | ||