[Openstack] Keystone + Euca2ools

2012-01-04 Thread Kevin Jackson
Hi All, Is it possible to be pointed in the direction of where Keystone is up to with euca2ools? I noticed a post from a short while back on some patch required to make Keystone work with euca2ools - what are the plans around this? Are there any instructions on this? Cheers, Kev

Re: [Openstack] Several questions about HOW SWIFT WORKS

2012-01-04 Thread Chmouel Boudjnah
On Tue, Jan 3, 2012 at 6:32 PM, Alejandro Comisario alejandro.comisa...@mercadolibre.com wrote: # 1 we have memcache service running on each proxy, so as far as we know, memcache actually caches keystone tokens and object paths as the request ( W.R.T the keystone token caching; in trunk the

[Openstack] Presence in Fosdem 2012

2012-01-04 Thread Zeeshan Ali Shah
Hi, will Openstack present in Fosdem 2012 ? http://fosdem.org/2012 BR Zeeshan ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Presence in Fosdem 2012

2012-01-04 Thread Chmouel Boudjnah
Hi, Thierry sent an email that a room has been booked for OpenStack, see his email here: http://www.mail-archive.com/openstack@lists.launchpad.net/msg05389.html Chmouel. On Wed, Jan 4, 2012 at 11:08 AM, Zeeshan Ali Shah zas...@pdc.kth.se wrote: Hi, will Openstack present in Fosdem 2012 ?

Re: [Openstack] Presence in Fosdem 2012

2012-01-04 Thread Thierry Carrez
Zeeshan Ali Shah wrote: Hi, will Openstack present in Fosdem 2012 ? http://fosdem.org/2012 Yes, we'll be heavily present in the Open source Virtualization and Cloud devroom. Expect ~3 hours of OpenStack goodness. The schedule should be announced in the next days. -- Thierry Carrez (ttx)

Re: [Openstack] Keystone + Euca2ools

2012-01-04 Thread Razique Mahroua
Yup,You need two things :1- enable the Keystone pipeline into nova.conf and api-paste.ini2- modify files :/usr/local/lib/python2.6/dist-packages/keystone-1.0-py2.6.egg/keystone/middleware/ec2_token.pyreplace : o = urlparse(FLAGS.keystone_ec1_url)by o = urlparse(FLAGS.keystone_ec2_url)and token_id

Re: [Openstack] [OpenStack] OpenStack with Xen

2012-01-04 Thread jeffrey coho
Hi, Does the nova-compute DomU need to be a PV guest? I have it now on a HVM guest,which it is causing the problem * Errno 2: No such file or directory: '/sys/hypervisor/uuid'.* ** If so ,what should i do if i still want to use this HVM without reinstalling everything again on a PV

[Openstack] OpenStack PPA team

2012-01-04 Thread Thierry Carrez
Hi everyone, TL;DR summary: An openstack-ppa [1] team in Launchpad was created to take clear responsibility of maintaining the various OpenStack PPAs. Those will be reworked in order to fill holes not covered in our distribution landscape and to avoid carrying false expectations. Long version:

Re: [Openstack] Integration test gating on trunk

2012-01-04 Thread Dan Prince
Hi Jim, A couple of questions for you: 1) You mentioned how to coordinate changes between glance and nova but what about devstack. Does that same process apply to devstack as well? For example if there were a configuration file change (api-paste changes often and can cause failures) would

Re: [Openstack] [OpenStack] OpenStack with Xen

2012-01-04 Thread Todd Deshane
On Wed, Jan 4, 2012 at 9:06 AM, jeffrey coho jeffreycohob...@gmail.com wrote: Hi,    Does the nova-compute DomU need to be a PV guest? Yes, I think so. I don't know if it is possible to expose that to an HVM guest. You could ask on the Xen mailing lists. I have it now on a HVM guest,which it

Re: [Openstack] openstack-common

2012-01-04 Thread Mark Washenberger
Openstack-common could be great. There are lots of use cases that make a lot of sense to put in openstack common. Configuration loading, context, some aspects of logging, wsgi middleware, some parts of utils--those seem to me like great opportunities to save time and effort, both writing and

Re: [Openstack] Integration test gating on trunk

2012-01-04 Thread James E. Blair
Dan Prince dan.pri...@rackspace.com writes: Hi Jim, A couple of questions for you: 1) You mentioned how to coordinate changes between glance and nova but what about devstack. Does that same process apply to devstack as well? For example if there were a configuration file change

Re: [Openstack] Using Gerrit to verify the CLA

2012-01-04 Thread James E. Blair
Mark McLoughlin mar...@redhat.com writes: Nice work. Do you have a sense of how many past contributors haven't signed the CLA or added themselves to the wiki? I don't know. Also, how does this work for the corporate CLA? We're not changing the CLA process at all, so the existing process

Re: [Openstack] Tempita usage?

2012-01-04 Thread Jay Pipes
No argument from me. Feel free to propose a branch that does the things you describe below. I'm sure you'll get feedback in code review :) Cheers! -jay On Tue, Jan 3, 2012 at 2:17 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: I was wondering if there has been any thought or consideration of

[Openstack] swift release 1.4.5

2012-01-04 Thread John Dickinson
It's time again for a swift release. We have cut the swift 1.4.5 release and it's headed to QA. We expect it to be validated by the end of this week and it should land for public use early next week. Below is the changelog for this release. The highlights are the swift-orphans and swift-oldies

Re: [Openstack] Tempita usage?

2012-01-04 Thread Duncan McGreggor
Fwiw, I'm +1 on this :-) I look forward to reviewing the branch... d On 04 Jan 2012 - 14:51, Jay Pipes wrote: No argument from me. Feel free to propose a branch that does the things you describe below. I'm sure you'll get feedback in code review :) Cheers! -jay On Tue, Jan 3, 2012 at

Re: [Openstack] swift release 1.4.5

2012-01-04 Thread Thierry Carrez
John Dickinson wrote: It's time again for a swift release. We have cut the swift 1.4.5 release and it's headed to QA. We expect it to be validated by the end of this week and it should land for public use early next week. [...] From an OpenStack release management perspective, we'll cut a

Re: [Openstack] Do we really need a CLA? [was Re: Using Gerrit to verify the CLA]

2012-01-04 Thread Mark McLoughlin
Hi Rick, On Tue, 2012-01-03 at 09:02 -0600, Rick Clark wrote: Hey Mark, First of all, orthogonally, we are very lucky to not have Copyright Assignment crushing this project. That is what the management at Rackspace wanted, only NASA's inability to sign such a document prevented it.

Re: [Openstack] [OpenStack] OpenStack with Xen

2012-01-04 Thread Ewan Mellor
Yes, it needs to be a PV VM at the moment. It needs to know the UUID of the VM that it lives in, which is why it's looking in /sys/hypervisor/uuid. We could add a flag to OpenStack to let you pass this in, but there's not really any point, because the performance with the PV VM will be far

[Openstack] Update on integration test gating

2012-01-04 Thread James E. Blair
Hi, We encountered some problems today that delayed several patches from going in (I believe they have all been merged now). It was a bit of a rough day, but I'm pleased that several people pitched in to help identify and solve those problems, and we've made some good progress overall. Here's a

[Openstack] Nova HACKING compliance testing tool

2012-01-04 Thread Joe Gordon
Hi Everyone, I have started working on a tool to test for nova HACKING compliance. Although I have implemented only three rules (more on the way), it already flags 115 HACKING compliance issues. If you are interested in adding more tests or fixing some current problems, the code can be found on

Re: [Openstack] [OpenStack Foundation] OpenStack Mission Goals

2012-01-04 Thread Jan Drake
Added the general list because this needs awareness. I think the idea that commuity pressure should be required is bullshit. That's a weakness of the leaders of the community. They don't get off the hook because the community isn't yammering at them... otherwise we'd vote on every damned

Re: [Openstack] Nova HACKING compliance testing tool

2012-01-04 Thread Monty Taylor
Hey! Awesome. I think this is a great idea. FWIW, Jason Kölker made a nose plugin that does pep8 called tissue: https://github.com/jkoelker/tissue I think tissue should probably stay tissue, as pep8 integration for nose is a thing that non-openstack folks would need. But it might be nice to