Made adjustments from colinPL

This commit is contained in:
FOXX 2016-01-14 12:27:46 -06:00
parent 10e507c262
commit 38a184c6f5

View file

@ -163,7 +163,9 @@
# If set, returns a top-level 'domain' JSON key in POST requests # If set, returns a top-level 'domain' JSON key in POST requests
# #
# - prefix # - 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: # Example:
@ -179,7 +181,7 @@
- 'created_by' - 'created_by'
- 'project' - 'project'
domain: 'company.com' domain: 'company.com'
prefix: '' prefix: 'poolvm-'
# :pools: # :pools:
# #