Allow authorized_keys to be overridden at VM checkout time

This commit is contained in:
Scott Schneider 2014-11-14 12:50:19 -08:00
parent 591c5a0391
commit 4c4f637075
3 changed files with 23 additions and 0 deletions

View file

@ -101,6 +101,11 @@
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
#
# - ssh_key
# The path to a private key able to log into pooled VMs. If set, allows a
# 'key' parameter to be passed in POST requests to '/vm', overriding root's
# default authorized_keys file
# Example:
@ -111,6 +116,7 @@
vm_checktime: 15
vm_lifetime: 12
domain: 'company.com'
ssh_key: '/root/.ssh/id_rsa'
# :pools:
#