38,760
edits
m (FuzzyBot moved page Translations:OpenStack/30/en to Translations:Managing your cloud resources with OpenStack/30/en without leaving a redirect: Part of translatable page "OpenStack") |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
==Add users with | ==Add users with cloudInit during VM creation== | ||
[[File:VM multi user cloud init.png|400px|thumb| Cloud init to add multiple users (Click for larger image)]] | [[File:VM multi user cloud init.png|400px|thumb| Cloud init to add multiple users (Click for larger image)]] | ||
Alternatively, you can do this during the creation of a VM using [http://cloudinit.readthedocs.org/en/latest/index.html# | Alternatively, you can do this during the creation of a VM using [http://cloudinit.readthedocs.org/en/latest/index.html# cloudInit]. The following cloudInit script adds two users <code>gretzky</code> and <code>lemieux</code> with and without sudo permissions respectively. |