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

2012-01-05 Thread Thierry Carrez
Jan Drake wrote: 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

[Openstack] private containers and ACLs

2012-01-05 Thread Viral Patadiya
Hi, we are using swift + keystone in our POC setup. We want to know how to create private containers, and how to set ACLs using keystone + swift. Thanks, Viral ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] private containers and ACLs

2012-01-05 Thread Chmouel Boudjnah
You can use the swift tool for that, see the --help of the swift CLI tool and the documentation here: http://swift.openstack.org/misc.html#acls Chmouel. On 5 Jan 2012, at 13:59, Viral Patadiya wrote: Hi, we are using swift + keystone in our POC setup. We want to know how to create

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

2012-01-05 Thread Rick Clark
No offense Jonathan, but this seems like meaningless fluff. Does Rackspace have anyone dedicated to this fulltime? The lack of leadership on this is apparent. If this was important, appropriate dedicated resources would be assigned to it. As it is, it appears to be a stalling tactic. Rackspace

Re: [Openstack] Tempita usage?

2012-01-05 Thread Daniel P. Berrange
On Tue, Jan 03, 2012 at 11:17:45AM -0800, Joshua Harlow wrote: I was wondering if there has been any thought or consideration of removing tempita and replacing it with just python. Personally the current tempita usage (libvirt.xml.template) seems to be heading down a hairy path and I wanted

Re: [Openstack] Testing SSL?

2012-01-05 Thread Ask Solem
On 3 Jan 2012, at 12:20, Joshua Harlow wrote: For a submission I am doing for kombu enabling SSL, the code changes are mainly passing config down through kombu but I was wondering if there is a method (smoke test), unit test (does that make sense?) for ensuring that SSL is actually working

[Openstack] Fwd: Quantum OVS over StackOPS

2012-01-05 Thread Alisson Soares Limeira Pontes
OK, I followed your suggestions (thank you all). Now the command ($ python ovs_quantum_agent.py ovs_quantum_plugin.ini) returns the error below. The table really does not exist since I just created the database ovs_quantum (following the openvswitch plugin README). I can create it, but which

Re: [Openstack] various questinons about connections to rabbitmq

2012-01-05 Thread Ask Solem
Hi all, Could someone explain what's the relation between the internal threading and number of rabbitmq connections that can exist on a single service? (in diablo final) I'm wondering under what circumstances can I get multiple connections from a single compute or network manager to the

Re: [Openstack] using tox for virtualenv builds

2012-01-05 Thread Trey Morris
+1 On Fri, Dec 30, 2011 at 4:24 PM, Gabriel Hurley gabriel.hur...@nebula.comwrote: Big +1 from me on using tox to manage testing across various Python versions. Another advantage it has over matrix builds in Jenkins is the fact that an ordinary developer can use it locally and verify the

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

2012-01-05 Thread Lloyd Dewolf
Having played a very minor role in this process for WordPress, and been an onlooking numerous times, it is always a long and involved process. Ever try telling the IRS that you don't want to pay taxes? I appreciate the passion of this discussion, but some of it feels ad hominem and

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

2012-01-05 Thread Andrew Clay Shafer
+1 On Thu, Jan 5, 2012 at 11:57 AM, Lloyd Dewolf lloydost...@gmail.com wrote: Having played a very minor role in this process for WordPress, and been an onlooking numerous times, it is always a long and involved process. Ever try telling the IRS that you don't want to pay taxes? I

Re: [Openstack] Fwd: Quantum OVS over StackOPS

2012-01-05 Thread Dan Wendlandt
Hi Alisson, Have you actually run Quantum with the OVS plugin enabled and the pointed to the same database? Running Quantum with the plugin is what should create the tables. The agent merely is a read-only client of those tables. Info on doing this for the OVS plugin is at:

Re: [Openstack] Using Gerrit to verify the CLA

2012-01-05 Thread James E. Blair
cor...@inaugust.com (James E. Blair) writes: In short, the process for new developers will be: 1) Sign CLA via Echosign 2) Record signature in wiki 3) Apply for membership in openstack-cla 4) Contribute! This change is in place; membership in openstack-cla is required in order to submit

Re: [Openstack] Tempita usage?

2012-01-05 Thread Joshua Harlow
Hmmm, so the RNG schemas aren't stable? Is that basically the problem there (or part of it)? That seems not so good, since I thought the whole point of publishing schemas was for people to use them, darn :( This libvirt-gconfig does sound good though, is there anyway we can get the

[Openstack] OpenStack Foundation

2012-01-05 Thread Jim Curry
Team, First, an apology. It has been 3 months since we announced our intention to move OpenStack into a foundation in 2012. Since that time, we have done a poor job of updating you on the status of our efforts and involving you in the process. Jan, Cole, Ryan and others are all more than

Re: [Openstack] Presence in Fosdem 2012

2012-01-05 Thread Stefano Maffulli
On 01/04/2012 11:41 AM, Thierry Carrez wrote: 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. I added it to http://openstack.org/community/events BTW, if you know of

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

2012-01-05 Thread Richard Fontana
On Wed, Jan 04, 2012 at 09:49:29PM +, Mark McLoughlin wrote: 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

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

2012-01-05 Thread Duncan McGreggor
That was a refreshing perspective, Richard -- thanks for taking the time to write that for us. This one's a keeper. d On 05 Jan 2012 - 14:11, Richard Fontana wrote: On Wed, Jan 04, 2012 at 09:49:29PM +, Mark McLoughlin wrote: Hi Rick, On Tue, 2012-01-03 at 09:02 -0600, Rick Clark

[Openstack] noob question: tests and the master branch

2012-01-05 Thread Yun Mao
I've always thought that whatever committed to the master branch has already passed the unit tests by default. But I saw some failed tests when I check out the master branch. Is it because I have a bad setting on my Ubuntu 11.10 or it is not strictly enforced that everything must pass run_test.sh

[Openstack] Blueprint etiquette

2012-01-05 Thread Andrew Bogott
I am pretty close to fully implementing the api defined in this blueprint, here: https://blueprints.launchpad.net/nova/+spec/public-and-private-dns Alas, I'm also about to attend a meeting at which Wikimedia folks will almost certainly agree that we need a few features added to that api in

Re: [Openstack] [OpenStack Foundation] OpenStack Foundation

2012-01-05 Thread Mark McLoughlin
Hi Mark, On Thu, 2012-01-05 at 15:16 -0500, m...@openstack.org wrote: As Jim mentioned, I'm going to focus on establishing the foundation this year and am really excited to be able to dedicate the time and attention it deserves, alongside Jonathan, Stef, and many others. I've found myself

Re: [Openstack] Blueprint etiquette

2012-01-05 Thread Vishvananda Ishaya
In my mind designs like this aren't set until a they are part of a release, so I don't mind it being changed. I think it is sufficient to send out a notification to the mailing list letting everyone know about the changes. Vish On Jan 5, 2012, at 2:05 PM, Andrew Bogott wrote: I am pretty

[Openstack] Horizon and translation timing

2012-01-05 Thread Devin Carlen
Hello all, We've been discussing how best to handle accepting translation changes since we are doing a fairly substantial reworking of the OpenStack Dashboard. We have decided to do a string freeze when the essex-4 milestone closes and then to rebuild translation files during the

Re: [Openstack] Presence in Fosdem 2012

2012-01-05 Thread zhongyue luo
The China user group is having it's first developers conference in Shanghai this Sunday. http://openstack.topgeek.org/2012/ On Fri, Jan 6, 2012 at 3:29 AM, Stefano Maffulli stef...@openstack.orgwrote: On 01/04/2012 11:41 AM, Thierry Carrez wrote: Yes, we'll be heavily present in the Open

Re: [Openstack] [OpenStack Foundation] OpenStack Foundation

2012-01-05 Thread Todd Willey
On Thu, Jan 5, 2012 at 5:19 PM, Mark McLoughlin mar...@redhat.com wrote: Hi Mark, On Thu, 2012-01-05 at 15:16 -0500, m...@openstack.org wrote: As Jim mentioned, I'm going to focus on establishing the foundation this year and am really excited to be able to dedicate the time and attention it

Re: [Openstack] Blueprint etiquette

2012-01-05 Thread Andrew Bogott
OK, good to know. I've updated the blueprint, although the changes are more modest than I anticipated; basically we're just adding functionality for creation/removal of DNS domains. -Andrew On 1/5/12 2:27 PM, Vishvananda Ishaya wrote: In my mind designs like this aren't set until a they

Re: [Openstack] Using Swift S3 API with Keystone

2012-01-05 Thread Akira Yoshiyama
Hi Andi and Lorin, Thank you for your advices. I'll check them. Best regards, Akira YOSHIYAMA akirayoshiy...@gmail.com 2012/1/3 andi abes andi.a...@gmail.com: See http://wiki.openstack.org/GerritWorkflow On Jan 3, 2012, at 8:11, Akira Yoshiyama akirayoshiy...@gmail.com wrote: Hi, I

Re: [Openstack] [OpenStack Foundation] OpenStack Foundation

2012-01-05 Thread Stefano Maffulli
On 01/05/2012 02:19 PM, Mark McLoughlin wrote: In some ways the mission statement is fundamental to the foundation, but in other ways it won't nearly have as much impact on the success of the foundation as its structure, governance and culture. The structure and everything else depends

Re: [Openstack] noob question: tests and the master branch

2012-01-05 Thread Vishvananda Ishaya
Finally found the source of this: https://bugs.launchpad.net/nova/+bug/852095 workaround is here: https://review.openstack.org/2859 Vish On Jan 5, 2012, at 1:10 PM, Yun Mao wrote: For example, here is the errors I have now with run_tests.sh