Advertisement
gregmark

OpenStack or Bust, Part 7: net node, successful start logs

Mar 11th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.34 KB | None | 0 0
  1. #########################
  2. ### openvswitch-agent ###
  3. #########################
  4. 2013-03-11 17:48:01     INFO [quantum.common.config] Logging enabled!
  5. 2013-03-11 17:48:01     INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Bridge mappings: {'physnet1': 'br-eth1'}
  6. 2013-03-11 17:48:02     INFO [quantum.openstack.common.rpc.common] Connected to AMQP server on 192.168.241.100:5672
  7. 2013-03-11 17:48:02     INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Agent initialized successfully, now running...
  8. 2013-03-11 17:48:02     INFO [quantum.plugins.openvswitch.agent.ovs_quantum_agent] Agent out of sync with plugin!
  9.  
  10. ##################
  11. ### dhcp-agent ###
  12. ##################
  13. 2013-03-11 17:48:02     INFO [quantum.openstack.common.rpc.common] Connected to AMQP server on 192.168.241.100:5672
  14.  
  15. ################
  16. ### l3-agent ###
  17. ################
  18. 2013-03-11 18:09:04     INFO [quantum.common.config] Logging enabled!
  19. 2013-03-11 18:09:04    DEBUG [quantum.agent.linux.utils] Running command: sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf ip netns list
  20. 2013-03-11 18:09:04    DEBUG [quantum.agent.linux.utils]
  21. Command: ['sudo', '/usr/bin/quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ip', 'netns', 'list']
  22. Exit code: 0
  23. Stdout: ''
  24. Stderr: ''
  25.  
  26. ###
  27. ### http://chavezy.wordpress.com/2013/03/02/openstack-or-bust-part-1/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement