delete more i18n log markers

Good early morning over coffee changes. Starting alphabetically and
moving forward.

Change-Id: I7d145bd0a7d7eba5ac8bdec0bfd162901abc8c38
This commit is contained in:
Sean Dague
2017-03-21 07:37:21 -04:00
parent 463eb6b283
commit e7118ae2e3
6 changed files with 23 additions and 34 deletions

View File

@@ -25,7 +25,6 @@ import webob.exc
import nova.conf
from nova import context
from nova.i18n import _
from nova.i18n import _LW
from nova import wsgi
@@ -46,9 +45,9 @@ def pipeline_factory(loader, global_conf, **local_conf):
"""A paste pipeline replica that keys off of auth_strategy."""
versionutils.report_deprecated_feature(
LOG,
_LW("The legacy V2 API code tree has been removed in Newton. "
"Please remove legacy v2 API entry from api-paste.ini, and use "
"V2.1 API or V2.1 API compat mode instead")
"The legacy V2 API code tree has been removed in Newton. "
"Please remove legacy v2 API entry from api-paste.ini, and use "
"V2.1 API or V2.1 API compat mode instead"
)