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.
 
 
 
 
 
Go to 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
11 years ago
cloud Fix traceback when openstack do not have OS-EXT-IPS:type attached to address 11 years ago
commands Docs: consistently format playbook EXAMPLES 12 years ago
database Merge pull request #3691 from stoned/mysql_user-doc-fix 11 years ago
files doc update 11 years ago
internal * Updated all ansible.cc references in the documentation to point 12 years ago
inventory Trim legacy variable usage. 11 years ago
messaging Add missing version_added description in docs. 11 years ago
monitoring Newline at end of file. 11 years ago
net_infrastructure Doc formatting/tweaking. 11 years ago
network Trim old style var references 11 years ago
notification Set default XMPP message type to 'chat'. 11 years ago
packaging apt: Run remove commands noninteractively 11 years ago
source_control Merge pull request #3744 from jimi1283/issue_3360 11 years ago
system docfix: grammar in docstring for sysctl module 11 years ago
utilities updated debug module docs to remove outdated -v requirement (and 11 years ago
web_infrastructure Update supervisorctl 11 years ago