From 38a184c6f55893c827b5088517b6a9e3217cd454 Mon Sep 17 00:00:00 2001 From: FOXX Date: Thu, 14 Jan 2016 12:27:46 -0600 Subject: [PATCH] Made adjustments from colinPL --- vmpooler.yaml.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vmpooler.yaml.example b/vmpooler.yaml.example index 4c6ef24..26f2c51 100644 --- a/vmpooler.yaml.example +++ b/vmpooler.yaml.example @@ -163,7 +163,9 @@ # If set, returns a top-level 'domain' JSON key in POST requests # # - prefix -# If set, prefixes all created VMs with this string. +# If set, prefixes all created VMs with this string. This should include +# a separator. +# (optional; default: '') # Example: @@ -179,7 +181,7 @@ - 'created_by' - 'project' domain: 'company.com' - prefix: '' + prefix: 'poolvm-' # :pools: #