neutron/neutron/plugins/nuage
Ann Kamyshnikova 3a7c3f77b0 Avoid unnecessary explicit str() conversion around exceptions
There are number of places like

except Exception as exc:
            LOG.error("Failed to get network: %s", str(exc))

where str() is not needed since %s substitution already does
the same conversion. Also LOG.error could be replaced with
LOG.exception, so argument exc won't be needed at all.

Closes-bug: #1398839

Change-Id: I73cc6e1ce55ade08e7706b99a5ab075f7059a4ef
2014-12-16 11:19:09 +03:00
..
common Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
extensions Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
__init__.py Nuage Networks Plugin 2014-02-28 14:22:42 -08:00
nuage_models.py Use dict_extend_functions to populate provider network attributes 2014-09-19 14:23:19 -07:00
nuagedb.py Use dict_extend_functions to populate provider network attributes 2014-09-19 14:23:19 -07:00
plugin.py Migrate to oslo.utils 2014-11-26 10:31:03 +01:00
syncmanager.py Avoid unnecessary explicit str() conversion around exceptions 2014-12-16 11:19:09 +03:00