From 78f28763913aab7c984854b8a3b57699b6b7d04a Mon Sep 17 00:00:00 2001 From: Alex Crawford Date: Mon, 16 May 2016 14:41:49 -0700 Subject: [PATCH] docs: add missing locksmith options --- Documentation/cloud-config.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/cloud-config.md b/Documentation/cloud-config.md index 83cb564b..ba909061 100644 --- a/Documentation/cloud-config.md +++ b/Documentation/cloud-config.md @@ -223,6 +223,9 @@ List of locksmith configuration parameters: - **etcd_cafile**: Path to CA file used for TLS communication with etcd - **etcd_certfile**: Path to certificate file used for TLS communication with etcd - **etcd_keyfile**: Path to private key file used for TLS communication with etcd +- **group**: Name of the reboot group in which this instance belongs +- **window_start**: Start time of the reboot window +- **window_length**: Duration of the reboot window For the complete list of locksmith configuration parameters, see the [locksmith documentation][locksmith-readme].