Re: [Openstack] [Glance] Unable to retrieve request id from context

2012-08-29 Thread Brian Waldon
While I don't know the root cause here, I did want to rule out that Glance error as the cause. The code logging that line looks like this: def process_response(self, resp): try: request_id = resp.request.context.request_id except AttributeError:

[Openstack] [Glance] Unable to retrieve request id from context

2012-08-28 Thread Aaron Rosen
Hi, I'm running devstack and when I boot vms I seem to be running into this error in glance which I believe is causing the cirros image to just hang on Booting from ROM... I was wondering if anyone has run into this before? (Logs below) Thanks, Aaron arosen@controller:/opt/stack$ nova