Activity log for bug #1875287

Date Who What changed Old value New value Message
2020-04-27 06:34:00 Andrey Volkov bug added bug
2020-04-27 06:46:26 OpenStack Infra nova: status New In Progress
2020-04-27 06:46:26 OpenStack Infra nova: assignee Andrey Volkov (avolkov)
2020-04-27 09:50:11 Andrey Volkov nova: status In Progress New
2020-04-27 11:45:19 Balazs Gibizer nova: status New Incomplete
2020-04-27 12:07:58 Andrey Volkov description Description If CONF.glance.enable_image_auto_signature = True, then it's required image to have properties related to signature. `nova shelve` command creates an image without those properties. Thus, `nova unshelve` fails. Steps to reproduce 1. Set [glance] enable_image_auto_signature = True and restart Nova compute. 3. nova shelve vm1; nova unshelve vm1 Expected result vm1 status ACTIVE. Actual result vm1 status SHELVED_OFFLOADED and error in log: ERROR oslo_messaging.rpc.server cursive.exception.SignatureVerificationError: Signature verification for the image failed: Required image properties for signature verification do not exist. Cannot verify signature. Missing property: img_signature_uuid. http://ix.io/2jKs Environment: master Description If CONF.glance.verify_glance_signatures = True, then it's required image to have properties related to signature. `nova shelve` command creates an image without those properties. Thus, `nova unshelve` fails. Steps to reproduce 1. Set   [glance]   verify_glance_signatures = True and restart Nova compute. 3. nova shelve vm1; nova unshelve vm1 Expected result vm1 status ACTIVE. Actual result vm1 status SHELVED_OFFLOADED and error in log: ERROR oslo_messaging.rpc.server cursive.exception.SignatureVerificationError: Signature verification for the image failed: Required image properties for signature verification do not exist. Cannot verify signature. Missing property: img_signature_uuid. http://ix.io/2jKs Environment: master
2020-04-27 12:11:29 Balazs Gibizer nova: status Incomplete New
2020-04-27 12:15:19 Balazs Gibizer tags shelve
2020-04-27 12:20:42 Balazs Gibizer nova: status New Confirmed
2020-04-27 12:23:01 Balazs Gibizer nova: importance Undecided Medium