removed patern_name schema from openmano_schema since it was not used

Change-Id: I3e0ed4349eae37e8521525c36a9e790ff1b9a7aa
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/openmano_schemas.py b/openmano_schemas.py
index 1ea64f6..14fb652 100644
--- a/openmano_schemas.py
+++ b/openmano_schemas.py
@@ -28,7 +28,6 @@
 __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" : "^[^,;()'\"]+$"}