removed patern_name schema from openmano_schema since it was not used 75/1075/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 7 Feb 2017 14:50:48 +0000 (15:50 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 7 Feb 2017 14:50:51 +0000 (15:50 +0100)
Change-Id: I3e0ed4349eae37e8521525c36a9e790ff1b9a7aa
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
openmano_schemas.py

index 1ea64f6..14fb652 100644 (file)
@@ -28,7 +28,6 @@ __author__="Alfonso Tierno, Gerardo Garcia, Pablo Montes"
 __date__ ="$09-oct-2014 09:09:48$"
 
 #Basis schemas
-patern_name="^[ -~]+$"
 passwd_schema={"type" : "string", "minLength":1, "maxLength":60}
 nameshort_schema={"type" : "string", "minLength":1, "maxLength":60, "pattern" : "^[^,;()'\"]+$"}
 name_schema={"type" : "string", "minLength":1, "maxLength":255, "pattern" : "^[^,;()'\"]+$"}