vmware-nsx/vmware_nsx/common
Gary Kotton 640ac29a1e Fix log exception
When running the test
...test_cluster.ClusteredAPITestCase.test_cluster_proxy_stale_revision
we get the exception below:

Traceback (most recent call last):
  File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit
    msg = self.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
    return fmt.format(record)
  File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
    record.message = record.getMessage()
  File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
    msg = msg % self.args
  File "/home/gkotton/vmware-nsx/.tox/py27/local/lib/python2.7/site-packages/neutron_lib/exceptions.py", line 48, in __unicode__
    return unicode(self.msg)
AttributeError: 'StaleRevision' object has no attribute 'msg'
Logged from file cluster.py, line 418

Change-Id: I4ce6b90b3dbd2fd1a2987fafb1034fdd0cd05a60
2016-02-15 01:39:59 -08:00
..
__init__.py Move vmware_nsx/neutron/plugins/vmware to vmware_nsx 2015-09-14 18:51:57 -07:00
config.py Merge "NSX|V: add ability for admin to configure default nameservers" 2016-02-09 09:34:26 +00:00
exceptions.py Fix log exception 2016-02-15 01:39:59 -08:00
locking.py Move 'locking_coordinator_url' to common configuration section 2015-10-18 05:20:26 -07:00
nsx_constants.py NSX|V3: fix tags for internal resoucres 2015-12-17 00:42:57 -08:00
nsx_utils.py LOG.warn -> LOG.warning 2015-12-31 01:58:10 -08:00
nsxv_constants.py NSXv: raise exception for reserved subnets 2016-02-07 11:53:03 +02:00
securitygroups.py Change imports for IP_PROTOCOL_MAP 2016-02-05 09:00:04 -07:00
sync.py LOG.warn -> LOG.warning 2015-12-31 01:58:10 -08:00
utils.py Address pair validation for NSX v3 plugin 2016-01-14 10:31:51 -07:00