mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue