Remove log translations

Starting with the Pike series, OpenStack no longer supports log
translation.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I4440a1d6c332e48845fceadb464dd34ab11e12d2
This commit is contained in:
Ngo Quoc Cuong
2017-07-04 23:52:35 -04:00
parent 17e1a85e2b
commit d0872fec2d
36 changed files with 249 additions and 258 deletions

View File

@@ -19,6 +19,7 @@ from tacker.vnfm.monitor_drivers.token import Token
from tacker import wsgi
# check alarm url with db --> move to plugin
LOG = logging.getLogger(__name__)
OPTS = [
@@ -41,7 +42,7 @@ def config_opts():
class AlarmReceiver(wsgi.Middleware):
def process_request(self, req):
LOG.debug(_('Process request: %s'), req)
LOG.debug('Process request: %s', req)
if req.method != 'POST':
return
url = req.url