[Openstack] [Nova] [Glance] diablo-4 milestone is out

2011-08-26 Thread Thierry Carrez
Hello everyone, The last milestone of the Diablo cycle for OpenStack Cloud Compute (Nova) and OpenStack Image Registry and Delivery Service (Glance) was just released. This was a very busy milestone, which feature-wise should be very close to what to expect in the 2011.3 final release. Among

Re: [Openstack] Ubuntu run instance error + xen

2011-08-26 Thread Leo van den Bulck
Hi, Talking about cloud-init and Ubuntu instances... I have a problem related to that part which I can't really reproduce reliably. When spinning up an Ubuntu tty image, I'm often seeing this, during the cloud-init/cloud-setup phase: cloud-setup: cloudinit: getting ssh keys: [0=test] stty:

Re: [Openstack] Ubuntu run instance error + xen

2011-08-26 Thread Scott Moser
On Fri, 26 Aug 2011, Leo van den Bulck wrote: Hi, Talking about cloud-init and Ubuntu instances... I have a problem related to that part which I can't really reproduce reliably. When spinning up an Ubuntu tty image, I'm often seeing this, during the cloud-init/cloud-setup phase:

Re: [Openstack] API Spec

2011-08-26 Thread Anne Gentle
That analysis omits a very important third party: users of the API. +1 Users of the API are one of the audiences for docs.openstack.org. Another audience is system admins standing up clouds. I'd like to revise the docs landing page to better serve users of all of the OpenStack APIs -

Re: [Openstack] Git/Gerrit workflow changes for Glance/Keystone

2011-08-26 Thread Johannes Erdfelt
On Mon, Aug 22, 2011, James E. Blair cor...@inaugust.com wrote: If you have any problems or questions, feel free to respond here, talk to mtaylor or jeblair on IRC, file a bug at URL:https://launchpad.net/openstack-ci, or submit a patch to URL:https://github.com/openstack/openstack-ci. In my

[Openstack] Why are we using github again?

2011-08-26 Thread Johannes Erdfelt
I'm struggling to find a reason why the Openstack project is using github. The use of Gerrit and other tools has reduced github to being just a pretty way to view a git repository. We can't use the github workflow of forking the repository, since that confuses the tools for Gerrit. There's

Re: [Openstack] Why are we using github again?

2011-08-26 Thread Josh Kearney
++ Either we should use github or we shouldn't (until it meets our requirements). On Aug 26, 2011, at 12:29 PM, Johannes Erdfelt johan...@erdfelt.com wrote: I'm struggling to find a reason why the Openstack project is using github. The use of Gerrit and other tools has reduced github to

Re: [Openstack] Ubuntu run instance error + xen

2011-08-26 Thread Leo van den Bulck
Hi, The weird thing is that I seem to be *almost* the only person having this problem - googling around I came across just one other person reporting exactly this same issue. Anyway thanks for the feedback, see some remarks below. On Aug 26, 2011, at 4:37 PM, Scott Moser wrote: On Fri, 26

[Openstack] New nova service proposal

2011-08-26 Thread Ed Leafe
Sorry I haven't come up with a snazzy name for it yet, but what I have in mind is a new service that is essential for my employer (Rackspace), and might be important for other OpenStack deployments. This new service would be completely optional, of course - only those for whom it is

Re: [Openstack] API Spec

2011-08-26 Thread Mark Collier
+1 On 8/26/11 1:19 PM, Devin Carlen devin.car...@gmail.com wrote: Hey all, I've been following the code vs architect debate that's been unfolding over the past week or so. Here are some of the problems I've seen from my point of view. Fundamentally, the process we have now for defining API

Re: [Openstack] API Spec

2011-08-26 Thread Soren Hansen
2011/8/25 Jorge Williams jorge.willi...@rackspace.com: On Aug 24, 2011, at 12:02 PM, Soren Hansen wrote: 2011/8/24 Jorge Williams jorge.willi...@rackspace.com: Okay, I do remember these, but the talks focus on documenting what the implementation does.  I'm all for it, docstrings are good, but

Re: [Openstack] API Spec

2011-08-26 Thread Dolph Mathews
++ -Dolph On 08/26/2011 02:46 PM, Mark Collier wrote: +1 On 8/26/11 1:19 PM, Devin Carlendevin.car...@gmail.com wrote: Hey all, I've been following the code vs architect debate that's been unfolding over the past week or so. Here are some of the problems I've seen from my point of

Re: [Openstack] New nova service proposal

2011-08-26 Thread Chris Behrens
I was wondering if some of this could be solved by simply using rpc.call vs rpc.cast so that we get appropriate responses, even if they are exceptions. - Chris On Aug 26, 2011, at 2:23 PM, Brian Lamar wrote: Hey Ed, I absolutely agree that we need to be confident that all requests will be

Re: [Openstack] New nova service proposal

2011-08-26 Thread Vishvananda Ishaya
Hey Ed, Great idea. I think there are a lot of ways we can go with this. I started working on a branch called tasks that did something like this. It essentially allowed you to put every action into a tasks database and you could re-run tasks that didn't complete properly. It was based on

[Openstack] Quantum Diablo-4 Milestone Release

2011-08-26 Thread Dan Wendlandt
Hello folks, The Quantum Diablo-4 Milestone has been released. Download details are at: https://launchpad.net/quantum/diablo/diablo-4 Major new features completed during this milestone included: - API extensions framework - Cisco plugin + associated extensions - v1.0 release of API We also

Re: [Openstack] New nova service proposal

2011-08-26 Thread Monsyne Dragon
On Aug 26, 2011, at 2:22 PM, Ed Leafe wrote: Sorry I haven't come up with a snazzy name for it yet, but what I have in mind is a new service that is essential for my employer (Rackspace), and might be important for other OpenStack deployments. This new service would be completely

Re: [Openstack] New nova service proposal

2011-08-26 Thread John Dickinson
On Aug 26, 2011, at 6:10 PM, Monsyne Dragon wrote: The proper way, IMHO, for this to work is that a request generates a workorder with a set of tasks. This gets sent to something (scheduler, probably) which looks at the first uncompleted task on the workorder, makes the decision on

Re: [Openstack] Why are we using github again?

2011-08-26 Thread Sandy Walsh
How is this: http://wiki.openstack.org/GerritWorkflow Better than this: http://wiki.openstack.org/LifeWithBzrAndLaunchpad At the last summit, we said it wasn't a bzr vs git issue but, rather, a workflow issue. People hated LP and loved github. But now it seems we're only using github for git.

Re: [Openstack] Why are we using github again?

2011-08-26 Thread Jesse Andrews
I disagree. I find lots of valuable in github even if trunk merges require gerrit. Teams can (and IMHO should) use pull requests to improve the quality before it is proposed to trunk. Pull requests to branches can be made while the work is still in progress (sending patches to others

Re: [Openstack] API Spec

2011-08-26 Thread George Reese
You couldn't be more correct. The words I would use to describe this scenario are: unacceptable and inexcusable. On Aug 26, 2011, at 7:19 PM, Devin Carlen wrote: Hey all, I've been following the code vs architect debate that's been unfolding over the past week or so. Here are some of

Re: [Openstack] API Spec

2011-08-26 Thread Jesse Andrews
Devin, Thank you for putting this so eloquently. I cannot agree more +1000 On Aug 26, 2011 11:38 AM, Devin Carlen devin.car...@gmail.com wrote: Hey all, I've been following the code vs architect debate that's been unfolding over the past week or so. Here are some of the problems I've seen

Re: [Openstack] Why are we using github again?

2011-08-26 Thread Sandy Walsh
A man with one watch knows what time it is. A man with two is never sure. - Some guy From: Jesse Andrews [anotherje...@gmail.com] Sent: Friday, August 26, 2011 9:54 PM To: Sandy Walsh Cc: Josh Kearney; Johannes Erdfelt; openstack@lists.launchpad.net

Re: [Openstack] [Netstack] Quantum Diablo-4 Milestone Release

2011-08-26 Thread Ram Durairaj (radurair)
Congrats all Lets push forward towards Diablo release Cheers Ram Sent from my iPhone On Aug 26, 2011, at 15:44, Dan Wendlandt d...@nicira.com wrote: Hello folks, The Quantum Diablo-4 Milestone has been released. Download details are at: https://launchpad.net/quantum/diablo/diablo-4