summaryrefslogtreecommitdiff
path: root/keystone/identity/schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/identity/schema.py')
-rw-r--r--keystone/identity/schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/identity/schema.py b/keystone/identity/schema.py
index e39c376db..0031578cb 100644
--- a/keystone/identity/schema.py
+++ b/keystone/identity/schema.py
@@ -23,7 +23,7 @@ _identity_name = {
'type': 'string',
'minLength': 1,
'maxLength': 255,
- 'pattern': '[\S]+'
+ 'pattern': r'[\S]+'
}
# Schema for Identity v3 API