1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
This commit is contained in:
Kyle Rames 2013-03-27 15:10:29 -05:00
parent eee43e4ed6
commit 549d35fd06

View file

@ -493,7 +493,7 @@ In addition to the `create` method, fog provides a method called `bootstrap`. Th
1. Create `ROOT_USER/.ssh/authorized_keys` using the specified `:public_key`.
2. Lock password for root user using `passwd -l root`.
3. Create `ROOT_USER/attributes.json` with the server's attributes.
4. Create `ROOT_USER/metadata.json` with the server's metadata
4. Create `ROOT_USER/metadata.json` with the server's metadata.
**Note**: The `bootstrap` method is a blocking call unlike `create` method.