Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread darkfower
o,thanks 2011/12/2 Leandro Reox : > This might be a bug > > .launchpad.net/horizon/+bug/876663 > > The fix that was backported into Diablo/stable was to retry connections a > few times. Here's info about the fix: https:// > review.openstack.org/#change,1661 > > On Dec 1, 2011 11:16 PM, "darkfower"

Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread Leandro Reox
This might be a bug .launchpad.net/horizon/+bug/876663 The fix that was backported into Diablo/stable was to retry connections a few times. Here's info about the fix: https:// review.openstack.org/#change,1661 On Dec 1, 2011 11:16 PM, "darkfower" wrote: > hi,nova.conf as follow: > > #general >

Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread darkfower
hi,nova.conf as follow: #general --logdir=/var/log/nova --state_path=/var/lib/nova --lock_path=/var/lock/nova --verbose=True --use_syslog=False #nova-objectstore --use_s3=True --s3_host=192.168.1.2 --s3_port= #rabbit --rabbit_host=192.168.1.2 --rabbit_port=5672 --rabbit_password=16bcb168c55b9f

Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread Leandro Reox
Hi Thats an sqlalchemy error, what database backend are you using ? That error is that actually youre not closing connections and they are not returning to the pool Regards On Thu, Dec 1, 2011 at 7:04 AM, darkfower wrote: > hi ,everybody > > nova compute node error : > > 2011-12-01 17:35:52,87