Fixed bug in environment_config.yaml

Change-Id: I5752c75ac6162f7545dd23fe485d216e12ab5a6b
This commit is contained in:
Adrian Moreno 2015-11-09 15:22:29 +01:00
parent 6c7a81c4ea
commit 2ff54fefe7
1 changed files with 3 additions and 3 deletions

View File

@ -63,6 +63,6 @@ attributes:
label: "Storage pool size"
description: "Size of the Storage Pool."
weight: 55
regex:
source: '(?<sizevalue>\p{N}+)(?:\s*)(?<sizetype>(?:MB|KB|GB|B)\b)'
error: 'You must provide a valid size unit (B, KB, MB, GB). E.g.: 100GB'
# regex:
# source: '(?<sizevalue>\p{N}+)(?:\s*)(?<sizetype>(?:MB|KB|GB|B)\b)'
# error: 'You must provide a valid size unit (B, KB, MB, GB). E.g.: 100GB'