]> git.proxmox.com Git - pve-docs.git/commitdiff
update static/schema information
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 15:51:23 +0000 (17:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 21 Jun 2023 15:51:23 +0000 (17:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/apidata.js
qm-cloud-init-opts.adoc
qm.1-synopsis.adoc
qm.conf.5-opts.adoc

index d9d83566cf42a35c9954b784aae1b350088976e4..07438e2e09e1dcf12cc063eac31e2efd7a1c0c7f 100644 (file)
@@ -14264,6 +14264,7 @@ const apiSchema = [
                                              "type" : "string"
                                           },
                                           "ciupgrade" : {
+                                             "default" : 1,
                                              "description" : "cloud-init: do an automatic package upgrade after the first boot.",
                                              "optional" : 1,
                                              "type" : "boolean"
@@ -16542,6 +16543,7 @@ const apiSchema = [
                                              "type" : "string"
                                           },
                                           "ciupgrade" : {
+                                             "default" : 1,
                                              "description" : "cloud-init: do an automatic package upgrade after the first boot.",
                                              "optional" : 1,
                                              "type" : "boolean",
@@ -18972,6 +18974,7 @@ const apiSchema = [
                                              "type" : "string"
                                           },
                                           "ciupgrade" : {
+                                             "default" : 1,
                                              "description" : "cloud-init: do an automatic package upgrade after the first boot.",
                                              "optional" : 1,
                                              "type" : "boolean",
@@ -25054,6 +25057,7 @@ const apiSchema = [
                                  "type" : "string"
                               },
                               "ciupgrade" : {
+                                 "default" : 1,
                                  "description" : "cloud-init: do an automatic package upgrade after the first boot.",
                                  "optional" : 1,
                                  "type" : "boolean",
@@ -46278,9 +46282,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "ceph_install",
-                                    "upgrade",
-                                    "login"
+                                    "upgrade"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
@@ -46374,9 +46378,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "ceph_install",
-                                    "upgrade",
-                                    "login"
+                                    "upgrade"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
@@ -46500,9 +46504,9 @@ const apiSchema = [
                                  "default" : "login",
                                  "description" : "Run specific command or default to login.",
                                  "enum" : [
+                                    "login",
                                     "ceph_install",
-                                    "upgrade",
-                                    "login"
+                                    "upgrade"
                                  ],
                                  "optional" : 1,
                                  "type" : "string"
index 2c7d08291a1d931e4bce832b6e402ee675f676ee..8e0e920cd9a5f8757e514bda6af15cbcf92933d9 100644 (file)
@@ -27,7 +27,7 @@ Password to assign the user. Using this is generally not recommended. Use ssh ke
 
 Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
 
-`ciupgrade`: `<boolean>` ::
+`ciupgrade`: `<boolean>` ('default =' `1`)::
 
 do an automatic package upgrade after the first boot.
 
index 91704651c4cc9b2c6b50db6ac2f4c38aadb5aeaa..01a8bceac85b9a30f51a7f8f2568f38a6e0a311c 100644 (file)
@@ -191,7 +191,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
 
 Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
 
-`--ciupgrade` `<boolean>` ::
+`--ciupgrade` `<boolean>` ('default =' `1`)::
 
 cloud-init: do an automatic package upgrade after the first boot.
 
@@ -1019,7 +1019,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
 
 Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
 
-`--ciupgrade` `<boolean>` ::
+`--ciupgrade` `<boolean>` ('default =' `1`)::
 
 cloud-init: do an automatic package upgrade after the first boot.
 
index 3d7541b26894956055bcb31969ea9bbf7440401c..2259b0a83241bd06bd4a1b7ce4e571f7ce26d071 100644 (file)
@@ -121,7 +121,7 @@ cloud-init: Password to assign the user. Using this is generally not recommended
 
 Specifies the cloud-init configuration format. The default depends on the configured operating system type (`ostype`. We use the `nocloud` format for Linux, and `configdrive2` for windows.
 
-`ciupgrade`: `<boolean>` ::
+`ciupgrade`: `<boolean>` ('default =' `1`)::
 
 cloud-init: do an automatic package upgrade after the first boot.