[conf] added storage dictionary

This commit is contained in:
llnu 2019-12-08 13:46:33 +01:00
parent 871aa5347b
commit 012f3cb3b5
1 changed files with 7 additions and 0 deletions

View File

@ -39,3 +39,10 @@ NETWORK_PREFIX = networks
REQUEST_PREFIX = requests
USER_PREFIX = users
VM_PREFIX = vms
[storage]
STORAGE_BACKEND = #values = filesystem,
VM_DIR =
IMG_DIR =
CEPH_VM_POOL =
CEPH_IMG_POOL =