Created
February 9, 2018 05:21
Revisions
-
mkfsn created this gist
Feb 9, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ 2018-02-09 00:20:45.534 6 ERROR ovsdbapp.schema.open_vswitch.impl_idl timeout=self.timeout) 2018-02-09 00:20:45.534 6 ERROR ovsdbapp.schema.open_vswitch.impl_idl TimeoutException: Commands [<ovsdbapp.schema.open_vswitch.commands.AddBridgeCommand object at 0x65c8650>, <ovsdbapp.schema.open_vswitch.commands.DbAddCommand object at 0x65c8750>] exceeded timeout 10 seconds 2018-02-09 00:20:45.534 6 ERROR ovsdbapp.schema.open_vswitch.impl_idl 2018-02-09 00:20:45.537 6 CRITICAL neutron [-] Unhandled error: TimeoutException: Commands [<ovsdbapp.schema.open_vswitch.commands.AddBridgeCommand object at 0x65c8650>, <ovsdbapp.schema.open_vswitch.commands.DbAddCommand object at 0x65c8750>] exceeded timeout 10 seconds 2018-02-09 00:20:45.537 6 ERROR neutron Traceback (most recent call last): 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/bin/neutron-openvswitch-agent", line 10, in <module> 2018-02-09 00:20:45.537 6 ERROR neutron sys.exit(main()) 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 20, in main 2018-02-09 00:20:45.537 6 ERROR neutron agent_main.main() 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", line 51, in main 2018-02-09 00:20:45.537 6 ERROR neutron mod.main() 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/main.py", line 35, in main 2018-02-09 00:20:45.537 6 ERROR neutron 'neutron.plugins.ml2.drivers.openvswitch.agent.' 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/ryu/base/app_manager.py", line 375, in run_apps 2018-02-09 00:20:45.537 6 ERROR neutron hub.joinall(services) 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/ryu/lib/hub.py", line 103, in joinall 2018-02-09 00:20:45.537 6 ERROR neutron t.wait() 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/eventlet/greenthread.py", line 175, in wait 2018-02-09 00:20:45.537 6 ERROR neutron return self._exit_event.wait() 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/eventlet/event.py", line 125, in wait 2018-02-09 00:20:45.537 6 ERROR neutron current.throw(*self._exc) 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/eventlet/greenthread.py", line 214, in main 2018-02-09 00:20:45.537 6 ERROR neutron result = function(*args, **kwargs) 2018-02-09 00:20:45.537 6 ERROR neutron File "/var/lib/kolla/venv/lib/python2.7/site-packages/ryu/lib/hub.py", line 65, in _launch 2018-02-09 00:20:45.537 6 ERROR neutron raise e 2018-02-09 00:20:45.537 6 ERROR neutron TimeoutException: Commands [<ovsdbapp.schema.open_vswitch.commands.AddBridgeCommand object at 0x65c8650>, <ovsdbapp.schema.open_vswitch.commands.DbAddCommand object at 0x65c8750>] exceeded timeout 10 seconds 2018-02-09 00:20:45.537 6 ERROR neutron 2018-02-09 00:20:48.229 6 INFO neutron.common.config [-] Logging enabled! 2018-02-09 00:20:48.229 6 INFO neutron.common.config [-] /var/lib/kolla/venv/bin/neutron-openvswitch-agent version 11.0.0 2018-02-09 00:20:48.234 6 INFO ryu.base.app_manager [-] loading app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp 2018-02-09 00:20:48.581 6 INFO ryu.base.app_manager [-] loading app ryu.app.ofctl.service 2018-02-09 00:20:48.582 6 INFO ryu.base.app_manager [-] loading app ryu.controller.ofp_handler 2018-02-09 00:20:48.583 6 INFO ryu.base.app_manager [-] instantiating app neutron.plugins.ml2.drivers.openvswitch.agent.openflow.native.ovs_ryuapp of OVSNeutronAgentRyuApp 2018-02-09 00:20:48.583 6 INFO ryu.base.app_manager [-] instantiating app ryu.controller.ofp_handler of OFPHandler 2018-02-09 00:20:48.584 6 INFO ryu.base.app_manager [-] instantiating app ryu.app.ofctl.service of OfctlService