Skip to content

Commit 87fb635

Browse files
committed
fix(swagger): typo in imds_compat parameter
Replace `imds_comat` with the correct `imds_compat`. Fixes: #5417 Signed-off-by: Riccardo Mancini <[email protected]>
1 parent e4427c2 commit 87fb635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ definitions:
11251125
format: "169.254.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-4]).([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])"
11261126
default: "169.254.169.254"
11271127
description: A valid IPv4 link-local address.
1128-
imds_comat:
1128+
imds_compat:
11291129
type: boolean
11301130
description:
11311131
MMDS operates compatibly with EC2 IMDS (i.e. reponds "text/plain"

0 commit comments

Comments
 (0)