Re: [Openstack] [NetStack] Quantum Service API extension proposal

2011-05-26 Thread Jorge Williams
Hi Ying, The query should look something like this: Openstack.foo.com/path/to/quantum/v1.0/extensions In most cases it may look like this quantum.foo.com/v1.0/extensions It's important to note that extensions are always interpreted in relation to a particular version of a core API. That's be

Re: [Openstack] [NetStack] Quantum Service API extension proposal

2011-05-26 Thread Ying Liu (yinliu2)
Hi Jorge, A quick question about the extension mechanisms you described at the summit. On page 19, the extension is queryable via /extensions. Could you give an example of full URI for this query service? Is it something like: Openstack.foo.com/openstack/network/extensions Or Open

Re: [Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread Ziad Sawalha
Hi Devin – the blueprint and spec for multi-tenant-accounting introduced the concept of tenant: https://blueprints.launchpad.net/nova/+spec/multi-tenant-accounting In various discussions at the design summit in San Antonio and as noted in the whiteboard for the spec, the concept of tenant was i

Re: [Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread Devin Carlen
Hi Ziad, This is great progress! The first question that pops up for me is where are you drawing the distinction between multi-tenancy and the concept of "projects" as exists today in nova? Are tenants the answer to this, and is the difference purely semantic? Thanks, Devin On May 26, 2011

[Openstack] Proposal for Dashboard as an official OpenStack project

2011-05-26 Thread Devin Carlen
Hello all, For quite a while now, the OpenStack Dashboard has existed as an incubation project. There is quite a bit of development effort going into it now from a number of different companies. Current projects underway include, but are not limited to: * swift support * internationali

Re: [Openstack] DRBD storage for Openstack installations

2011-05-26 Thread 郭耀謙
Hello Diego , How's your new release version Is that good to work ? I did not test it . Maybe I'll play with new release next week. btw , the test cloud for myself which made by Stackops is still running well . Just say hi and a report Cheers HugoKuo 2011/5/26 Diego Parrilla Santamaría > H

Re: [Openstack] DRBD storage for Openstack installations

2011-05-26 Thread 郭耀謙
Thanks Oleg , It's a good experience share. Especially the live-migration and snapshot section . It's really valuable for me. Our approach is very similar withe mirantis. The difference is on storage device , AMI has product our own Storage device for backup etc. What I have to operate just set iS

Re: [Openstack] DRBD storage for Openstack installations

2011-05-26 Thread Peter J. Pouliot
Greetings Programs, We to have been toying with a similar idea in our lab. We are using the same model as Oleg, for existing clouds. The current OpenStack paradigm is a bit different. Having not read all his info yet, I hope they include service resources for the openstacks bits configure

Re: [Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread Ziad Sawalha
Hi James – this is interesting work. Desire to incorporate it into Keystone will increase when and if it gains traction. Either way, if this is something someone (you?) wants to implement as a keystone plug-in, that's why we made it pluggable. Reconfirming also that we're specifically not tryin

Re: [Openstack] Getting pagination right

2011-05-26 Thread Michael Barton
On Wed, May 25, 2011 at 2:40 PM, Jay Pipes wrote: > The pagination in Swift is not consistent. Inserts into the Swift > databases in between the time of the initial query and the requesting > the "next page" can result in rows from the original first page > getting on the new second page. No, yo

Re: [Openstack] DRBD storage for Openstack installations

2011-05-26 Thread Diego Parrilla Santamaría
Hi Oleg, thank you very much for your post, it's really didactic. We are taking a different approach for HA at storage level, but I have worked formerly with DRBD and I think it's a very good choice. I'm curious about how you have deployed nova-volume nodes in your architecture. You don't specify

Re: [Openstack] Nova not building on SID with python2.7

2011-05-26 Thread Thomas Goirand
- Original message - > So, first you need to get a fresh snapshot of pyopenssl (or backport > the patch for the removed SSLv2 stuff to a released version) built. > Then you need to get eventlet built against this new pyopenssl snapshot. > Then you can build Nova with Python 2.7. This does

[Openstack] problem with crating Image

2011-05-26 Thread abbou khalid
Hi, we use : " image="ubuntu1010-UEC-localuser-image.tar.gz" wget http://c0179148.cdn1.cloudfiles.rackspacecloud.com/ ubuntu1010-UEC-localuser-image.tar.gz uec-publish-tarball $image wpbucket x86_64 " if we "" and if we want to do it locally? ie in a single physical server is what? Thnks --

[Openstack] DRBD storage for Openstack installations

2011-05-26 Thread Oleg Gelbukh
Hi, We were researching Openstack for our private cloud, and want to share experience and get tips from community as we go on. We have settled on DRBD as shared storage platform for our installation. LVM is used over the drbd device to mange logical volumes. OCFS2 file system is created on one of

Re: [Openstack] Nova not building on SID with python2.7

2011-05-26 Thread Soren Hansen
2011/5/26 Thomas Goirand : > On 05/20/2011 06:15 AM, Soren Hansen wrote: >>> Since SID is using python2.7, there's loads of errors, and building Nova >>> simply doesn't work. >> Can you be more specific? Ubuntu has been on Python 2.7 since Natty, >> so it most definitely should work. > Below is jus

Re: [Openstack] Nova not building on SID with python2.7

2011-05-26 Thread Thomas Goirand
There we go, we got the answer. Now, most likely, Ubuntu will be affected. Let's hope the transition is smoother than in Debian. Of course, this is currently a blocker for me to upload Nova in SID (Swift and Glance have already been uploaded to Experimental, it's just waiting for FTP-Masters appr

Re: [Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread James Weir
Hi, Unsure if this is interesting also to consider under the keystone project: http://www.w3.org/wiki/Foaf+ssl This is more for social web, but might be interesting for user authentication. Regards James On 5/26/11 9:04 AM, Ziad Sawalha wrote: Hi Everyone! It's been a while since the su

Re: [Openstack] Nova not building on SID with python2.7

2011-05-26 Thread Thomas Goirand
On 05/20/2011 06:15 AM, Soren Hansen wrote: > 2011/5/19 Thomas Goirand : >> Since SID is using python2.7, there's loads of errors, and building Nova >> simply doesn't work. > > Can you be more specific? Ubuntu has been on Python 2.7 since Natty, > so it most definitely should work. Below is just

[Openstack] Keystone Release #1 - seeking community input

2011-05-26 Thread Ziad Sawalha
Hi Everyone! It's been a while since the summit in Santa Clara. It was great meeting with everyone who was there – looking forward to the next one! Since the summit, we've been working on Keystone and figuring out how to integrate it into OpenStack (Nova, Swift, Glance, and the dashboard). Ther