diff --git a/api-viewer/apidata.js b/api-viewer/apidata.js index d9d8356..07438e2 100644 --- a/api-viewer/apidata.js +++ b/api-viewer/apidata.js @@ -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" diff --git a/qm-cloud-init-opts.adoc b/qm-cloud-init-opts.adoc index 2c7d082..8e0e920 100644 --- a/qm-cloud-init-opts.adoc +++ b/qm-cloud-init-opts.adoc @@ -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`: `` :: +`ciupgrade`: `` ('default =' `1`):: do an automatic package upgrade after the first boot. diff --git a/qm.1-synopsis.adoc b/qm.1-synopsis.adoc index 9170465..01a8bce 100644 --- a/qm.1-synopsis.adoc +++ b/qm.1-synopsis.adoc @@ -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` `` :: +`--ciupgrade` `` ('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` `` :: +`--ciupgrade` `` ('default =' `1`):: cloud-init: do an automatic package upgrade after the first boot. diff --git a/qm.conf.5-opts.adoc b/qm.conf.5-opts.adoc index 3d7541b..2259b0a 100644 --- a/qm.conf.5-opts.adoc +++ b/qm.conf.5-opts.adoc @@ -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`: `` :: +`ciupgrade`: `` ('default =' `1`):: cloud-init: do an automatic package upgrade after the first boot.