Comment 19 for bug 1440263

Revision history for this message
pdion891 (pdion891) wrote :

We have tested cloud-init on Ubuntu 16.04 with cloudstack as datasource. The following cloud-init config work well, we can set and reset the password for the user define in cloud-init

```
cloud_config_modules:
 - [ set-passwords, always ]
```

Thanks a lot for this fix!