No description
Find a file
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
2013-08-09 23:26:12 +02:00
cloud Fix traceback when openstack do not have OS-EXT-IPS:type attached to address 2013-08-09 23:26:12 +02:00
commands Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
database Merge pull request #3691 from stoned/mysql_user-doc-fix 2013-08-01 17:25:21 -07:00
files doc update 2013-07-25 09:59:23 -04:00
internal * Updated all ansible.cc references in the documentation to point 2013-06-19 19:34:02 -06:00
inventory Trim legacy variable usage. 2013-07-19 09:44:25 -04:00
messaging Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
monitoring Newline at end of file. 2013-08-03 14:55:22 -04:00
net_infrastructure Doc formatting/tweaking. 2013-08-05 16:13:50 -04:00
network Trim old style var references 2013-07-19 09:37:19 -04:00
notification Set default XMPP message type to 'chat'. 2013-07-26 21:30:10 +01:00
packaging apt: Run remove commands noninteractively 2013-08-05 15:20:45 -07:00
source_control Merge pull request #3744 from jimi1283/issue_3360 2013-08-03 10:29:03 -07:00
system docfix: grammar in docstring for sysctl module 2013-08-08 12:23:30 -05:00
utilities updated debug module docs to remove outdated -v requirement (and 2013-07-26 10:06:57 -04:00
web_infrastructure Update supervisorctl 2013-08-06 09:06:28 -04:00