Activity log for bug #1617258

Date Who What changed Old value New value Message
2016-08-26 10:20:15 Darren bug added bug
2016-08-26 10:22:59 Darren description Nova fails to boot an image which has been signed (using glance image-create) which uses a base64 image signature. By default base64 uses linewrapping after 76 characters. Disabling line wrapping with -w 0 should solve the issue by I'm sure there are alternatives. Steps to reproduce: Following these instructions to create a signed image: https://github.com/openstack/glance/blob/master/doc/source/signature.rst But using base64 without -w 0. Booting the image that was created using 'nova boot' the image used will be the one just created and the flavor used is m1.tiny. Booting the signed image should be successful. But booting the signed image fails. Here is the output: ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <type 'exceptions.AttributeError'> (HTTP 500) (Request-ID: req-337f86d3-697b-40a1-ac77-0cd5211ad4ad) This is using the mitaka branch. Description =========== Nova fails to boot an image which has been signed (using glance image-create) which uses a base64 image signature. By default base64 uses linewrapping after 76 characters. Disabling line wrapping with -w 0 should solve the issue by I'm sure there are alternatives. Steps to reproduce ================== Following these instructions to create a signed image: https://github.com/openstack/glance/blob/master/doc/source/signature.rst But using base64 without -w 0. Booting the image that was created using 'nova boot' the image used will be the one just created and the flavor used is m1.tiny. Expected result =============== Booting the signed image should be successful. Actual result ============= Booting the signed image fails. Environment =========== This is using the mitaka branch. Logs & Configs ============== Here is the output: ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <type 'exceptions.AttributeError'> (HTTP 500) (Request-ID: req-337f86d3-697b-40a1-ac77-0cd5211ad4ad) I tried uploading the Nova API log but it just gives a timeout error.
2016-08-26 12:21:47 Stuart McLaren affects nova glance
2016-08-29 22:24:43 Nikhil Komawar glance: importance Undecided High
2016-08-29 22:24:47 Nikhil Komawar glance: status New In Progress
2016-08-29 22:25:05 Nikhil Komawar glance: assignee Darren (darrenswhite95)
2016-08-29 23:33:56 OpenStack Infra glance: status In Progress Fix Released