Skip to content

Commit 6bfe235

Browse files
committed
doc(swagger): add cpu-config and entropy in vm config
This updates firecracker.yaml to reflect the implementation. cpu-config field was added by: commit 9da9619 Author: Takahiro Itazuri <[email protected]> Date: Wed Apr 26 13:55:21 2023 +0000 feat: Add "cpu-config" to config file entropy field was added by: commit 250036d Author: Babis Chalios <[email protected]> Date: Wed Nov 23 09:52:28 2022 +0000 feat(entropy): plug in with API Signed-off-by: Nikita Kalyazin <[email protected]>
1 parent 7c20b32 commit 6bfe235

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,8 @@ definitions:
927927
$ref: "#/definitions/Drive"
928928
boot-source:
929929
$ref: "#/definitions/BootSource"
930+
cpu-config:
931+
$ref: "#/definitions/CpuConfig"
930932
logger:
931933
$ref: "#/definitions/Logger"
932934
machine-config:
@@ -942,6 +944,8 @@ definitions:
942944
$ref: "#/definitions/NetworkInterface"
943945
vsock:
944946
$ref: "#/definitions/Vsock"
947+
entropy:
948+
$ref: "#/definitions/EntropyDevice"
945949

946950
InstanceActionInfo:
947951
type: object

0 commit comments

Comments
 (0)