Comment 0 for bug 1493240

Revision history for this message
yalei wang (yalei-wang) wrote :

2015-09-08 15:05:40.189 ERROR root [req-c712c011-afd0-4523-b188-b069812ee210 admin f84c4e933ea440ee95992cd40899f977] Original exception being dropped: ['Traceback (most recent call last):\n', ' File "/usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py", line 237, in sync_resources\n self.client.sendjson(\'get\', urlpath, None)\n', ' File "/usr/local/lib/python2.7/dist-packages/networking_odl/common/client.py", line 42, in sendjson\n r.raise_for_status()\n', ' File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 851, in raise_for_status\n raise HTTPError(http_error_msg, response=self)\n', 'HTTPError: 404 Client Error: Not Found\n']
2015-09-08 15:05:40.189 DEBUG oslo_concurrency.lockutils [req-c712c011-afd0-4523-b188-b069812ee210 admin f84c4e933ea440ee95992cd40899f977] Lock "odl-sync-full" released by "networking_odl.ml2.mech_driver.sync_full" :: held 0.115s from (pid=437) inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:265
2015-09-08 15:05:40.190 ERROR neutron.plugins.ml2.managers [req-c712c011-afd0-4523-b188-b069812ee210 admin f84c4e933ea440ee95992cd40899f977] Mechanism driver 'opendaylight' failed in create_subnet_postcommit
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers Traceback (most recent call last):
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/opt/stack/neutron/neutron/plugins/ml2/managers.py", line 386, in _call_on_drivers
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers getattr(driver.obj, method_name)(context)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/opt/stack/neutron/neutron/plugins/ml2/drivers/opendaylight/driver.py", line 74, in create_subnet_postcommit
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers self.odl_drv.synchronize('create', odl_const.ODL_SUBNETS, context)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py", line 214, in synchronize
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers self.sync_full(context._plugin)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py", line 254, in inner
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers return f(*args, **kwargs)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py", line 276, in sync_full
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers self.sync_resources(plugin, dbcontext, collection_name)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py", line 242, in sync_resources
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers resource, plugin, dbcontext)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers File "/usr/local/lib/python2.7/dist-packages/networking_odl/ml2/mech_driver.py", line 99, in filter_create_attributes_with_plugin
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers context = driver_context.SubnetContext(subnet, plugin, dbcontext)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers TypeError: __init__() takes at least 5 arguments (4 given)
2015-09-08 15:05:40.190 TRACE neutron.plugins.ml2.managers