Advertisement
Guest User

Untitled

a guest
Jan 1st, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. I am running:
  2. nova network-create vmnet --fixed-range-v4=192.168.22.0/24 --bridge-interface=br100 --multi-host=T
  3.  
  4. and in the log files I am getting:
  5. 2014-01-02 00:07:10.978 21916 INFO nova.openstack.common.rpc.common [req-2d3ec6f8-159e-41fb-83d4-ccea44e4a98e abecb6da3a8643daa9e580c4ec61a6a2 a0edd2a531bb41e6b17e0fd644bfd494] Reconnecting to AMQP server on localhost:5672
  6. 2014-01-02 00:07:13.989 21916 ERROR nova.openstack.common.rpc.common [req-2d3ec6f8-159e-41fb-83d4-ccea44e4a98e abecb6da3a8643daa9e580c4ec61a6a2 a0edd2a531bb41e6b17e0fd644bfd494] AMQP server on localhost:5672 is unreachable: Socket closed. Trying again in 30 seconds.
  7.  
  8. Something comes to the rabbitmq since I see this in its' log:
  9. =ERROR REPORT==== 2-Jan-2014::00:09:08 ===
  10. closing AMQP connection <0.3326.0> (127.0.0.1:48220 -> 127.0.0.1:5672):
  11. {handshake_error,starting,0,
  12. {amqp_error,access_refused,
  13. "AMQPLAIN login refused: user 'guest' - invalid credentials",
  14. 'connection.start_ok'}}
  15.  
  16. =INFO REPORT==== 2-Jan-2014::00:09:23 ===
  17. accepting AMQP connection <0.3355.0> (127.0.0.1:48221 -> 127.0.0.1:5672)
  18.  
  19. Part of /etc/nova/nova.conf:
  20. rabbit_host = controller
  21. rabbit_password = pass
  22. rabbit_port = 5672
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement