Re: [Openstack] OpenStack API Versioning Conventions

2011-10-13 Thread Bryan Taylor
On 10/12/2011 07:55 PM, Mark Nottingham wrote: The duplication of effort can be solved by having an intermediary do the translation. Repose already does this. That's where there be dragons. Inferring that the user wants to go to version N of the resour

Re: [Openstack] about openstackx

2011-10-13 Thread Reddin, Tim (Cloud Services)
Ljv, try this: http://docs.openstack.org/ From: openstack-bounces+tim.reddin=hp@lists.launchpad.net [mailto:openstack-bounces+tim.reddin=hp@lists.launchpad.net] On Behalf Of l jv Sent: 13 October 2011 07:10 To: openstack Subject: [Openstack] about openstackx hi Is there anyone have some

Re: [Openstack] about openstackx

2011-10-13 Thread Razique Mahroua
Sure Just here :) http://docs.openstack.org/ Le 13 oct. 2011 à 08:09, l jv a écrit : > hi > Is there anyone have some doc of openstack? > > thanks :) > ___ > Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net

Re: [Openstack] [RFC] Stable branch

2011-10-13 Thread Mark McLoughlin
Hi James, On Wed, 2011-10-12 at 13:58 -0400, James E. Blair wrote: > Mark McLoughlin writes: > > > Hey, > > > > I've posted a proposal for how the stable branch could work here: > > > > http://wiki.openstack.org/StableBranch > > > > and a proposed diablo branch for nova: > > > > http://githu

Re: [Openstack] about openstackx

2011-10-13 Thread Razique Mahroua
If you are reffering to the Python client (https://github.com/cloudbuilders/openstackx), the only thing I've found so far is that the project is now officially the "python-novaclient" : https://github.com/rackspace/python-novaclient Will this help you ? Le 13 oct. 2011 à 09:25, l jv a écrit : >

Re: [Openstack] OpenStack at Ubuntu Developer Summit

2011-10-13 Thread Thierry Carrez
Stefano Maffulli wrote: > The UDS is also the model for OpenStack Developer Summit and > participating to it would be a good occasion to learn how they run it. Note that we made a few improvements to the UDS model over time: - Have 25min sessions for small topics to keep the event within 3 days (

Re: [Openstack] OpenStack Academic Alliance|Circle|Initiative #unconference

2011-10-13 Thread Thierry Carrez
Stefano Maffulli wrote: > I got lots of interesting responses in private email. I put a page up on > the wiki and I'll mention it in this week newsletter. > >http://wiki.openstack.org/AcademicInitiative > > in order to move the initiative forward we'll need a coordinator and a > more stable p

[Openstack] openstack-poc [was Re: A possible alternative to Gerrit ...]

2011-10-13 Thread Mark McLoughlin
Hey, On Wed, 2011-09-07 at 19:47 +, Chris Behrens wrote: > On Sep 7, 2011, at 11:46 AM, Jay Pipes wrote: > > Some conversations about GitHub, project autonomy, and migration going > > back to June: > > > > http://www.mail-archive.com/openstack-poc@lists.launchpad.net/msg00176.html > > https

Re: [Openstack] [RFC] Stable branch

2011-10-13 Thread Chris Wright
* Mark McLoughlin (mar...@redhat.com) wrote: > On Wed, 2011-10-12 at 13:58 -0400, James E. Blair wrote: > > Mark McLoughlin writes: > > > Anyone can propose a cherry-pick to the maintainers. This helps ensure > > > that the maintainers don't miss anything. To catch the maintainers > > > attention,

Re: [Openstack] nova-network-INPUT (was Re: dns issue?)

2011-10-13 Thread Mark McLoughlin
Hi Sharif, On Tue, 2011-10-11 at 14:55 -0400, Sharif Islam wrote: > As Jorge was pointing out last week > (https://lists.launchpad.net/openstack/msg04596.html), the problem seems > to be iptables related. When I added these two rules, I was able to ping > google.com with 10.0.1.1 as the nameserver

Re: [Openstack] OpenStack Academic Alliance|Circle|Initiative #unconference

2011-10-13 Thread Prem Sankar G
Hi, This is a great idea. I feel this would create a good Openstack ecosystem. Count me in as co-ordinator. Regards, Prem On Tue, Oct 11, 2011 at 9:34 PM, Stefano Maffulli wrote: > hello folks, > > a group of people interested in academia met in Boston during the > unconference. I was there t

Re: [Openstack] [RFC] Stable branch

2011-10-13 Thread James E. Blair
Chris Wright writes: > * Mark McLoughlin (mar...@redhat.com) wrote: >> On Wed, 2011-10-12 at 13:58 -0400, James E. Blair wrote: >> > Mark McLoughlin writes: >> > > Anyone can propose a cherry-pick to the maintainers. This helps ensure >> > > that the maintainers don't miss anything. To catch the

Re: [Openstack] Keystone and euca-tools

2011-10-13 Thread Akira Yoshiyama
Hi, We are testing nova, glance, swift and keystone of diablo release now. You can use nova + keystone with euca-tools if you applied a patch for two bugs in keystone/middleware/ec2_token.py that I reported. But there is no official keystone fileter for swift3 (S3 API for swift). So, you can't use

[Openstack] Bug triaging

2011-10-13 Thread Thierry Carrez
Hello everyone, With release and design summit duties I had to pause my Nova bug triaging activities, which resulted in a rather dramatic surge in untriaged bugs, as evidenced by the following graph: http://webnumbr.com/untouched-nova-bugs Nova is not the only core project affected though: Nova

Re: [Openstack] [RFC] Stable branch

2011-10-13 Thread Mark McLoughlin
On Thu, 2011-10-13 at 09:16 -0400, James E. Blair wrote: > Chris Wright writes: > > > * Mark McLoughlin (mar...@redhat.com) wrote: > >> On Wed, 2011-10-12 at 13:58 -0400, James E. Blair wrote: > >> > Mark McLoughlin writes: > >> > > Anyone can propose a cherry-pick to the maintainers. This helps

Re: [Openstack] Keystone and euca-tools

2011-10-13 Thread David Kranz
OK, thanks. I guess that was a problem I was going to run into next. But how do you generate the EC2_* shell variables that euca tools need when using keystone? With the old nova auth this was done with 'nova-manage project zipfile' but that does not work with keystone because there are no lon

Re: [Openstack] Keystone and euca-tools

2011-10-13 Thread Akira Yoshiyama
Hi, We're using modified novarc generated by nova-manage without keystone. I'm not sure that nova-manage works well with keystone but parhaps it can't. So we registered some users and credentials to keystone, and modified EC_* variables in novarc to fit them. I think that we have to make nova-ma

[Openstack] Packaging changes based on discussions at ODS

2011-10-13 Thread Monty Taylor
Hey all, There were many exciting and productive conversations around packaging and the role of OpenStack as an upstream entity in producing distro packages. Turns out, the general consensus was that the project was spending a bunch of effort to produce packages that no one was using or really int

[Openstack] New git-review tool ready for people to try

2011-10-13 Thread Monty Taylor
Hey! Currently, we're submitting changes to gerrit using a git alias which runs tools/rfc.sh which is found in each code repo. There are a few issues with that... we have to maintain a bunch of copies of the same script, it's not terribly flexible or powerful because it's running from an alias, et

[Openstack] Problems with dashboard and keystone

2011-10-13 Thread 李沐洋
Hi all! I installed OpenStack using the script from devstack. It seemed all right until I logged in Dashboard. It showed Unable to get usage info: 401 Unauthorized This server could not verify that > you are authorized to access the document you requested. Either you supplied > the wrong creden

Re: [Openstack] Problems with dashboard and keystone

2011-10-13 Thread Anthony Young
Could this be related? https://lists.launchpad.net/openstack/msg04657.html A On Thu, Oct 13, 2011 at 7:39 PM, 李沐洋 wrote: > Hi all! > > I installed OpenStack using the script from devstack. > > It seemed all right until I logged in Dashboard. > > It showed > > Unable to get usage info: 401 Unau