963fd8c0f9
Nova has never supported direct booting of an image of an encrypted volume uploaded to Glance via the Cinder upload-volume-to-image process, but instead of rejecting such a request, an 'active' but unusable instance is created. This patch allows Nova to use image metadata to detect such an image and reject the boot request. Change-Id: Idf84ccff254d26fa13473fe9741ddac21cbcf321 Related-bug: #1852106 Closes-bug: #1863611
10 lines
418 B
YAML
10 lines
418 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The Compute service has never supported direct booting of an instance from
|
|
an image that was created by the Block Storage service from an encrypted
|
|
volume. Previously, this operation would result in an ACTIVE instance that
|
|
was unusable. Beginning with this release, an attempt to boot from such an
|
|
image will result in the Compute API returning a 400 (Bad Request)
|
|
response.
|