Relax UUID regex

Current UUID regular expression is too restrictive, NSX Manager might
generate UUIDs that does not match regex, but are valid UUID values.

Change-Id: I51d12a647bb06cffc02dc0403426825a8f17da35
This commit is contained in:
Igor Zinovik 2016-09-22 16:39:01 +03:00
parent 7e1de2f57a
commit b082bbc2c6
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ attributes:
weight: 25
type: "text"
regex:
source: &uuid '[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}'
source: &uuid '[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}'
error: 'Enter transport zone UUID'
default_vlan_tz_uuid:
value: ''