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:
@@ -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
|
||||
|
Reference in New Issue
Block a user