Guest User

Untitled

a guest
Jan 10th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. invalid output was: Traceback (most recent call last):
  2. File "/root/.ansible/tmp/ansible-1389347811.77-199739516584317/gce", line 1446, in <module>
  3. main()
  4. File "/root/.ansible/tmp/ansible-1389347811.77-199739516584317/gce", line 407, in main
  5. module, gce, inames)
  6. File "/root/.ansible/tmp/ansible-1389347811.77-199739516584317/gce", line 246, in create_instances
  7. lc_image = gce.ex_get_image(image)
  8. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 2176, in ex_get_image
  9. image = self._match_images('debian-cloud', partial_name)
  10. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 664, in _match_images
  11. project_images = self.list_images(project)
  12. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 836, in list_images
  13. response.get('items', [])]
  14. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/gce.py", line 2472, in _to_node_image
  15. extra['preferredKernel'] = image['preferredKernel']
  16. KeyError: 'preferredKernel'
Advertisement
Add Comment
Please, Sign In to add comment