Advertisement
Guest User

Add default gateway for DVR-HA router, log from active netwo

a guest
Aug 11th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.75 KB | None | 0 0
  1. Add default gateway for DVR-HA router, log from active network node:
  2. 2015-08-11 12:44:27.805 DEBUG oslo_service.loopingcall [-] Fixed interval looping call <bound method Service.report_state of <neutron.service.Service object at 0x7f2349fc04d0>> sleeping for 30.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
  3. 2015-08-11 12:44:57.676 DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "_check_child_processes" :: waited 0.000s from (pid=131416) inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:251
  4. 2015-08-11 12:44:57.677 DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "_check_child_processes" :: held 0.001s from (pid=131416) inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:262
  5. 2015-08-11 12:44:57.727 DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" acquired by "_check_child_processes" :: waited 0.000s from (pid=131416) inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:251
  6. 2015-08-11 12:44:57.727 DEBUG oslo_concurrency.lockutils [-] Lock "_check_child_processes" released by "_check_child_processes" :: held 0.000s from (pid=131416) inner /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:262
  7. 2015-08-11 12:44:57.796 DEBUG oslo_service.loopingcall [-] Fixed interval looping call <bound method L3NATAgentWithStateReport._report_state of <neutron.agent.l3.agent.L3NATAgentWithStateReport object at 0x7f2349fc0550>> sleeping for 30.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
  8. 2015-08-11 12:44:57.805 DEBUG oslo_service.loopingcall [-] Fixed interval looping call <bound method Service.report_state of <neutron.service.Service object at 0x7f2349fc04d0>> sleeping for 30.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
  9. 2015-08-11 12:45:00.797 DEBUG oslo_service.periodic_task [req-5ebdb142-151e-463d-b09a-782203128faa None None] Running periodic task L3NATAgentWithStateReport.periodic_sync_routers_task from (pid=131416) run_periodic_tasks /usr/local/lib/python2.7/dist-packages/oslo_service/periodic_task.py:213
  10. 2015-08-11 12:45:00.797 DEBUG neutron.agent.l3.agent [req-5ebdb142-151e-463d-b09a-782203128faa None None] Starting periodic_sync_routers_task - fullsync:False from (pid=131416) periodic_sync_routers_task /opt/openstack/neutron/neutron/agent/l3/agent.py:509
  11. 2015-08-11 12:45:00.797 DEBUG oslo_service.loopingcall [req-5ebdb142-151e-463d-b09a-782203128faa None None] Fixed interval looping call <bound method Service.periodic_tasks of <neutron.service.Service object at 0x7f2349fc04d0>> sleeping for 40.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
  12. 2015-08-11 12:45:19.648 DEBUG neutron.agent.l3.agent [req-4b25087a-f873-4cb3-94bd-57b03c42b306 admin c7d7439dc0744dacb5caa772d7f90485] Got routers updated notification :[u'fe7ac2f4-d7bf-4671-813c-d923cedeb12f'] from (pid=131416) routers_updated /opt/openstack/neutron/neutron/agent/l3/agent.py:376
  13. 2015-08-11 12:45:19.648 DEBUG neutron.agent.l3.agent [-] Starting router update for fe7ac2f4-d7bf-4671-813c-d923cedeb12f, action None, priority 0 from (pid=131416) _process_router_update /opt/openstack/neutron/neutron/agent/l3/agent.py:447
  14. 2015-08-11 12:45:19.649 DEBUG oslo_messaging._drivers.amqpdriver [-] MSG_ID is c734f2837fc747e09ff55055f2bd83db from (pid=131416) _send /usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/amqpdriver.py:392
  15. 2015-08-11 12:45:20.006 DEBUG neutron.agent.linux.utils [-] Running command: ['ip', '-o', 'link', 'show', 'br-ex'] from (pid=131416) create_process /opt/openstack/neutron/neutron/agent/linux/utils.py:85
  16. 2015-08-11 12:45:20.013 DEBUG neutron.agent.linux.utils [-]
  17. Command: ['ip', '-o', 'link', 'show', 'br-ex']
  18. Exit code: 0
  19. Stdin:
  20. Stdout: 9: br-ex: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default \ link/ether 00:1e:67:76:94:79 brd ff:ff:ff:ff:ff:ff
  21.  
  22. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  23. 2015-08-11 12:45:20.014 DEBUG neutron.callbacks.manager [-] Notify callbacks for router, before_update from (pid=131416) _notify_loop /opt/openstack/neutron/neutron/callbacks/manager.py:135
  24. 2015-08-11 12:45:20.024 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', 'rfp-fe7ac2f4-d'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  25. 2015-08-11 12:45:20.060 DEBUG neutron.agent.linux.utils [-]
  26. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', u'rfp-fe7ac2f4-d']
  27. Exit code: 1
  28. Stdin:
  29. Stdout:
  30. Stderr: Device "rfp-fe7ac2f4-d" does not exist.
  31. from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  32. 2015-08-11 12:45:20.060 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'find', '/sys/class/net', '-maxdepth', '1', '-type', 'l', '-printf', '%f '] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  33. 2015-08-11 12:45:20.096 DEBUG neutron.agent.linux.utils [-]
  34. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'find', '/sys/class/net', '-maxdepth', '1', '-type', 'l', '-printf', '%f ']
  35. Exit code: 0
  36. Stdin:
  37. Stdout: lo
  38. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  39. 2015-08-11 12:45:20.096 DEBUG neutron.agent.l3.dvr_local_router [-] FloatingIP agent gateway port received from the plugin: None from (pid=131416) create_dvr_fip_interfaces /opt/openstack/neutron/neutron/agent/l3/dvr_local_router.py:377
  40. 2015-08-11 12:45:20.096 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv4.conf.all.send_redirects=0'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  41. 2015-08-11 12:45:20.128 DEBUG neutron.agent.linux.utils [-]
  42. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv4.conf.all.send_redirects=0']
  43. Exit code: 0
  44. Stdin:
  45. Stdout: net.ipv4.conf.all.send_redirects = 0
  46.  
  47. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  48. 2015-08-11 12:45:20.128 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', '-o', 'netns', 'list'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  49. 2015-08-11 12:45:20.130 DEBUG neutron.agent.linux.utils [-]
  50. Command: ['ip', '-o', 'netns', 'list']
  51. Exit code: 0
  52. Stdin:
  53. Stdout: qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f
  54. snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f
  55.  
  56. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  57. 2015-08-11 12:45:20.131 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv4.ip_forward=1'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  58. 2015-08-11 12:45:20.164 DEBUG neutron.agent.linux.utils [-]
  59. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv4.ip_forward=1']
  60. Exit code: 0
  61. Stdin:
  62. Stdout: net.ipv4.ip_forward = 1
  63.  
  64. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  65. 2015-08-11 12:45:20.164 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv6.conf.all.forwarding=1'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  66. 2015-08-11 12:45:20.204 DEBUG neutron.agent.linux.utils [-]
  67. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv6.conf.all.forwarding=1']
  68. Exit code: 0
  69. Stdin:
  70. Stdout: net.ipv6.conf.all.forwarding = 1
  71.  
  72. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  73. 2015-08-11 12:45:20.204 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', 'qg-27485b5b-ce'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  74. 2015-08-11 12:45:20.240 DEBUG neutron.agent.linux.utils [-]
  75. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', u'qg-27485b5b-ce']
  76. Exit code: 1
  77. Stdin:
  78. Stdout:
  79. Stderr: Device "qg-27485b5b-ce" does not exist.
  80. from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  81. 2015-08-11 12:45:20.240 DEBUG neutron.agent.linux.utils [-] Running command: ['ip', '-o', 'link', 'show', 'br-ex'] from (pid=131416) create_process /opt/openstack/neutron/neutron/agent/linux/utils.py:85
  82. 2015-08-11 12:45:20.246 DEBUG neutron.agent.linux.utils [-]
  83. Command: ['ip', '-o', 'link', 'show', 'br-ex']
  84. Exit code: 0
  85. Stdin:
  86. Stdout: 9: br-ex: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default \ link/ether 00:1e:67:76:94:79 brd ff:ff:ff:ff:ff:ff
  87.  
  88. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  89. 2015-08-11 12:45:20.246 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--if-exists', 'del-port', 'qg-27485b5b-ce', '--', 'add-port', 'br-ex', 'qg-27485b5b-ce', '--', 'set', 'Interface', 'qg-27485b5b-ce', 'type=internal', 'external_ids:iface-id=27485b5b-ce29-4e2b-9c2e-dd63c1ea11ac', 'external_ids:iface-status=active', 'external_ids:attached-mac=fa:16:3e:b1:97:3a'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  90. 2015-08-11 12:45:20.254 DEBUG neutron.agent.linux.utils [-]
  91. Command: ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--if-exists', 'del-port', u'qg-27485b5b-ce', '--', 'add-port', 'br-ex', u'qg-27485b5b-ce', '--', 'set', 'Interface', u'qg-27485b5b-ce', 'type=internal', u'external_ids:iface-id=27485b5b-ce29-4e2b-9c2e-dd63c1ea11ac', 'external_ids:iface-status=active', u'external_ids:attached-mac=fa:16:3e:b1:97:3a']
  92. Exit code: 0
  93. Stdin:
  94. Stdout:
  95.  
  96.  
  97.  
  98. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  99. 2015-08-11 12:45:20.255 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--columns=ofport', 'list', 'Interface', 'qg-27485b5b-ce'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  100. 2015-08-11 12:45:20.258 DEBUG neutron.agent.linux.utils [-]
  101. Command: ['ovs-vsctl', '--timeout=10', '--oneline', '--format=json', '--', '--columns=ofport', 'list', 'Interface', u'qg-27485b5b-ce']
  102. Exit code: 0
  103. Stdin:
  104. Stdout: {"data":[[9]],"headings":["ofport"]}
  105.  
  106. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  107. 2015-08-11 12:45:20.259 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'link', 'set', 'qg-27485b5b-ce', 'address', 'fa:16:3e:b1:97:3a'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  108. 2015-08-11 12:45:20.261 DEBUG neutron.agent.linux.utils [-]
  109. Command: ['ip', 'link', 'set', u'qg-27485b5b-ce', 'address', u'fa:16:3e:b1:97:3a']
  110. Exit code: 0
  111. Stdin:
  112. Stdout:
  113. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  114. 2015-08-11 12:45:20.262 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', '-o', 'netns', 'list'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  115. 2015-08-11 12:45:20.264 DEBUG neutron.agent.linux.utils [-]
  116. Command: ['ip', '-o', 'netns', 'list']
  117. Exit code: 0
  118. Stdin:
  119. Stdout: qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f
  120. snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f
  121.  
  122. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  123. 2015-08-11 12:45:20.264 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'link', 'set', 'qg-27485b5b-ce', 'netns', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  124. 2015-08-11 12:45:20.280 DEBUG neutron.agent.linux.utils [-]
  125. Command: ['ip', 'link', 'set', u'qg-27485b5b-ce', 'netns', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f']
  126. Exit code: 0
  127. Stdin:
  128. Stdout:
  129. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  130. 2015-08-11 12:45:20.280 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', 'link', 'set', 'qg-27485b5b-ce', 'up'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  131. 2015-08-11 12:45:20.320 DEBUG neutron.agent.linux.utils [-]
  132. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', 'link', 'set', u'qg-27485b5b-ce', 'up']
  133. Exit code: 0
  134. Stdin:
  135. Stdout:
  136. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  137. 2015-08-11 12:45:20.320 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', 'net.ipv6.conf.qg-27485b5b-ce.accept_ra=2'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  138. 2015-08-11 12:45:20.355 DEBUG neutron.agent.linux.utils [-]
  139. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'sysctl', '-w', u'net.ipv6.conf.qg-27485b5b-ce.accept_ra=2']
  140. Exit code: 0
  141. Stdin:
  142. Stdout: net.ipv6.conf.qg-27485b5b-ce.accept_ra = 2
  143.  
  144. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  145. 2015-08-11 12:45:20.356 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', 'qg-27485b5b-ce'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  146. 2015-08-11 12:45:20.400 DEBUG neutron.agent.linux.utils [-]
  147. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip', '-o', 'link', 'show', u'qg-27485b5b-ce']
  148. Exit code: 0
  149. Stdin:
  150. Stdout: 33: qg-27485b5b-ce: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default \ link/ether fa:16:3e:b1:97:3a brd ff:ff:ff:ff:ff:ff
  151.  
  152. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  153. 2015-08-11 12:45:20.400 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'find', '/sys/class/net', '-maxdepth', '1', '-type', 'l', '-printf', '%f '] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  154. 2015-08-11 12:45:20.435 DEBUG neutron.agent.linux.utils [-]
  155. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'find', '/sys/class/net', '-maxdepth', '1', '-type', 'l', '-printf', '%f ']
  156. Exit code: 0
  157. Stdin:
  158. Stdout: lo
  159. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  160. 2015-08-11 12:45:20.436 DEBUG oslo_concurrency.lockutils [-] Acquired semaphore "iptables-snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f" from (pid=131416) lock /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:197
  161. 2015-08-11 12:45:20.436 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-save', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  162. 2015-08-11 12:45:20.472 DEBUG neutron.agent.linux.utils [-]
  163. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-save', '-c']
  164. Exit code: 0
  165. Stdin:
  166. Stdout: # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  167. *filter
  168. :INPUT ACCEPT [0:0]
  169. :FORWARD ACCEPT [0:0]
  170. :OUTPUT ACCEPT [1271:50840]
  171. COMMIT
  172. # Completed on Tue Aug 11 12:45:20 2015
  173. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  174. *mangle
  175. :PREROUTING ACCEPT [1:40]
  176. :INPUT ACCEPT [0:0]
  177. :FORWARD ACCEPT [0:0]
  178. :OUTPUT ACCEPT [1271:50840]
  179. :POSTROUTING ACCEPT [1271:50840]
  180. COMMIT
  181. # Completed on Tue Aug 11 12:45:20 2015
  182. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  183. *nat
  184. :PREROUTING ACCEPT [1:40]
  185. :INPUT ACCEPT [0:0]
  186. :OUTPUT ACCEPT [2:80]
  187. :POSTROUTING ACCEPT [2:80]
  188. COMMIT
  189. # Completed on Tue Aug 11 12:45:20 2015
  190. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  191. *raw
  192. :PREROUTING ACCEPT [1:40]
  193. :OUTPUT ACCEPT [1271:50840]
  194. COMMIT
  195. # Completed on Tue Aug 11 12:45:20 2015
  196.  
  197. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  198. 2015-08-11 12:45:20.473 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-restore', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  199. 2015-08-11 12:45:20.508 DEBUG neutron.agent.linux.utils [-]
  200. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-restore', '-c']
  201. Exit code: 0
  202. Stdin: # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  203. *filter
  204. :INPUT ACCEPT [0:0]
  205. :FORWARD ACCEPT [0:0]
  206. :OUTPUT ACCEPT [1271:50840]
  207. :neutron-filter-top - [0:0]
  208. :neutron-l3-agent-FORWARD - [0:0]
  209. :neutron-l3-agent-INPUT - [0:0]
  210. :neutron-l3-agent-OUTPUT - [0:0]
  211. :neutron-l3-agent-local - [0:0]
  212. [0:0] -A FORWARD -j neutron-filter-top
  213. [0:0] -A OUTPUT -j neutron-filter-top
  214. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  215. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  216. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  217. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  218. COMMIT
  219. # Completed on Tue Aug 11 12:45:20 2015
  220. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  221. *mangle
  222. :PREROUTING ACCEPT [1:40]
  223. :INPUT ACCEPT [0:0]
  224. :FORWARD ACCEPT [0:0]
  225. :OUTPUT ACCEPT [1271:50840]
  226. :POSTROUTING ACCEPT [1271:50840]
  227. :neutron-l3-agent-FORWARD - [0:0]
  228. :neutron-l3-agent-INPUT - [0:0]
  229. :neutron-l3-agent-OUTPUT - [0:0]
  230. :neutron-l3-agent-POSTROUTING - [0:0]
  231. :neutron-l3-agent-PREROUTING - [0:0]
  232. :neutron-l3-agent-mark - [0:0]
  233. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  234. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  235. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  236. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  237. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  238. [0:0] -A neutron-l3-agent-PREROUTING -j neutron-l3-agent-mark
  239. [0:0] -A neutron-l3-agent-mark -i qg-27485b5b-ce -j MARK --set-xmark 0x2/0xffff
  240. COMMIT
  241. # Completed on Tue Aug 11 12:45:20 2015
  242. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  243. *nat
  244. :PREROUTING ACCEPT [1:40]
  245. :INPUT ACCEPT [0:0]
  246. :OUTPUT ACCEPT [2:80]
  247. :POSTROUTING ACCEPT [2:80]
  248. :neutron-postrouting-bottom - [0:0]
  249. :neutron-l3-agent-OUTPUT - [0:0]
  250. :neutron-l3-agent-POSTROUTING - [0:0]
  251. :neutron-l3-agent-PREROUTING - [0:0]
  252. :neutron-l3-agent-float-snat - [0:0]
  253. :neutron-l3-agent-snat - [0:0]
  254. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  255. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  256. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  257. [0:0] -A POSTROUTING -j neutron-postrouting-bottom
  258. [0:0] -A neutron-postrouting-bottom -m comment --comment "Perform source NAT on outgoing traffic." -j neutron-l3-agent-snat
  259. [0:0] -A neutron-l3-agent-POSTROUTING ! -i qg-27485b5b-ce ! -o qg-27485b5b-ce -m conntrack ! --ctstate DNAT -j ACCEPT
  260. [0:0] -A neutron-l3-agent-snat -o qg-27485b5b-ce -j SNAT --to-source 203.10.105.103
  261. [0:0] -A neutron-l3-agent-snat -m mark ! --mark 0x2/0xffff -m conntrack --ctstate DNAT -j SNAT --to-source 203.10.105.103
  262. COMMIT
  263. # Completed on Tue Aug 11 12:45:20 2015
  264. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  265. *raw
  266. :PREROUTING ACCEPT [1:40]
  267. :OUTPUT ACCEPT [1271:50840]
  268. :neutron-l3-agent-OUTPUT - [0:0]
  269. :neutron-l3-agent-PREROUTING - [0:0]
  270. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  271. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  272. COMMIT
  273. # Completed on Tue Aug 11 12:45:20 2015
  274.  
  275. Stdout:
  276. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  277. 2015-08-11 12:45:20.508 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-save', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  278. 2015-08-11 12:45:20.548 DEBUG neutron.agent.linux.utils [-]
  279. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-save', '-c']
  280. Exit code: 0
  281. Stdin:
  282. Stdout: # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  283. *filter
  284. :INPUT ACCEPT [0:0]
  285. :FORWARD ACCEPT [0:0]
  286. :OUTPUT ACCEPT [9:712]
  287. COMMIT
  288. # Completed on Tue Aug 11 12:45:20 2015
  289. # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  290. *raw
  291. :PREROUTING ACCEPT [7:572]
  292. :OUTPUT ACCEPT [9:712]
  293. COMMIT
  294. # Completed on Tue Aug 11 12:45:20 2015
  295.  
  296. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  297. 2015-08-11 12:45:20.548 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-restore', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  298. 2015-08-11 12:45:20.580 DEBUG neutron.agent.linux.utils [-]
  299. Command: ['ip', 'netns', 'exec', u'snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-restore', '-c']
  300. Exit code: 0
  301. Stdin: # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  302. *filter
  303. :INPUT ACCEPT [0:0]
  304. :FORWARD ACCEPT [0:0]
  305. :OUTPUT ACCEPT [9:712]
  306. :neutron-filter-top - [0:0]
  307. :neutron-l3-agent-FORWARD - [0:0]
  308. :neutron-l3-agent-INPUT - [0:0]
  309. :neutron-l3-agent-OUTPUT - [0:0]
  310. :neutron-l3-agent-local - [0:0]
  311. [0:0] -A FORWARD -j neutron-filter-top
  312. [0:0] -A OUTPUT -j neutron-filter-top
  313. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  314. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  315. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  316. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  317. COMMIT
  318. # Completed on Tue Aug 11 12:45:20 2015
  319. # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  320. *raw
  321. :PREROUTING ACCEPT [7:572]
  322. :OUTPUT ACCEPT [9:712]
  323. :neutron-l3-agent-OUTPUT - [0:0]
  324. :neutron-l3-agent-PREROUTING - [0:0]
  325. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  326. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  327. COMMIT
  328. # Completed on Tue Aug 11 12:45:20 2015
  329.  
  330. Stdout:
  331. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  332. 2015-08-11 12:45:20.580 DEBUG neutron.agent.linux.iptables_manager [-] IPTablesManager.apply completed with success from (pid=131416) _apply_synchronized /opt/openstack/neutron/neutron/agent/linux/iptables_manager.py:481
  333. 2015-08-11 12:45:20.580 DEBUG oslo_concurrency.lockutils [-] Releasing semaphore "iptables-snat-fe7ac2f4-d7bf-4671-813c-d923cedeb12f" from (pid=131416) lock /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:210
  334. 2015-08-11 12:45:20.580 DEBUG oslo_concurrency.lockutils [-] Acquired semaphore "iptables-qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f" from (pid=131416) lock /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:197
  335. 2015-08-11 12:45:20.581 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-save', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  336. 2015-08-11 12:45:20.616 DEBUG neutron.agent.linux.utils [-]
  337. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-save', '-c']
  338. Exit code: 0
  339. Stdin:
  340. Stdout: # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  341. *filter
  342. :INPUT ACCEPT [0:0]
  343. :FORWARD ACCEPT [0:0]
  344. :OUTPUT ACCEPT [0:0]
  345. :neutron-filter-top - [0:0]
  346. :neutron-l3-agent-FORWARD - [0:0]
  347. :neutron-l3-agent-INPUT - [0:0]
  348. :neutron-l3-agent-OUTPUT - [0:0]
  349. :neutron-l3-agent-local - [0:0]
  350. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  351. [0:0] -A FORWARD -j neutron-filter-top
  352. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  353. [0:0] -A OUTPUT -j neutron-filter-top
  354. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  355. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  356. [0:0] -A neutron-l3-agent-INPUT -m mark --mark 0x1/0xffff -j ACCEPT
  357. [0:0] -A neutron-l3-agent-INPUT -p tcp -m tcp --dport 9697 -j DROP
  358. COMMIT
  359. # Completed on Tue Aug 11 12:45:20 2015
  360. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  361. *mangle
  362. :PREROUTING ACCEPT [0:0]
  363. :INPUT ACCEPT [0:0]
  364. :FORWARD ACCEPT [0:0]
  365. :OUTPUT ACCEPT [0:0]
  366. :POSTROUTING ACCEPT [0:0]
  367. :neutron-l3-agent-FORWARD - [0:0]
  368. :neutron-l3-agent-INPUT - [0:0]
  369. :neutron-l3-agent-OUTPUT - [0:0]
  370. :neutron-l3-agent-POSTROUTING - [0:0]
  371. :neutron-l3-agent-PREROUTING - [0:0]
  372. :neutron-l3-agent-mark - [0:0]
  373. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  374. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  375. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  376. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  377. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  378. [0:0] -A neutron-l3-agent-PREROUTING -j neutron-l3-agent-mark
  379. [0:0] -A neutron-l3-agent-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j MARK --set-xmark 0x1/0xffff
  380. COMMIT
  381. # Completed on Tue Aug 11 12:45:20 2015
  382. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  383. *nat
  384. :PREROUTING ACCEPT [0:0]
  385. :INPUT ACCEPT [0:0]
  386. :OUTPUT ACCEPT [0:0]
  387. :POSTROUTING ACCEPT [0:0]
  388. :neutron-l3-agent-OUTPUT - [0:0]
  389. :neutron-l3-agent-POSTROUTING - [0:0]
  390. :neutron-l3-agent-PREROUTING - [0:0]
  391. :neutron-l3-agent-float-snat - [0:0]
  392. :neutron-l3-agent-snat - [0:0]
  393. :neutron-postrouting-bottom - [0:0]
  394. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  395. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  396. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  397. [0:0] -A POSTROUTING -j neutron-postrouting-bottom
  398. [0:0] -A neutron-l3-agent-PREROUTING -d 169.254.169.254/32 -i qr-+ -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 9697
  399. [0:0] -A neutron-l3-agent-snat -j neutron-l3-agent-float-snat
  400. [0:0] -A neutron-postrouting-bottom -m comment --comment "Perform source NAT on outgoing traffic." -j neutron-l3-agent-snat
  401. COMMIT
  402. # Completed on Tue Aug 11 12:45:20 2015
  403. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  404. *raw
  405. :PREROUTING ACCEPT [0:0]
  406. :OUTPUT ACCEPT [0:0]
  407. :neutron-l3-agent-OUTPUT - [0:0]
  408. :neutron-l3-agent-PREROUTING - [0:0]
  409. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  410. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  411. COMMIT
  412. # Completed on Tue Aug 11 12:45:20 2015
  413.  
  414. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  415. 2015-08-11 12:45:20.617 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-restore', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  416. 2015-08-11 12:45:20.652 DEBUG neutron.agent.linux.utils [-]
  417. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'iptables-restore', '-c']
  418. Exit code: 0
  419. Stdin: # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  420. *filter
  421. :INPUT ACCEPT [0:0]
  422. :FORWARD ACCEPT [0:0]
  423. :neutron-filter-top - [0:0]
  424. :neutron-l3-agent-FORWARD - [0:0]
  425. :neutron-l3-agent-INPUT - [0:0]
  426. :neutron-l3-agent-OUTPUT - [0:0]
  427. :neutron-l3-agent-local - [0:0]
  428. [0:0] -A FORWARD -j neutron-filter-top
  429. [0:0] -A OUTPUT -j neutron-filter-top
  430. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  431. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  432. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  433. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  434. [0:0] -A neutron-l3-agent-INPUT -m mark --mark 0x1/0xffff -j ACCEPT
  435. [0:0] -A neutron-l3-agent-INPUT -p tcp -m tcp --dport 9697 -j DROP
  436. :OUTPUT ACCEPT [0:0]
  437. COMMIT
  438. # Completed on Tue Aug 11 12:45:20 2015
  439. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  440. *mangle
  441. :PREROUTING ACCEPT [0:0]
  442. :INPUT ACCEPT [0:0]
  443. :FORWARD ACCEPT [0:0]
  444. :OUTPUT ACCEPT [0:0]
  445. :POSTROUTING ACCEPT [0:0]
  446. :neutron-l3-agent-FORWARD - [0:0]
  447. :neutron-l3-agent-INPUT - [0:0]
  448. :neutron-l3-agent-OUTPUT - [0:0]
  449. :neutron-l3-agent-POSTROUTING - [0:0]
  450. :neutron-l3-agent-PREROUTING - [0:0]
  451. :neutron-l3-agent-mark - [0:0]
  452. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  453. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  454. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  455. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  456. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  457. [0:0] -A neutron-l3-agent-PREROUTING -j neutron-l3-agent-mark
  458. [0:0] -A neutron-l3-agent-PREROUTING -d 169.254.169.254/32 -p tcp -m tcp --dport 80 -j MARK --set-xmark 0x1/0xffff
  459. COMMIT
  460. # Completed on Tue Aug 11 12:45:20 2015
  461. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  462. *nat
  463. :PREROUTING ACCEPT [0:0]
  464. :INPUT ACCEPT [0:0]
  465. :OUTPUT ACCEPT [0:0]
  466. :POSTROUTING ACCEPT [0:0]
  467. :neutron-postrouting-bottom - [0:0]
  468. :neutron-l3-agent-OUTPUT - [0:0]
  469. :neutron-l3-agent-POSTROUTING - [0:0]
  470. :neutron-l3-agent-PREROUTING - [0:0]
  471. :neutron-l3-agent-float-snat - [0:0]
  472. :neutron-l3-agent-snat - [0:0]
  473. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  474. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  475. [0:0] -A POSTROUTING -j neutron-l3-agent-POSTROUTING
  476. [0:0] -A POSTROUTING -j neutron-postrouting-bottom
  477. [0:0] -A neutron-postrouting-bottom -m comment --comment "Perform source NAT on outgoing traffic." -j neutron-l3-agent-snat
  478. [0:0] -A neutron-l3-agent-snat -j neutron-l3-agent-float-snat
  479. [0:0] -A neutron-l3-agent-PREROUTING -d 169.254.169.254/32 -i qr-+ -p tcp -m tcp --dport 80 -j REDIRECT --to-port 9697
  480. COMMIT
  481. # Completed on Tue Aug 11 12:45:20 2015
  482. # Generated by iptables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  483. *raw
  484. :PREROUTING ACCEPT [0:0]
  485. :OUTPUT ACCEPT [0:0]
  486. :neutron-l3-agent-OUTPUT - [0:0]
  487. :neutron-l3-agent-PREROUTING - [0:0]
  488. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  489. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  490. COMMIT
  491. # Completed on Tue Aug 11 12:45:20 2015
  492.  
  493. Stdout:
  494. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  495. 2015-08-11 12:45:20.652 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-save', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  496. 2015-08-11 12:45:20.688 DEBUG neutron.agent.linux.utils [-]
  497. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-save', '-c']
  498. Exit code: 0
  499. Stdin:
  500. Stdout: # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  501. *filter
  502. :INPUT ACCEPT [0:0]
  503. :FORWARD ACCEPT [0:0]
  504. :OUTPUT ACCEPT [0:0]
  505. :neutron-filter-top - [0:0]
  506. :neutron-l3-agent-FORWARD - [0:0]
  507. :neutron-l3-agent-INPUT - [0:0]
  508. :neutron-l3-agent-OUTPUT - [0:0]
  509. :neutron-l3-agent-local - [0:0]
  510. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  511. [0:0] -A FORWARD -j neutron-filter-top
  512. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  513. [0:0] -A OUTPUT -j neutron-filter-top
  514. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  515. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  516. COMMIT
  517. # Completed on Tue Aug 11 12:45:20 2015
  518. # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  519. *raw
  520. :PREROUTING ACCEPT [0:0]
  521. :OUTPUT ACCEPT [0:0]
  522. :neutron-l3-agent-OUTPUT - [0:0]
  523. :neutron-l3-agent-PREROUTING - [0:0]
  524. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  525. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  526. COMMIT
  527. # Completed on Tue Aug 11 12:45:20 2015
  528.  
  529. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  530. 2015-08-11 12:45:20.688 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-restore', '-c'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  531. 2015-08-11 12:45:20.728 DEBUG neutron.agent.linux.utils [-]
  532. Command: ['ip', 'netns', 'exec', u'qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f', 'ip6tables-restore', '-c']
  533. Exit code: 0
  534. Stdin: # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  535. *filter
  536. :INPUT ACCEPT [0:0]
  537. :FORWARD ACCEPT [0:0]
  538. :neutron-filter-top - [0:0]
  539. :neutron-l3-agent-FORWARD - [0:0]
  540. :neutron-l3-agent-INPUT - [0:0]
  541. :neutron-l3-agent-OUTPUT - [0:0]
  542. :neutron-l3-agent-local - [0:0]
  543. [0:0] -A FORWARD -j neutron-filter-top
  544. [0:0] -A OUTPUT -j neutron-filter-top
  545. [0:0] -A neutron-filter-top -j neutron-l3-agent-local
  546. [0:0] -A INPUT -j neutron-l3-agent-INPUT
  547. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  548. [0:0] -A FORWARD -j neutron-l3-agent-FORWARD
  549. :OUTPUT ACCEPT [0:0]
  550. COMMIT
  551. # Completed on Tue Aug 11 12:45:20 2015
  552. # Generated by ip6tables-save v1.4.21 on Tue Aug 11 12:45:20 2015
  553. *raw
  554. :PREROUTING ACCEPT [0:0]
  555. :OUTPUT ACCEPT [0:0]
  556. :neutron-l3-agent-OUTPUT - [0:0]
  557. :neutron-l3-agent-PREROUTING - [0:0]
  558. [0:0] -A PREROUTING -j neutron-l3-agent-PREROUTING
  559. [0:0] -A OUTPUT -j neutron-l3-agent-OUTPUT
  560. COMMIT
  561. # Completed on Tue Aug 11 12:45:20 2015
  562.  
  563. Stdout:
  564. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  565. 2015-08-11 12:45:20.728 DEBUG neutron.agent.linux.iptables_manager [-] IPTablesManager.apply completed with success from (pid=131416) _apply_synchronized /opt/openstack/neutron/neutron/agent/linux/iptables_manager.py:481
  566. 2015-08-11 12:45:20.728 DEBUG oslo_concurrency.lockutils [-] Releasing semaphore "iptables-qrouter-fe7ac2f4-d7bf-4671-813c-d923cedeb12f" from (pid=131416) lock /usr/local/lib/python2.7/dist-packages/oslo_concurrency/lockutils.py:210
  567. 2015-08-11 12:45:20.728 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['ip', 'netns', 'exec', 'fip-677213ca-5863-4fb7-a927-92e49978708e', 'ip', '-o', 'link', 'show', 'fpr-fe7ac2f4-d'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  568. 2015-08-11 12:45:20.731 DEBUG neutron.agent.linux.utils [-]
  569. Command: ['ip', 'netns', 'exec', 'fip-677213ca-5863-4fb7-a927-92e49978708e', 'ip', '-o', 'link', 'show', u'fpr-fe7ac2f4-d']
  570. Exit code: 1
  571. Stdin:
  572. Stdout:
  573. Stderr: Cannot open network namespace "fip-677213ca-5863-4fb7-a927-92e49978708e": No such file or directory
  574. from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  575. 2015-08-11 12:45:20.731 DEBUG neutron.agent.l3.router_info [-] No Interface for floating IPs router: fe7ac2f4-d7bf-4671-813c-d923cedeb12f from (pid=131416) process_floating_ip_addresses /opt/openstack/neutron/neutron/agent/l3/router_info.py:213
  576. 2015-08-11 12:45:20.732 DEBUG neutron.agent.linux.utils [-] Running command (rootwrap daemon): ['kill', '-HUP', '148275'] from (pid=131416) execute_rootwrap_daemon /opt/openstack/neutron/neutron/agent/linux/utils.py:101
  577. 2015-08-11 12:45:20.734 DEBUG neutron.agent.linux.utils [-]
  578. Command: ['kill', '-HUP', 148275]
  579. Exit code: 0
  580. Stdin:
  581. Stdout:
  582. Stderr: from (pid=131416) execute /opt/openstack/neutron/neutron/agent/linux/utils.py:135
  583. 2015-08-11 12:45:20.735 DEBUG neutron.agent.linux.keepalived [-] Keepalived spawned with config /opt/openstack/data/neutron/ha_confs/fe7ac2f4-d7bf-4671-813c-d923cedeb12f/keepalived.conf from (pid=131416) spawn /opt/openstack/neutron/neutron/agent/linux/keepalived.py:387
  584. 2015-08-11 12:45:20.735 DEBUG neutron.callbacks.manager [-] Notify callbacks for router, after_update from (pid=131416) _notify_loop /opt/openstack/neutron/neutron/callbacks/manager.py:135
  585. 2015-08-11 12:45:20.735 DEBUG neutron.agent.l3.agent [-] Finished a router update for fe7ac2f4-d7bf-4671-813c-d923cedeb12f from (pid=131416) _process_router_update /opt/openstack/neutron/neutron/agent/l3/agent.py:493
  586. 2015-08-11 12:45:27.798 DEBUG oslo_service.loopingcall [-] Fixed interval looping call <bound method L3NATAgentWithStateReport._report_state of <neutron.agent.l3.agent.L3NATAgentWithStateReport object at 0x7f2349fc0550>> sleeping for 30.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
  587. 2015-08-11 12:45:27.805 DEBUG oslo_service.loopingcall [-] Fixed interval looping call <bound method Service.report_state of <neutron.service.Service object at 0x7f2349fc04d0>> sleeping for 30.00 seconds from (pid=131416) _run_loop /usr/local/lib/python2.7/dist-packages/oslo_service/loopingcall.py:117
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement