Edit a VM from the YAML to add user data (e2e_be)

  1. Add User data to the VM
    • Here is an example of user data config to add a password `` #cloud-config password: password chpasswd: {expire: False} sshpwauth: True
  2. Save/Create the VM

Expected Results

  1. Machine starts succesfully
  2. User data should
    • In YAML
    • In Form
  3. Machine should have user password set