Created
May 22, 2014 17:00
-
-
Save mriedem/ef1c204fc568b7ef8b3b to your computer and use it in GitHub Desktop.
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 characters
2014-05-22 11:34:09.576 7853 DEBUG neutron.agent.l3_agent [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-C851349 Starting _sync_routers_task - fullsync:True _sync_routers_task /usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py:840 | |
2014-05-22 11:34:09.577 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] Making synchronous call on q-l3-plugin ... multicall /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:554 | |
2014-05-22 11:34:09.577 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] MSG_ID is 4529f486abc64e9da5af889e8c47541e multicall /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:557 | |
2014-05-22 11:34:09.578 7853 DEBUG neutron.openstack.common.rpc.amqp [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] UNIQUE_ID is dca4aa78b09746f08ce5687a2b6b9cb2. _add_unique_id /usr/lib/python2.6/site-packages/neutron/openstack/common/rpc/amqp.py:342 | |
2014-05-22 11:34:10.920 7853 DEBUG neutron.agent.l3_agent [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-F13CFB0 Processing :[{u'status': u'ACTIVE', u'external_gateway_info': None, u'name': u'router1', u'gw_port_id': None, u'admin_state_up': True, u'tenant_id': u'deed01260bf34d9fbc5af24b7b7aec84', u'_interfaces': [{u'status': u'DOWN', u'subnet': {u'cidr': u'10.0.1.0/24', u'gateway_ip': u'10.0.1.1', u'id': u'5508e631-bbb3-4796-80f8-5d8afacf7ec7'}, u'binding:host_id': u'', u'name': u'', u'allowed_address_pairs': [], u'admin_state_up': True, u'network_id': u'14d03680-1a80-469a-bde8-69ac9b3b3848', u'tenant_id': u'deed01260bf34d9fbc5af24b7b7aec84', u'extra_dhcp_opts': [], u'binding:vif_details': {}, u'binding:vif_type': u'unbound', u'device_owner': u'network:router_interface', u'mac_address': u'fa:16:3e:f1:44:bd', u'binding:profile': {}, u'binding:vnic_type': u'normal', u'fixed_ips': [{u'subnet_id': u'5508e631-bbb3-4796-80f8-5d8afacf7ec7', u'ip_address': u'10.0.1.1'}], u'id': u'a071c585-d041-4ec8-8069-0c092cc39a3d', u'security_groups': [], u'device_id': u'0c8d604f-0593-49f4-8380-78f037ea7079'}], u'routes': [], u'id': u'0c8d604f-0593-49f4-8380-78f037ea7079'}] _sync_routers_task /usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py:850 | |
2014-05-22 11:34:10.921 7853 DEBUG neutron.agent.linux.utils [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-5AF5A8B Running command: ['ip', '-o', 'link', 'show', 'br-ex'] create_process /usr/lib/python2.6/site-packages/neutron/agent/linux/utils.py:48 | |
2014-05-22 11:34:10.927 7853 DEBUG neutron.agent.linux.utils [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-FDA3026 | |
Command: ['ip', '-o', 'link', 'show', 'br-ex'] | |
Exit code: 255 | |
Stdout: '' | |
Stderr: 'Device "br-ex" does not exist.\n' execute /usr/lib/python2.6/site-packages/neutron/agent/linux/utils.py:74 | |
2014-05-22 11:34:10.927 7853 ERROR neutron.agent.l3_agent [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-DED4530 The external network bridge 'br-ex' does not exist | |
2014-05-22 11:34:10.928 7853 DEBUG neutron.agent.l3_agent [req-5fdfbdca-8b9b-4afc-8bd6-cb23292f8769 None] NT-874036F _sync_routers_task successfully completed _sync_routers_task /usr/lib/python2.6/site-packages/neutron/agent/l3_agent.py:853 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment