summaryrefslogtreecommitdiff
path: root/keystonemiddleware
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2019-04-09 17:16:42 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2019-04-09 17:16:42 -0500
commit27b916ee1b45459166826ef8783857afc0659f20 (patch)
treedf6e9d4b6226ecb400aa44b275115006595a4627 /keystonemiddleware
parentdd43941a7e028635c7837edd50883034aa9d5f5f (diff)
downloadkeystonemiddleware-27b916ee1b45459166826ef8783857afc0659f20.tar.gz
Fix string format error
Attempt to escape quotes actually forgot one of the quotes, causing "invalid escape sequence" warnings in the logs. Change-Id: I843257ba5c26f7ba6c5cd3b1b7c53ed26cb9ee8d Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Diffstat (limited to 'keystonemiddleware')
-rw-r--r--keystonemiddleware/auth_token/_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystonemiddleware/auth_token/_auth.py b/keystonemiddleware/auth_token/_auth.py
index 29019d9..652918c 100644
--- a/keystonemiddleware/auth_token/_auth.py
+++ b/keystonemiddleware/auth_token/_auth.py
@@ -41,7 +41,7 @@ class AuthTokenPlugin(plugin.BaseAuthPlugin):
log.warning('Configuring admin URI using auth fragments was '
'deprecated in the Kilo release, and will be '
'removed in the Newton release, '
- 'use \'identity_uri\ instead.')
+ "use 'identity_uri' instead.")
if ':' in auth_host:
# Note(dzyu) it is an IPv6 address, so it needs to be wrapped