Re: [Openstack] time from patch to canonical repo?

2013-05-04 Thread Daviey Walker
On 4 May 2013 01:57, Steve Heistand wrote: > is there any way to judge how long it takes a patch to go from committed into > the source > tree until it shows up in the canonical repo? > > or alternatively I guess are there a guide to building from source? > > thanks > Hi Steve, The process that

Re: [Openstack] [CI] Mailman and Meetbot Downtime

2013-05-04 Thread Clark Boylan
On Tue, Apr 30, 2013 at 2:33 PM, Clark Boylan wrote: > Ubuntu Oneiric Ocelot will end of life on May 9, 2013. > lists.openstack.org and eavesdrop.openstack.org are currently both > running Oneiric. The Infra team will be moving these services (mailman > mail lists and meetbot) to new Ubuntu Precis

[Openstack] How to configure quantum on two computers each with one NIC?

2013-05-04 Thread Jing
Hi, I'm trying to set up Openstack on two computers, and each of them has only one NIC. I want to set up one computer as control and compute node, and another as compute node. I want to use vlan mode, so quantum is needed. I'm install Openstack according https://github.com/mseknibilel/OpenStack-Gr

[Openstack] How to set up OpenStack on two computers each with one NIC?

2013-05-04 Thread Jing
Hi, I'm trying to set up Openstack on two computers, and each of them has only one NIC. I want to set up one computer as control and compute node, and another as compute node. I want to use vlan mode, so quantum is needed. I'm install Openstack according https://github.com/mseknibilel/OpenStack-Gr

Re: [Openstack] How to set up OpenStack on two computers each with one NIC?

2013-05-04 Thread Ashok Kumaran
Hi Jing, In a single Nic for simulation purpose you can segregate the data/management network and the external network using Vlan tags. Lets say your management network lies in vlan 20 and data network in 21 and the external one in vlan 22 then you can point eth0 to vlan20 and eth0.21 to data and

Re: [Openstack] I release naming (calling APAC community)

2013-05-04 Thread beyounn
+1 From: Openstack [mailto:openstack-bounces+beyounn=gmail.com@lists.launchpad. net] On Behalf Of Ray Sun Sent: Friday, May 3, 2013 8:53 PM To: Haitao Jiang Cc: thie...@openstack.org; OpenStack Maillist Subject: Re: [Openstack] I release naming (calling APAC community) I-Ching +1 Bes

Re: [Openstack] How to configure quantum on two computers each with one NIC?

2013-05-04 Thread Martinx - ジェームズ
Hi! My OpenStack guide: https://gist.github.com/tmartinx/d36536b7b62a48f859c2 is based on two computers, each with only one NIC. ;-) Cheers! Thiago On 4 May 2013 16:34, Jing wrote: > Hi, I'm trying to set up Openstack on two computers, and each of them has > only one NIC. I want to set up o

Re: [Openstack] I release naming (calling APAC community)

2013-05-04 Thread Yaguang Tang
+1 for Ichang which is a street name in HK and also a city name in China. 2013/5/5 beyounn > +1 > > ** ** > > ** ** > > *From:* Openstack [mailto:openstack-bounces+beyounn= > gmail@lists.launchpad.net] *On Behalf Of *Ray Sun > *Sent:* Friday, May 3, 2013 8:53 PM > *To:* Haitao Jiang > *

Re: [Openstack] I release naming (calling APAC community)

2013-05-04 Thread Daniels Cai
+1 for Ichang Daniels Cai http://dnscai.com 在 2013-5-5,10:57,Yaguang Tang 写道: +1 for Ichang which is a street name in HK and also a city name in China. 2013/5/5 beyounn > +1 > > ** ** > > ** ** > > *From:* Openstack [mailto:openstack-bounces+beyounn= > gmail@lists.launchpad.net] *O

[Openstack] Way to attach floppy device to VM while booting

2013-05-04 Thread Rashmi SN
Hi team, I would want to associate a floppy disk image say "example.flp" to a VM when I instantiate. The idea is that , during installation , the image picks up certain configuration details from a defined file from the floppy image (flp). How do I achieve this with openstack nova (boot) commands.