Add validation on emptyness of additional config

- We need to validate additional config textarea
on empty values

Change-Id: I9ec16da7ff92a0f147dc2cde8671d3144ad28344
Related-Bug: #1488455
This commit is contained in:
asledzinskiy 2015-08-25 16:02:59 +03:00
parent 5239f94138
commit d9073b7610
1 changed files with 4 additions and 1 deletions

View File

@ -12,4 +12,7 @@ attributes:
#remote_db_password: 'secret'
custom_mysql_setup_class: 'galera'
label: "Additional config"
description: "Just put here valid yaml"
description: "Just put here valid yaml"
regex:
source: '.+'
error: "This field should not be empty"