From 654fb6aced632193124382a3536949bfe54b4267 Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Mon, 12 Sep 2016 17:06:57 +0700 Subject: [PATCH] Update code to use Newton as the code name This patch updates code to use Newton as the code name Change-Id: Ic74454f5e14faf7ac113384d87247afb46734010 --- keystonemiddleware/auth_token/_auth.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keystonemiddleware/auth_token/_auth.py b/keystonemiddleware/auth_token/_auth.py index 95ae31ce..de98c95e 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,