Re: [Openstack] use php to make container public or not

2011-11-23 Thread Hugo
Appreciate it Thanks Hugo's iPhone pf shineyear shin...@gmail.com 於 2011/11/23 12:47 寫道: php curl have a shit feature: can not post an empty http header, so if you want to perform a command like this in php: swift -A http://10.38.10.127:8080/auth/v1.0 -U AUTH_testa27:AUTH_testu27 -K

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Leandro Reox
Hi Hugo, We changed out everything to keystone2 , now we're getting a 404 when we try to create the container, maybe the account autocreation is not working properly any thoughts ? Regards On Wed, Nov 23, 2011 at 10:20 AM, Kuo Hugo tonyt...@gmail.com wrote: Hi Leandro , Post on launchpad QA

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Leandro Reox
Im getting 404 with both tools, curl and swift , we're using the repo where you commited 41 minutes ago Regards On Wed, Nov 23, 2011 at 10:51 AM, Chmouel Boudjnah chmo...@openstack.orgwrote: Hi, Which version did you use for keystone2 from cloudbuilders github trunk? can you try again (I

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Kuo Hugo
Need more informations . Maybe you can check the log of keystone , verifying where's the 404 come from If keystone log tell you that it already return 200 to swift . I think the 404 is returned from swift. the 404 bad request , should be log in proxy log and keystone log. -- +Hugo

[Openstack] Recommendation: Image Launcher for Lab

2011-11-23 Thread Frans Thamura
hi all any tips to make a script to make all image become x images, and automatically re-image. this is the scenario i want to make openstack as the platform for education, and there are 30-PC in the lab, and 1 server 1 server will act as cloud server, with 30 images. so every student can

[Openstack] [QA] Team IRC meeting moved back one hour

2011-11-23 Thread Jay Pipes
Hi QAers! So, to make West Coast US folks a little happier, we are moving the regular Wednesday IRC meeting for the QA team back one hour: 9am PST 12pm EST 5pm UTC See you all there :) Cheers, -jay ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Recommendation: Image Launcher for Lab

2011-11-23 Thread Jay Pipes
I would recommend using Orchestra: http://cloud.ubuntu.com/2011/10/getting-started-with-ubuntu-orchestra-servers-in-concert/ Cheers! -jay On Wed, Nov 23, 2011 at 9:49 AM, Frans Thamura fr...@meruvian.org wrote: hi all any tips to make a script to make all image become x images, and

[Openstack] Contributor Introduction: Lloyd Dewolf

2011-11-23 Thread Lloyd Dewolf
Hello stackers! This is an email to introduce myself. Summary: I'm looking forward to participating in the OpenStack movement! Hooah! You may know me as my stage name Lloyd Budd [1] from the still hit TV show WordPress, where I've participated these last 6 years, the last 5 working for

Re: [Openstack] [QA] Team IRC meeting moved back one hour

2011-11-23 Thread Thierry Carrez
Jay Pipes wrote: Hi QAers! So, to make West Coast US folks a little happier, we are moving the regular Wednesday IRC meeting for the QA team back one hour: 9am PST 12pm EST 5pm UTC Updated the gCal and http://wiki.openstack.org/Meetings -- Thierry Carrez (ttx) Release Manager,

Re: [Openstack] [QA] Team IRC meeting moved back one hour

2011-11-23 Thread Jay Pipes
Thank you, Thierry :) On Wed, Nov 23, 2011 at 10:10 AM, Thierry Carrez thie...@openstack.org wrote: Jay Pipes wrote: Hi QAers! So, to make West Coast US folks a little happier, we are moving the regular Wednesday IRC meeting for the QA team back one hour: 9am PST 12pm EST 5pm UTC

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

2011-11-23 Thread Sandy Walsh
Thanks Soren, I see what you're doing now and it makes perfect sense. It'll be a nice helper class. My only snipe would be that mox is generic to any library and this fake only gives the benefit to db operations. We have to remember It's a db operation, so I have to do this. It's another

Re: [Openstack] Contributor Introduction: Lloyd Dewolf

2011-11-23 Thread Thierry Carrez
Lloyd Dewolf wrote: Hello stackers! This is an email to introduce myself. Summary: I'm looking forward to participating in the OpenStack movement! Hooah! [...] Welcome, Lloyd ! Always good to see new motivated people join our technical community ! Are you on IRC yet ? -- Thierry

Re: [Openstack] the instance'ip lease time in DHCPflat mode

2011-11-23 Thread Vishvananda Ishaya
This is a bug. The dhcp least time flag is supposed to be used in place of the 120s. It must have been removed at some point. Can you please file a bug on launchpad. If you are able to submit a review request in gerrit as well, that would be fantastic. Vish On Nov 22, 2011, at 9:45 PM,

[Openstack] OpenStack Security Group

2011-11-23 Thread Lloyd Dewolf
Hello again, I'll be starting slowly with looking at documentation and the wiki. I always look at security first, and then try to stay away thereafter ;-) Problem: Currently a Google search for openstack security issue returns the wrong page:

[Openstack] Image contextualization

2011-11-23 Thread Belmiro Moreira
Hello everyone, I'm interested in the functionallity described in the blueprint: https://blueprints.launchpad.net/nova/+spec/configuration-drive It was implemented for Diablo but I can't find any reference in the documentation. How to use this feature? Thanks a lot, Belmiro

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

2011-11-23 Thread Soren Hansen
2011/11/23 Sandy Walsh sandy.wa...@rackspace.com: Thanks Soren, I see what you're doing now and it makes perfect sense. It'll be a nice helper class. Cool. My only snipe would be that mox is generic to any library and this fake only gives the benefit to db operations. We have to remember

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

2011-11-23 Thread Sandy Walsh
:) yeah, you're completely misunderstanding me. So, you've made a much better StubOutWithMock() and slightly better stubs.Set() by (essentially) ignoring the method parameter checks and just focusing on the return type. Using your example: def test_something(self): def

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

2011-11-23 Thread Sandy Walsh
I understand what you're proposing, but I'm backtracking a little. (my kingdom for you and a whiteboard in the same room :) I think that you could have a hybrid of your db.do_something(desired_return_value) and self.stubs.Set(nova.db, 'instance_get_by_uuid', fake_instance_get) (which I don't

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

2011-11-23 Thread Soren Hansen
2011/11/23 Sandy Walsh sandy.wa...@rackspace.com: I understand what you're proposing, but I'm backtracking a little. (my kingdom for you and a whiteboard in the same room :) Well, IRC would be a good start. :) I haven't seen you on IRC for days? I think that you could have a hybrid of your

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Marcelo Martins
Hi Leandro, If you search all swift services logs for the transaction Id returned what do you see ? Marcelo Martins Openstack-swift btorch...@zeroaccess.org “Knowledge is the wings on which our aspirations take flight and soar. When it comes to surfing and life if you know what to do

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

2011-11-23 Thread Sandy Walsh
haha ... worse email thread ever. I'll catch you on IRC ... we've diverged too far to make sense. -S From: Soren Hansen [so...@linux2go.dk] Sent: Wednesday, November 23, 2011 6:30 PM To: Sandy Walsh Cc: openstack@lists.launchpad.net Subject: Re:

Re: [Openstack] rpms for rhel5.x to install Open stack Object Storage

2011-11-23 Thread Lorin Hochstein
Hi Razique: Thanks. I've proposed adding these examples to the docs: https://review.openstack.org/1883 https://review.openstack.org/1888 Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Nov 23, 2011, at 2:44 AM,