summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-10-14 05:25:27 +0000
committerGerrit Code Review <review@openstack.org>2016-10-14 05:25:27 +0000
commit97f17a518c5642160c606b4385b50b02bbec0827 (patch)
tree8d045b7537c016abf9b675d53b2675d0efff7f93
parentfd8dc9c70ff816a6f7187eb46fff3c1d7c6e35d7 (diff)
parent654fb6aced632193124382a3536949bfe54b4267 (diff)
downloadkeystonemiddleware-97f17a518c5642160c606b4385b50b02bbec0827.tar.gz
Merge "Update code to use Newton as the code name"
-rw-r--r--keystonemiddleware/auth_token/_auth.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/keystonemiddleware/auth_token/_auth.py b/keystonemiddleware/auth_token/_auth.py
index 95ae31c..de98c95 100644
--- a/keystonemiddleware/auth_token/_auth.py
+++ b/keystonemiddleware/auth_token/_auth.py
@@ -45,8 +45,8 @@ class AuthTokenPlugin(plugin.BaseAuthPlugin):
if not identity_uri:
log.warning(_LW('Configuring admin URI using auth fragments was '
'deprecated in the Kilo release, and will be '
- 'removed in the N release, use \'identity_uri\ '
- 'instead.'))
+ 'removed in the Newton release, '
+ 'use \'identity_uri\ instead.'))
if ':' in auth_host:
# Note(dzyu) it is an IPv6 address, so it needs to be wrapped
@@ -73,8 +73,8 @@ class AuthTokenPlugin(plugin.BaseAuthPlugin):
if admin_token:
log.warning(_LW(
"The admin_token option in auth_token middleware was "
- "deprecated in the Kilo release, and will be removed in the N "
- "release, use admin_user and admin_password instead."))
+ "deprecated in the Kilo release, and will be removed in the "
+ "Newton release, use admin_user and admin_password instead."))
self._plugin = token_endpoint.Token(auth_url, admin_token)
else:
self._plugin = v2.Password(auth_url,