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>
This commit is contained in:
Sean McGinnis 2019-04-09 17:16:42 -05:00
parent dd43941a7e
commit 27b916ee1b
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 1 additions and 1 deletions

View File

@ -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