Advertisement
Guest User

logs

a guest
Jan 30th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. root@cloud:~# neutron router-gateway-set router01 public01
  2. 2015-01-30 22:43:17.378 16858 INFO neutron.wsgi [-] (16858) accepted ('127.0.0.1', 56881)
  3. 2015-01-30 22:43:17.380 16858 INFO urllib3.connectionpool [-] Starting new HTTP connection (1): 127.0.0.1
  4. 2015-01-30 22:43:17.427 16858 INFO neutron.wsgi [req-445b4f94-a3bd-4437-b2a5-c298dda75153 None] 127.0.0.1 - - [30/Jan/2015 22:43:17] "GET /v2.0/routers.json?fields=id&name=router01 HTTP/1.1" 200 250 0.048407
  5. 2015-01-30 22:43:17.432 16858 INFO neutron.wsgi [-] (16858) accepted ('127.0.0.1', 56883)
  6. 2015-01-30 22:43:17.450 16858 INFO neutron.wsgi [req-706fb5ab-0a88-4f94-a212-404d98b44da5 None] 127.0.0.1 - - [30/Jan/2015 22:43:17] "GET /v2.0/networks.json?fields=id&name=public01 HTTP/1.1" 200 251 0.017168
  7. 2015-01-30 22:43:17.454 16858 INFO neutron.wsgi [-] (16858) accepted ('127.0.0.1', 56884)
  8. 2015-01-30 22:43:17.738 16858 INFO neutron.wsgi [req-2f3527da-7f2d-4d97-b642-cc35660dcd30 None] 127.0.0.1 - - [30/Jan/2015 22:43:17] "PUT /v2.0/routers/21913c55-5531-48ac-b60d-51fd9a66cf34.json HTTP/1.1" 200 622 0.283140
  9. Set gateway for router router01
  10. root@cloud:~# 2015-01-30 22:43:17.917 16858 WARNING neutron.plugins.ml2.managers [req-301fc1e5-5d78-41c1-a2ef-9fadae17f7e9 None] Failed to bind port afdc4675-f5bd-471e-865d-9dbca0c50a1d on host cloud
  11. 2015-01-30 22:43:17.941 16858 WARNING neutron.plugins.ml2.plugin [req-301fc1e5-5d78-41c1-a2ef-9fadae17f7e9 None] In _notify_port_updated(), no bound segment for port afdc4675-f5bd-471e-865d-9dbca0c50a1d on network ae784c21-9a9c-433c-bb78-2e8ecd8150cd
  12.  
  13. ==> /var/log/neutron/linuxbridge-agent.log <==
  14. 2015-01-30 22:43:21.221 17029 INFO neutron.agent.securitygroups_rpc [req-3372ba12-16b1-42b0-b15c-39faaa7e3c67 None] Preparing filters for devices set(['tapafdc4675-f5'])
  15. 2015-01-30 22:43:21.222 17029 INFO oslo.messaging._drivers.impl_rabbit [req-3372ba12-16b1-42b0-b15c-39faaa7e3c67 ] Connecting to AMQP server on localhost:5672
  16. 2015-01-30 22:43:21.236 17029 INFO oslo.messaging._drivers.impl_rabbit [req-3372ba12-16b1-42b0-b15c-39faaa7e3c67 ] Connected to AMQP server on localhost:5672
  17.  
  18. ==> /var/log/neutron/server.log <==
  19. 2015-01-30 22:43:21.579 16858 WARNING neutron.plugins.ml2.rpc [req-3372ba12-16b1-42b0-b15c-39faaa7e3c67 None] Device tapafdc4675-f5 requested by agent lb00012e4dd15f on network ae784c21-9a9c-433c-bb78-2e8ecd8150cd not bound, vif_type: binding_failed
  20.  
  21. ==> /var/log/neutron/linuxbridge-agent.log <==
  22. 2015-01-30 22:43:21.582 17029 INFO neutron.plugins.linuxbridge.agent.linuxbridge_neutron_agent [req-3372ba12-16b1-42b0-b15c-39faaa7e3c67 None] Device tapafdc4675-f5 not defined on plugin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement