Added prefix parameter to the vmpooler configuration

This commit is contained in:
FOXX 2016-01-14 11:42:12 -06:00
parent ad4e760f56
commit 10e507c262
3 changed files with 6 additions and 1 deletions

View file

@ -161,6 +161,9 @@
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
#
# - prefix
# If set, prefixes all created VMs with this string.
# Example:
@ -176,6 +179,7 @@
- 'created_by'
- 'project'
domain: 'company.com'
prefix: ''
# :pools:
#