mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
disk-mapper: make openstack image bootable (#1312)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
4e202fa483
commit
d0109b833e
@ -114,6 +114,11 @@ func main() {
|
||||
// issuer = ...
|
||||
// metadataAPI = ...
|
||||
|
||||
// TODO(katexochen): Remove the following
|
||||
issuer = qemu.NewIssuer(log)
|
||||
metadataAPI = qemucloud.New()
|
||||
_ = exportPCRs()
|
||||
|
||||
case cloudprovider.QEMU:
|
||||
diskPath = qemuStateDiskPath
|
||||
issuer = qemu.NewIssuer(log)
|
||||
|
Loading…
Reference in New Issue
Block a user