Re: [Openstack] gerrit: basing a change on another uncommitted change

2012-02-16 Thread Chris Behrens
Ah right. On Feb 16, 2012, at 5:39 PM, Vishvananda Ishaya wrote: > As I mentioned offline, the issue is that git-review automatically rebases, > so if there has been a merge in between it will rebase and upload a new patch > set. If you use git-review -R it will leave the old patch set, at the

Re: [Openstack] gerrit: basing a change on another uncommitted change

2012-02-16 Thread Vishvananda Ishaya
As I mentioned offline, the issue is that git-review automatically rebases, so if there has been a merge in between it will rebase and upload a new patch set. If you use git-review -R it will leave the old patch set, at the risk of not catching a possible conflict when you upload. Vish On Feb

Re: [Openstack] PyCon 2012 Sprints?

2012-02-16 Thread Duncan McGreggor
On Thu, Feb 16, 2012 at 6:26 PM, Michael Pittaro wrote: > On Thu, Feb 16, 2012 at 2:50 PM, Duncan McGreggor > wrote: >> On Wed, Dec 14, 2011 at 4:23 PM, Duncan McGreggor >> wrote: >>> I just found out that PyCon 2012 registration opened up: >>>  https://us.pycon.org/2012/registration/ >>> >>>

Re: [Openstack] PyCon 2012 Sprints?

2012-02-16 Thread Michael Pittaro
On Thu, Feb 16, 2012 at 2:50 PM, Duncan McGreggor wrote: > On Wed, Dec 14, 2011 at 4:23 PM, Duncan McGreggor > wrote: >> I just found out that PyCon 2012 registration opened up: >>  https://us.pycon.org/2012/registration/ >> >> and was wondering: >>  * are there any OpenStack sprints planned for

Re: [Openstack] gerrit: basing a change on another uncommitted change

2012-02-16 Thread Chris Behrens
Hm. It shouldn't have uploaded a new patch set for 3990 if you did not modify the commit in 3990. However, it does appear that you modified 3990's commit. This method was added: test_get_rrd_server() in nova/tests/test_xenapi.py You can see it here: https://review.openstack.org/#patch,unifi

[Openstack] gerrit: basing a change on another uncommitted change

2012-02-16 Thread Renuka Apte
Hello, What is the right way to base a change on another uncommitted change? For example, I have https://review.openstack.org/#change,4267 based on top of https://review.openstack.org/#change,3990. I checked out 3990. Created a topic branch with "git checkout -b name". I committed my own chang

Re: [Openstack] Redux deps?

2012-02-16 Thread Duncan McGreggor
I'm always amazed, Chuck, that a guy this busy: http://goo.gl/xXLqn gets so much done... d On Thu, Feb 16, 2012 at 3:44 PM, Chuck Short wrote: > You are welcome :) > > > > On Thu, 16 Feb 2012 14:33:18 -0800 > Joshua Harlow wrote: > >> Thx chuck short :-P >> >> On 2/16/12 2:27 PM, "Andy Smith

Re: [Openstack] PyCon 2012 Sprints?

2012-02-16 Thread Duncan McGreggor
On Wed, Dec 14, 2011 at 4:23 PM, Duncan McGreggor wrote: > I just found out that PyCon 2012 registration opened up: >  https://us.pycon.org/2012/registration/ > > and was wondering: >  * are there any OpenStack sprints planned for March 12 through Thursday >   March 15? >  * is there a wiki page f

Re: [Openstack] Redux deps?

2012-02-16 Thread Chuck Short
You are welcome :) On Thu, 16 Feb 2012 14:33:18 -0800 Joshua Harlow wrote: > Thx chuck short :-P > > On 2/16/12 2:27 PM, "Andy Smith" wrote: > > The package dependencies for redux are in devstack (the devstack > redux branch was merged to master), however quick look says bcrypt is > no long

Re: [Openstack] Redux deps?

2012-02-16 Thread Joshua Harlow
Thx chuck short :-P On 2/16/12 2:27 PM, "Andy Smith" wrote: The package dependencies for redux are in devstack (the devstack redux branch was merged to master), however quick look says bcrypt is no longer needed. We are likely to remove pyCLI in the next day or so, however, because Chuck Short

Re: [Openstack] Redux deps?

2012-02-16 Thread Andy Smith
The package dependencies for redux are in devstack (the devstack redux branch was merged to master), however quick look says bcrypt is no longer needed. We are likely to remove pyCLI in the next day or so, however, because Chuck Short asked nicely. On Thu, Feb 16, 2012 at 1:58 PM, Joshua Harlow wr

[Openstack] Redux deps?

2012-02-16 Thread Joshua Harlow
Hi all, After the keystone redux change I am seeing that new PIP packages were added (or maybe dependencies added it, idk). PyCLI seems to be the new hotness. Is there any reason why we continue to need new PIP pkgs and such? Haven't we gotten down CLI parsing :-P Makes it a pain to make devstac

Re: [Openstack] .Net API

2012-02-16 Thread Michael Pittaro
On Thu, Feb 16, 2012 at 11:21 AM, Mahdi Njim wrote: > HI > My Name is Mahdi Njim and I'm a developer, We are working on openstack nova > and we like to create web application that can controle it using .Net, I > looked in the internet but it seems that there is no existing.Net API for > openstack

Re: [Openstack] .Net API

2012-02-16 Thread Frans Thamura
i think OS API - REST is good enough to talk to anytech, including .net if you interest, can create like our friend here did Java API.. F On Fri, Feb 17, 2012 at 3:59 AM, Mahdi Njim wrote: > Thank you for your response > But can you explain for me the problem we are just using APIs to do some

Re: [Openstack] .Net API

2012-02-16 Thread Frans Thamura
want to flame ;0 r u sure wanna to add .net to openstack ecosystem when openstack just kicked the hyper-v and microsoft tech inside openstack ;) F On Fri, Feb 17, 2012 at 2:21 AM, Mahdi Njim wrote: > HI > My Name is Mahdi Njim and I'm a developer, We are working on openstack nova > and we lik

[Openstack] Newrelic at SWIFT proxy

2012-02-16 Thread Leandro Reox
Anybody configured the newrelic python agent to work on the swift proxy ? we want to meassure in a detailed way all the request, error codes, etc Best Lean ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Uns

[Openstack] .Net API

2012-02-16 Thread Mahdi Njim
HI My Name is Mahdi Njim and I'm a developer, We are working on openstack nova and we like to create web application that can controle it using .Net, I looked in the internet but it seems that there is no existing.Net API for openstack nova. So we started writing our one but I would to check first

Re: [Openstack] swift and Keystone test

2012-02-16 Thread Venkatesan, Ravikumar
swift -A https://host:port/v2.0/ -U username -K password -V 2.0 stat Regards, Ravi -Original Message- From: openstack-bounces+ravikumar.venkatesan=hp@lists.launchpad.net [mailto:openstack-bounces+ravikumar.venkatesan=hp@lists.launchpad.net] On Behalf Of Paras pradhan Sent: Th

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Jay Payne
This is wonderful. Great work. On Thu, Feb 16, 2012 at 11:54 AM, Jay Pipes wrote: > Excellent work Doc team! :) > > > On 02/16/2012 11:02 AM, Anne Gentle wrote: >> >> I'm pleased to point you to http://api.openstack.org. >> >> Collecting OpenStack APIs on one page, built with an API developer i

[Openstack] swift and Keystone test

2012-02-16 Thread Paras pradhan
Hi, When we test swift for keystone what should we use? swift -A or swift -V 2 -A ? Error: I am getting -- root@server3:~# swift -V 2 -A http://192.168.122.14:5000/v1.0 -U user1 -K secrete stat -v Auth GET failed: http://192.168.122.14:5000/tokens 401 Unauthorized --- Keystone from rcb - ii k

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Jay Pipes
Excellent work Doc team! :) On 02/16/2012 11:02 AM, Anne Gentle wrote: I'm pleased to point you to http://api.openstack.org. Collecting OpenStack APIs on one page, built with an API developer in mind. This design implementation fulfills a blueprint for the openstack-manuals project. Inspired b

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Justin Shepherd
Awesome work Anne and team.. On Feb 16, 2012, at 10:42 AM, Razique Mahroua wrote: Awesome job. - as always with Anne. I'm on it right now. Very efficient and powerful tool on a daily basis. Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 16 févr. 20

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Razique Mahroua
Awesome job.- as always with Anne. I'm on it right now. Very efficient and powerful tool on a daily basis. Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 16 févr. 2012 à 17:36, Jim Curry a écrit :Great stuff Anne and team!On 2/16/12 10:23 AM, "Duncan McGreggor" wr

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Jim Curry
Great stuff Anne and team! On 2/16/12 10:23 AM, "Duncan McGreggor" wrote: >*high fives* to Anne and everyone else involved! > >d > >On Thu, Feb 16, 2012 at 9:02 AM, Anne Gentle wrote: >> I'm pleased to point you to http://api.openstack.org. >> >> Collecting OpenStack APIs on one page, built wit

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Duncan McGreggor
*high fives* to Anne and everyone else involved! d On Thu, Feb 16, 2012 at 9:02 AM, Anne Gentle wrote: > I'm pleased to point you to http://api.openstack.org. > > Collecting OpenStack APIs on one page, built with an API developer in mind. > > This design implementation fulfills a blueprint for t

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Luis Gervaso
Wow! Great work! On Thu, Feb 16, 2012 at 5:02 PM, Anne Gentle wrote: > I'm pleased to point you to http://api.openstack.org. > > Collecting OpenStack APIs on one page, built with an API developer in mind. > > This design implementation fulfills a blueprint for the > openstack-manuals project. I

[Openstack] announcing api.openstack.org

2012-02-16 Thread Anne Gentle
I'm pleased to point you to http://api.openstack.org. Collecting OpenStack APIs on one page, built with an API developer in mind. This design implementation fulfills a blueprint for the openstack-manuals project. Inspired by sites like https://dev.twitter.com/docs/api but with a scope that we cou

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-16 Thread andi abes
On Wed, Feb 8, 2012 at 11:42 AM, Jay Pipes wrote: > On 02/08/2012 01:40 AM, Monty Taylor wrote: > >> On 02/07/2012 08:32 PM, Jay Pipes wrote: >> >>> Well, in my original email I proposed using the NTT PF Lab branch point >>> for the stable/diablo branch of the upstream chef repos. If we can get a

Re: [Openstack] Bug launching instance in Essex packages on Precise - for nw, info in nw_info: too many values to unpack (network/manager.py)

2012-02-16 Thread Jason Kölker
On Thu, 2012-02-16 at 14:56 +, Kevin Jackson wrote: > Hi Jason, > This has worked - but introduced some further bugs. > > The instance spawns, but there is no float_ip information presented to > my client tools. > > $ nova list > > +--+--++

Re: [Openstack] OpenStack Java API

2012-02-16 Thread Luis Gervaso
You can use schemagen to generate the XSD from the java classes. You can try, this it's working from now. We have not published yet because the schemas are unstable. I have planned to publish them starting with Essex release. We will not publish any WADL since we are on the client side. I'm evalu

Re: [Openstack] Bug launching instance in Essex packages on Precise - for nw, info in nw_info: too many values to unpack (network/manager.py)

2012-02-16 Thread Kevin Jackson
Hi Jason, This has worked - but introduced some further bugs. The instance spawns, but there is no float_ip information presented to my client tools. $ nova list +--+--+++ |                  ID                  |   Name   | Stat

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread i3D.net - Tristan van Bokkem
Hi Tom, Thank you very much for sharing your knowledge, this will help not only me! As I am still working on the MySQL part, you mentioned multi-master which I have running indeed, but I suppose there still will need to be some kind of entering point within the cluster. How did you managed this

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Tom Ellis
On 16/02/12 08:46, i3D.net - Tristan van Bokkem wrote: > Any more thoughts about this subject? Ask? Vish? The team I work in has looked at a number of methods for high availability within the Diablo release and I've included some notes below, hope this helps. Font-end API servers * load balanced

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
On 02/16/2012 07:32 AM, i3D.net - Tristan van Bokkem wrote: Interesting. Could you point us to the github location? I will as soon as I verify with Nati that all the most-current code has been pushed there :) Expect an email later today. Anyway, ive have done some further research myself an

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread i3D.net - Tristan van Bokkem
Interesting. Could you point us to the github location? Anyway, ive have done some further research myself and find this very interesting mysql replication setup done by wsrep (https://launchpad.net/wsrep) and galeria (https://launchpad.net/galera/) where mysql will run as a Synchronous Multi-

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
Yup, absolutely... we've been a bit slammed working on getting the project up and running, but everything is checked in to GitHub... just needs a bit of clean up, that's all. Best, -jay On 02/16/2012 07:10 AM, Alexis Richardson wrote: It would be great to see the cookbooks if they are availab

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
FWIW, we're using DRBD + pacemaker in active/passive setups for both the MySQL and RabbitMQ setup in the trystack.org (the artist formerly known as FreeCloud) project, and it's working quite well and is pretty simple to set up. Nati Ueno could give some more details on the setup and the Chef co

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread i3D.net - Tristan van Bokkem
Any more thoughts about this subject? Ask? Vish? Best regards, Tristan van Bokkem Datacenter Operations Contact: E-mail Personal: tristanvanbok...@i3d.net E-mail Support: i...@i3d.net E-mail NOC: n...@i3d.net Website: http://www.i3d.net Office: Interactive 3D B.V. Meent 93b 3011 JG Rotterdam The