Comment 18 for bug 1280941

Revision history for this message
Ante Karamatić (ivoks) wrote :

I confirm proposed package solves the problem:

cloud-init start-local running: Fri, 07 Mar 2014 19:14:22 +0000. up 5.24 seconds
no instance data found in start-local
ci-info: lo : 1 127.0.0.1 255.0.0.0 .
ci-info: eth0 : 1 192.168.100.2 255.255.255.0 fa:16:3e:30:b4:f7
ci-info: route-0: 0.0.0.0 192.168.100.1 0.0.0.0 eth0 UG
ci-info: route-1: 192.168.100.0 0.0.0.0 255.255.255.0 eth0 U
cloud-init start running: Fri, 07 Mar 2014 19:14:23 +0000. up 6.82 seconds
found data source: DataSourceEc2
2014-03-07 19:14:27,960 - __init__.py[WARNING]: Unhandled non-multipart userdata ''
Generating public/private rsa key pair.
Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.

While previously it was:

cloud-init start-local running: Fri, 07 Mar 2014 19:08:32 +0000. up 5.00 seconds
no instance data found in start-local
ci-info: lo : 1 127.0.0.1 255.0.0.0 .
ci-info: eth0 : 1 192.168.100.2 255.255.255.0 fa:16:3e:0f:ed:de
ci-info: route-0: 0.0.0.0 192.168.100.1 0.0.0.0 eth0 UG
ci-info: route-1: 192.168.100.0 0.0.0.0 255.255.255.0 eth0 U
cloud-init start running: Fri, 07 Mar 2014 19:08:34 +0000. up 6.35 seconds
2014-03-07 19:08:36,915 - utils.py[ERROR]: Caught exception reading instance data
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/boto/utils.py", line 177, in retry_url
    resp = urllib2.urlopen(req)
  File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 406, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 519, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 444, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error