mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
mend
This commit is contained in:
parent
eee43e4ed6
commit
549d35fd06
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue