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] [GLANCE] Proposal: Combine the "container_format" and "disk_format" fields in 2.0 Images API

2011-12-01 Thread Lorin Hochstein
On Dec 1, 2011, at 10:52 AM, Jay Pipes wrote: > What do people think of this proposal to combine the two into a single > "format" field? I think it's a good idea. When I was trying to figure out how to migrate the glance-upload examples to "glance add", I found it confusing that there were two

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

[Openstack] development document: about swift slogging system

2011-12-01 Thread pf shineyear
hi all i write a document about openstack swift distributed log system "slogging" http://wiki.openstack.org/development/swift/slogging if some one can put it into the development document i will very appreciate. thanks. ___ Mailing list: https://launc

Re: [Openstack] Keystone & Swift: swiftauth tenant namespace collisions?

2011-12-01 Thread Ziad Sawalha
OK, that helps. We have a blueprint to use a string ID instead of the integer in the database: https://blueprints.launchpad.net/keystone/+spec/portable-identifiers I think that will address your needs (eventually). We intend to deliver that without any API changes (the API supports string IDs)

Re: [Openstack] API specifications

2011-12-01 Thread Brian Waldon
Our consoles resource is not a part of the 1.1 (2.0) API. You are right in thinking it should be in the contrib directory. Additionally, it needs to be modified to act as an extension. Our current level of documentation of extensions is extremely lacking, so hopefully before Essex we can do a m

[Openstack] API specifications

2011-12-01 Thread Nachi Ueno
Hi Nova-cores Is the Console function in OS API 1.1 specs? (See https://bugs.launchpad.net/nova/+bug/898266) The implementation is not in contrib directory, so it didn't looks an extension. But as 898266 mentioned, it is not described in API docs. And also, I checked API spces from code. (I know

Re: [Openstack] [nova-testing] Efforts for Essex

2011-12-01 Thread Duncan McGreggor
On 30 Nov 2011 - 11:07, Duncan McGreggor wrote: > On Tue, Nov 29, 2011 at 12:21 PM, Soren Hansen wrote: > > It's been a bit over a week since I started this thread. So far we've > > agreed that running the test suite is too slow, mostly because there > > are too many things in there that aren't un

Re: [Openstack] boot from ISO

2011-12-01 Thread Michaël Van de Borne
That's right, it's a Xen*Server* only feature. I insist on XenServer because it's been implemented only inside the xenapi. If you wish to manage VMs using KVM or Xen hypervisor (the community hypervisor packaged in Linux distributions), this will utilize the libvirt API, and not XenAPI. So, on

[Openstack] [GLANCE] Proposal: Combine the "container_format" and "disk_format" fields in 2.0 Images API

2011-12-01 Thread Jay Pipes
Hey all, OK, so I'm almost done with Draft 3 of the OpenStack Images API 2.0 Proposal. While doing this, however, I have come to the conclusion that the container_format we added in the Cactus timeframe just makes things more confusing and should probably be removed. We have two fields in the cur

Re: [Openstack] boot from ISO

2011-12-01 Thread Anne Gentle
Thanks for the info! I've logged bug 898682 [1] to ensure it gets added to the documentation. Based on this note, is this a solution for Xen only? Is this the same as using a config drive? I had heard a config drive works on KVM but not Xen. If someone who's familiar with this area could work on

Re: [Openstack] boot from ISO

2011-12-01 Thread Razique Mahroua
Hi Michaël, that would be great if you can provide us an how-to for that that we will integrate into the documentation !Regards, Razique Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 1 déc. 2011 à 16:14, Michaël Van de Borne a écrit : It finally works. The problem was

Re: [Openstack] boot from ISO

2011-12-01 Thread Michaël Van de Borne
It finally works. The problem was the flag checks while looking for the ISO SR. inside the find_iso_sr method (in nova/virt/xenapi/vm_utils.py), I found that the ISO SR must have these settings: content type: iso other-config:i18n-key=local-storage-iso As far as I know, this wasn't documented

Re: [Openstack] reviewday

2011-12-01 Thread Gabe Westmaas
Sure! Sorry about that :) Torpedo is just the set of ruby tests that we have been using for a while to smoketest the API, separated into a project outside of VPC - the project that was running for a while on the jenkins server. Source is here: https://github.com/dprince/torpedo When one is hit

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

Re: [Openstack] Events in 2012 that OpenStack should not miss

2011-12-01 Thread Leandro Reox
I added LinuxCOn 2012 at Buenos Aires Argentina, Mercadolibre is doing big efforts to sponsor the event with oglobo Regards Leandro Reox Sr. Infraestructure engineer - mercadolibre.com On Thu, Dec 1, 2011 at 4:52 AM, Loic Dachary wrote: > ** > On 12/01/2011 02:45 AM, Stefano Maffulli wrote: >

[Openstack] nova compute node error [diablo]

2011-12-01 Thread darkfower
hi ,everybody nova compute node error : 2011-12-01 17:35:52,871 WARNING nova.compute.manager [-] Error during power_state sync: QueuePool limit of size 10 overflow 10 reached, connection timed out, timeout 30 2011-12-01 17:37:27,531 WARNING nova.compute.manager [-] Error during power_state sync:

Re: [Openstack] reviewday

2011-12-01 Thread Soren Hansen
Can you explain what some of the errors mean? For instance, for this merge proposal: https://review.openstack.org/#change,1950 the unit tests passed, but the libvirt tests were "Hit by Torpedo" and XenServer tests had a "Chef client timeout". Am I right to assume that at least the chef client