Skip to content

Commit 77c40f6

Browse files
DorthuGitHub Enterprise
authored andcommitted
Merge pull request #45 from wsmith/bugfix/root_device_what
bug: Removed root_device_ro from LinodeConfig
2 parents 4c4d496 + d3d65b9 commit 77c40f6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

openapi.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3182,7 +3182,6 @@ paths:
31823182
"kernel": "linode/latest-64bit",
31833183
"comments": "This is my main Config",
31843184
"memory_limit": 2048,
3185-
"root_device_ro": false,
31863185
"run_level": "default",
31873186
"virt_mode": "paravirt",
31883187
"helpers": {
@@ -3276,7 +3275,6 @@ paths:
32763275
"kernel": "linode/latest-64bit",
32773276
"comments": "This is my main Config",
32783277
"memory_limit": 2048,
3279-
"root_device_ro": false,
32803278
"run_level": "default",
32813279
"virt_mode": "paravirt",
32823280
"helpers": {
@@ -10476,10 +10474,12 @@ components:
1047610474
title: The ID of this Config.
1047710475
example: 23456
1047810476
readOnly: true
10477+
x-linode-cli-display: 1
1047910478
kernel:
1048010479
type: string
1048110480
title: A kernel ID to boot a Linode with. Defaults to 'linode/latest-64bit'
1048210481
example: linode/latest-64bit
10482+
x-linode-cli-display: 3
1048310483
comments:
1048410484
type: string
1048510485
title: Optional field for arbitrary user comments on this Config.
@@ -10490,11 +10490,6 @@ components:
1049010490
description: >
1049110491
Defaults to the total RAM of the Linode.
1049210492
example: 2048
10493-
root_device_ro:
10494-
type: boolean
10495-
title: Controls whether or not to mount the root Disk as read-only.
10496-
description: Defaults to false.
10497-
example: false
1049810493
run_level:
1049910494
type: string
1050010495
title: Stes the run level for the Linode boot.
@@ -10552,6 +10547,7 @@ components:
1055210547
example: My Config
1055310548
minLength: 1
1055410549
maxLength: 48
10550+
x-linode-cli-display: 2
1055510551
devices:
1055610552
$ref: '#/components/schemas/Devices'
1055710553
LinodeRequest:

0 commit comments

Comments
 (0)