You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Registers and manages user data in CloudStack for VM initialization.
7
7
---
8
8
9
-
# cloudstack_userdata
9
+
# cloudstack_user_data
10
10
11
11
Registers user data in CloudStack that can be used to initialize virtual machines during deployment. User data typically contains scripts, configuration files, or other initialization data that should be executed when a VM starts.
12
12
@@ -15,7 +15,7 @@ Registers user data in CloudStack that can be used to initialize virtual machine
0 commit comments