Re: [Openstack] Ubuntu Cloud Days

2011-07-06 Thread Ahmed Kamal
On 07/05/2011 10:22 PM, Soren Hansen wrote: 2011/7/5 Thierry Carrez: I see that the Ubuntu Cloud Days are coming up July 25-26 via an IRC channel (https://wiki.ubuntu.com/UbuntuCloudDays). I received a message from Ahmed Kamal (k...@ubuntu.com) about this event: [...] ** Is anyone from OpenStack

[Openstack] Multi-nic support question

2011-07-06 Thread Joseph Heck
Afternoon! I ran into an issue with the multi-nic addition that just hit trunk - wanted to see how best to resolve or if this is a bug. The signature for the create() method in NetworkCommands (in nova/bin/nova-manage) changed - which means that the existing docs to create a network:

Re: [Openstack] Multi-nic support question

2011-07-06 Thread Joseph Heck
To answer my own question on the list (Thanks Vish & Trey): The command to create a network should be updated - aka: nova-manage network create private 10.0.0.0/24 1 32 additionally, the "nova-manage floating create" also changed, and no longer requires a hostname in there. Vish has up

Re: [Openstack] Fwd: Bug#631834: python-novaclient and simh: error when trying to install together

2011-07-06 Thread Dave Walker
On 06/07/11 21:09, Thomas Goirand wrote: > > Seems that this issue solved itself, as the latest upload of simh in > Debian fixes the conflicting files. I don't know the status in Ubuntu. > > Has the "st" issue of swift conflicting with suckless-tools been > addressed already? > > Thomas Hi Thomas,

Re: [Openstack] Ubuntu Cloud Days

2011-07-06 Thread Thomas Goirand
On 07/06/2011 08:33 PM, Ahmed Kamal wrote: > On 07/05/2011 10:22 PM, Soren Hansen wrote: >> 2011/7/5 Thierry Carrez: I see that the Ubuntu Cloud Days are coming up July 25-26 via an IRC channel (https://wiki.ubuntu.com/UbuntuCloudDays). I received a message from Ahmed Kamal (k...@ubu

Re: [Openstack] Fwd: Bug#631834: python-novaclient and simh: error when trying to install together

2011-07-06 Thread Thomas Goirand
On 06/28/2011 05:18 PM, Thierry Carrez wrote: > Thomas Goirand wrote: >> Less fun guys. Here's what an upload to SID revealed (see below). >> >> I'll conflict the 2 packages, I guess the issue is in Ubuntu as well. > > Indeed... Created LP: #802882 to track that. Seems that this issue solved itse

Re: [Openstack] Ubuntu Cloud Days

2011-07-06 Thread Dave Walker
On 06/07/11 21:11, Thomas Goirand wrote: >> Thanks a lot Thierry and Soren! It's a pleasure to have you at UCD. May >> I ask you to please pick your preferred time slot at >> https://wiki.ubuntu.com/UbuntuCloudDays/Timetable as soon as possible. >> If unsure what you'll be presenting, just write T

[Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-06 Thread Jay Pipes
Hey all, Recently, Nova added support for multiple zones in the OpenStack API. Using the nova-manage tool, you can get a list of instances in a single zone or in multiple zones using the --recurse option. When just querying a local zone's API server, the listed instance identifiers will be integer

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-06 Thread Sandy Walsh
Agreed. That's the downside of not having control of an API. Unless we do the "Embrace and Extend" thing, but that just seems fraught with problems if Amazon should zig when we zag. That said, top-level Zones may still operate using EC2 API, but all child-zones may be OS-API. We'd only need

[Openstack] XenAPI OpenStack Plugins

2011-07-06 Thread Todd Deshane
Hi All, I'd like to propose adding packaging scripts (a Makefile and a RPM spec file) [0] to the nova tree in plugins/xenserver/xenapi to make the setup process for Xen Cloud Platform (XCP) OpenStack admins simpler (specifically removing the need to have a nova source code check to *use* the plugi

Re: [Openstack] Multi-nic support question

2011-07-06 Thread Kuo Hugo
Thanks Joseph , That's also what I;m looking for. Cheers Hugo Kuo 2011/7/7 Joseph Heck > To answer my own question on the list (Thanks Vish & Trey): > > The command to create a network should be updated - aka: > >nova-manage network create private 10.0.0.0/24 1 32 > > additionally, the