This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new 18da034 Fix template userdata append docs (#329)
18da034 is described below
commit 18da034db058474b3ed46b84f271a88f7a250063
Author: Nicolas Vazquez <[email protected]>
AuthorDate: Wed Jul 19 06:48:02 2023 -0300
Fix template userdata append docs (#329)
* Fix template userdata append docs
* note on multipart
Signed-off-by: Abhishek Kumar <[email protected]>
---------
Signed-off-by: Abhishek Kumar <[email protected]>
Co-authored-by: Abhishek Kumar <[email protected]>
---
source/adminguide/virtual_machines/user-data.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/source/adminguide/virtual_machines/user-data.rst
b/source/adminguide/virtual_machines/user-data.rst
index d863859..64a0bb7 100644
--- a/source/adminguide/virtual_machines/user-data.rst
+++ b/source/adminguide/virtual_machines/user-data.rst
@@ -110,7 +110,7 @@ Allow Override: Allow users to override UserData for the
template during VM depl
Deny Override: Override of UserData isn’t allowed during VM deployment or on
reset.
Append Only: Don’t allow users to override linked UserData but allow users to
pass userdata content
- or ID that should be appended to the linked UserData of the
template.
+ or ID that should be appended to the linked UserData of the
template. When the users pass userdata it is appended to the template userdata
in the form of a multipart MIME message
This is how it looks like in template/ISO register/upload/edit forms.
@@ -259,6 +259,8 @@ This example uses cloud-init to automatically update all OS
packages on the firs
cmk deploy virtualmachine name=..... userdataid=<Userdata UUID>
+.. note:: When using multipart userdata, cloud-init expects userdata format of
one particular type only in one multipart section.
+
Disclaimer
~~~~~~~~~~