Activity log for bug #1493240

Date Who What changed Old value New value Message
2015-09-08 07:36:41 yalei wang bug added bug
2015-09-08 07:37:43 yalei wang description 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 when I use master code and set: ODL_MODE=allinone ODL_RELEASE=beryllium-snapshot-0.4.0 I got this error: 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
2015-09-08 08:01:50 yalei wang networking-odl: assignee yalei wang (yalei-wang)
2015-09-08 08:16:22 OpenStack Infra networking-odl: status New In Progress
2015-09-17 17:09:17 Kyle Mestery networking-odl: milestone 1.0.0
2015-09-17 17:09:19 Kyle Mestery networking-odl: importance Undecided High
2015-09-17 20:42:46 OpenStack Infra networking-odl: status In Progress Fix Committed
2015-09-18 15:00:55 Kyle Mestery networking-odl: status Fix Committed Fix Released